From 7c64d1530acb8c66a3193440f407d06fa9f9faa9 Mon Sep 17 00:00:00 2001 From: Jiacheng Guo Date: Mon, 8 Mar 2021 15:49:22 +0800 Subject: [PATCH] vfs: modify copyright header --- components/vfs/test/test_vfs_eventfd.c | 2 +- components/vfs/vfs_eventfd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/vfs/test/test_vfs_eventfd.c b/components/vfs/test/test_vfs_eventfd.c index 5d7732b540..9bba81402e 100644 --- a/components/vfs/test/test_vfs_eventfd.c +++ b/components/vfs/test/test_vfs_eventfd.c @@ -1,4 +1,4 @@ -// Copyright 2021 Espressif Systems (Shanghai) PTE LTD +// Copyright 2021 Espressif Systems (Shanghai) CO LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/components/vfs/vfs_eventfd.c b/components/vfs/vfs_eventfd.c index 808c1ada88..635c5f048c 100644 --- a/components/vfs/vfs_eventfd.c +++ b/components/vfs/vfs_eventfd.c @@ -1,4 +1,4 @@ -// Copyright 2021 Espressif Systems (Shanghai) PTE LTD +// Copyright 2021 Espressif Systems (Shanghai) CO LTD // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.