[NativeTCT] Copyright version is updated to 2023 83/301083/1
authorShobhit Verma <shobhit.v@samsung.com>
Wed, 8 Nov 2023 05:22:02 +0000 (10:52 +0530)
committerShobhit Verma <shobhit.v@samsung.com>
Wed, 8 Nov 2023 05:22:02 +0000 (10:52 +0530)
Change-Id: I840708e6ca9a54f6f4f955420b03a1a37e5587c5
Signed-off-by: Shobhit Verma <shobhit.v@samsung.com>
24 files changed:
scripts_tpk/headgen.py
scripts_tpk/tcheadgen.py
templates/src-directory/ctc/CTs-[module_name]-common.c
templates/src-directory/ctc/CTs-[module_name]-common.h
templates/src-directory/ctc/CTs-[module_name].c
templates/src-directory/ctc/tct-[module_name]-native.c
templates/src-directory/ctc/tct-[module_name]-native_mobile.h
templates/src-directory/ctc/tct-[module_name]-native_tizeniot.h
templates/src-directory/ctc/tct-[module_name]-native_tv.h
templates/src-directory/ctc/tct-[module_name]-native_wearable.h
templates/src-directory/itc/ITs-[module_name]-common.c
templates/src-directory/itc/ITs-[module_name]-common.h
templates/src-directory/itc/ITs-[module_name].c
templates/src-directory/itc/tct-[module_name]-native.c
templates/src-directory/itc/tct-[module_name]-native_mobile.h
templates/src-directory/itc/tct-[module_name]-native_tizeniot.h
templates/src-directory/itc/tct-[module_name]-native_tv.h
templates/src-directory/itc/tct-[module_name]-native_wearable.h
templates/src-directory/utc/tct-[module_name]-core.c
templates/src-directory/utc/tct-[module_name]-core_mobile.h
templates/src-directory/utc/tct-[module_name]-core_tizeniot.h
templates/src-directory/utc/tct-[module_name]-core_tv.h
templates/src-directory/utc/tct-[module_name]-core_wearable.h
templates/src-directory/utc/utc-[module_name].c

index e5bfce7beb573b9c1d917ceb0860d57ad82f4d57..dcd79ba6840953a3cf962e4f9ff08cdce0ad4edb 100755 (executable)
@@ -234,7 +234,7 @@ def generate(profile,module):
                        #Write in the header file
                        f = open(header_file,'w')
                        HEADER = 'TCT_'+tc.upper()+'-NATIVE_H'
-                       f.write('//\n// Copyright (c) 2022 Samsung Electronics Co., Ltd.\n//\n// Licensed under the Apache License, Version 2.0 (the License);\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n//     http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an "AS IS" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n//\n')
+                       f.write('//\n// Copyright (c) 2023 Samsung Electronics Co., Ltd.\n//\n// Licensed under the Apache License, Version 2.0 (the License);\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n//     http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an "AS IS" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n//\n')
                        f.write('#ifndef __'+HEADER+'__\n')
                        f.write('#define __'+HEADER+'__\n')
                        f.write('\n')
index 43bae6d6fc5eb7387ff8929c8266a189a8f94537..da8a1cca902403629aef69bcac55938ff8e917e5 100755 (executable)
@@ -26,7 +26,7 @@ def gen():
        tf=open(TFILE)
        f=open(FILE, 'w')
 
-       f.write('//\n// Copyright (c) 2022 Samsung Electronics Co., Ltd.\n//\n// Licensed under the Apache License, Version 2.0 (the License);\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n//     http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an "AS IS" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n//\n')
+       f.write('//\n// Copyright (c) 2023 Samsung Electronics Co., Ltd.\n//\n// Licensed under the Apache License, Version 2.0 (the License);\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n//     http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an "AS IS" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n//\n')
        f.write('#ifndef __'+HEADER_NAME+'__\n')
        f.write('#define __'+HEADER_NAME+'__\n')
        f.write('\n')
index de2f2591195bfc03241195e7dd336c3b9ca1facc..3037f0e74d4aee9683c01b6f747eeb987af09345 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 829fe356af7484721250c67f5212eccb70f9b5e6..9b7dc860a3b66ab16e8675e3c0d74dcc8b12fdf2 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index f296b41116eeb8766eb6ae5722eeca3878b11b28..ba47999da70619146bd5ce7e78e658cfefbda609 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index ee1dcd5f59269545ba89c86190d0331ee3ba75f9..b800c7b13ffd780a7d1eb844f0221ae4fbeb85fe 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 1f70421dec9eaad852302f5e2cd9b7f1ec739de4..8d0610fe2ad14bd1ad23bd88bae88389ad90ab09 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 1f70421dec9eaad852302f5e2cd9b7f1ec739de4..8d0610fe2ad14bd1ad23bd88bae88389ad90ab09 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 1f70421dec9eaad852302f5e2cd9b7f1ec739de4..8d0610fe2ad14bd1ad23bd88bae88389ad90ab09 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 1f70421dec9eaad852302f5e2cd9b7f1ec739de4..8d0610fe2ad14bd1ad23bd88bae88389ad90ab09 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 0f996afe168aac00f19a6df89a1feed51efab27f..0c91ed2744f125a6c740fd4d38b4dcbe2adde8fc 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 1b3da30b38da201d17a4498fb62cd4ec179de14b..03c4bb5ae9256769cf9063bf3f90b7471b7ba0cf 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index dc12b1a2e0aed662218595ce1b4541af86ada67e..9702ffad92b27879a5efe552f06f4ca18c3d7487 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 3654c0e6197fa13a7c7444d555bd15653bde39b1..49c6da0c9b9bb0fb65fc9cbcf9b4c692910f40ba 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 5c6c2b727f99ba2c34d395d247ad5638691f748e..8e3d1d38a64fa39b24795b200da16fe7a50317c1 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 5c6c2b727f99ba2c34d395d247ad5638691f748e..8e3d1d38a64fa39b24795b200da16fe7a50317c1 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 5c6c2b727f99ba2c34d395d247ad5638691f748e..8e3d1d38a64fa39b24795b200da16fe7a50317c1 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 5c6c2b727f99ba2c34d395d247ad5638691f748e..8e3d1d38a64fa39b24795b200da16fe7a50317c1 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 30022779c022ef0a248ab51fe4edf9b5759ef718..24d4991af20013fbc9026ff7e85f615d6d427104 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 88ae46b0c51c420cf1aa76c20af53b515e7b7071..48d75d5e1741f432e77b5010c83a6033a0b41fef 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 88ae46b0c51c420cf1aa76c20af53b515e7b7071..48d75d5e1741f432e77b5010c83a6033a0b41fef 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 88ae46b0c51c420cf1aa76c20af53b515e7b7071..48d75d5e1741f432e77b5010c83a6033a0b41fef 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index 88ae46b0c51c420cf1aa76c20af53b515e7b7071..48d75d5e1741f432e77b5010c83a6033a0b41fef 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.
index b615298e3bbd59a8b1b263f15cf24c813d755ab3..20a5753e83741bd0647c5f14e1c08695a83db005 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2022 Samsung Electronics Co., Ltd.
+// Copyright (c) 2023 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
 // you may not use this file except in compliance with the License.