[NativeTCT][Templates][NonACR][Copyright year changed to 2022 for new modules creatio... 01/275901/3
authorshobhit verma <shobhit.v@samsung.com>
Mon, 6 Jun 2022 09:15:36 +0000 (14:45 +0530)
committerShobhit Verma <shobhit.v@samsung.com>
Mon, 6 Jun 2022 09:38:40 +0000 (15:08 +0530)
Change-Id: Ie473f56e32c4f1332559833a5ca4923f9dcd5c7b
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 abfffe309cfdd4eecc46b239e1e2f668dcfa0f2a..206984bedad969023c630ebb9822a1aacf4542ae 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) 2021 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) 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('#ifndef __'+HEADER+'__\n')
                        f.write('#define __'+HEADER+'__\n')
                        f.write('\n')
index 86afd6a1f8b3f9e85fa102a115779d239a4468a4..2bb18827c3c00aa02e3ea3269fc55f45f8f3f316 100755 (executable)
@@ -26,7 +26,7 @@ def gen():
        tf=open(TFILE)
        f=open(FILE, 'w')
        
-       f.write('//\n// Copyright (c) 2021 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) 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('#ifndef __'+HEADER_NAME+'__\n')
        f.write('#define __'+HEADER_NAME+'__\n')
        f.write('\n')
index 07ed6059ed33fa522e19b0bd8ee183968c85d5b5..de2f2591195bfc03241195e7dd336c3b9ca1facc 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 0e3e8fd0798a4cb48d64ca84b5a0e1c02c3ab7b2..829fe356af7484721250c67f5212eccb70f9b5e6 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 9a20c66603fce5be95a6b053584b6ddb6ebe0567..f296b41116eeb8766eb6ae5722eeca3878b11b28 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 0f687e164ba1755409d124ecd532e58e667cd0b0..ee1dcd5f59269545ba89c86190d0331ee3ba75f9 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 5d5f95eafe77901da11fdad11ed19c7483a2b763..1f70421dec9eaad852302f5e2cd9b7f1ec739de4 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 5d5f95eafe77901da11fdad11ed19c7483a2b763..1f70421dec9eaad852302f5e2cd9b7f1ec739de4 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 5d5f95eafe77901da11fdad11ed19c7483a2b763..1f70421dec9eaad852302f5e2cd9b7f1ec739de4 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 5d5f95eafe77901da11fdad11ed19c7483a2b763..1f70421dec9eaad852302f5e2cd9b7f1ec739de4 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 8dad843937c5c17b518393d93d01c5c6291e6ec8..0f996afe168aac00f19a6df89a1feed51efab27f 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 04d44cb8f52fa86517243f5ee60f609dfba141e0..1b3da30b38da201d17a4498fb62cd4ec179de14b 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 e7ed56dc605f6080e50f0780a45775b9a44ebd68..dc12b1a2e0aed662218595ce1b4541af86ada67e 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 10141fcbe5a9be6f7fdcd923a400f37f2f8102d6..3654c0e6197fa13a7c7444d555bd15653bde39b1 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 82137acd03d0605d61607dbda0276ddee495a0e5..5c6c2b727f99ba2c34d395d247ad5638691f748e 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 82137acd03d0605d61607dbda0276ddee495a0e5..5c6c2b727f99ba2c34d395d247ad5638691f748e 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 82137acd03d0605d61607dbda0276ddee495a0e5..5c6c2b727f99ba2c34d395d247ad5638691f748e 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 82137acd03d0605d61607dbda0276ddee495a0e5..5c6c2b727f99ba2c34d395d247ad5638691f748e 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 af93ddf93228aaaeab9878f6701afccea4d3a1a4..30022779c022ef0a248ab51fe4edf9b5759ef718 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 414938a8727181d1be189637cfb688603c0deaa3..88ae46b0c51c420cf1aa76c20af53b515e7b7071 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 414938a8727181d1be189637cfb688603c0deaa3..88ae46b0c51c420cf1aa76c20af53b515e7b7071 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 414938a8727181d1be189637cfb688603c0deaa3..88ae46b0c51c420cf1aa76c20af53b515e7b7071 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 414938a8727181d1be189637cfb688603c0deaa3..88ae46b0c51c420cf1aa76c20af53b515e7b7071 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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 cf865d501056f2f0decd5a8424785264e3ed3c32..b615298e3bbd59a8b1b263f15cf24c813d755ab3 100755 (executable)
@@ -1,5 +1,5 @@
 //
-// Copyright (c) 2021 Samsung Electronics Co., Ltd.
+// Copyright (c) 2022 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.