From: shobhit verma Date: Mon, 6 Jun 2022 09:15:36 +0000 (+0530) Subject: [NativeTCT][Templates][NonACR][Copyright year changed to 2022 for new modules creatio... X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b0ce9fe6ea1381f3718e340481900a1e33b13af;p=test%2Ftct%2Fnative%2Fapi.git [NativeTCT][Templates][NonACR][Copyright year changed to 2022 for new modules creation templates] Change-Id: Ie473f56e32c4f1332559833a5ca4923f9dcd5c7b Signed-off-by: shobhit verma --- diff --git a/scripts_tpk/headgen.py b/scripts_tpk/headgen.py index abfffe309..206984bed 100755 --- a/scripts_tpk/headgen.py +++ b/scripts_tpk/headgen.py @@ -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') diff --git a/scripts_tpk/tcheadgen.py b/scripts_tpk/tcheadgen.py index 86afd6a1f..2bb18827c 100755 --- a/scripts_tpk/tcheadgen.py +++ b/scripts_tpk/tcheadgen.py @@ -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') diff --git a/templates/src-directory/ctc/CTs-[module_name]-common.c b/templates/src-directory/ctc/CTs-[module_name]-common.c index 07ed6059e..de2f25911 100755 --- a/templates/src-directory/ctc/CTs-[module_name]-common.c +++ b/templates/src-directory/ctc/CTs-[module_name]-common.c @@ -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. diff --git a/templates/src-directory/ctc/CTs-[module_name]-common.h b/templates/src-directory/ctc/CTs-[module_name]-common.h index 0e3e8fd07..829fe356a 100755 --- a/templates/src-directory/ctc/CTs-[module_name]-common.h +++ b/templates/src-directory/ctc/CTs-[module_name]-common.h @@ -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. diff --git a/templates/src-directory/ctc/CTs-[module_name].c b/templates/src-directory/ctc/CTs-[module_name].c index 9a20c6660..f296b4111 100755 --- a/templates/src-directory/ctc/CTs-[module_name].c +++ b/templates/src-directory/ctc/CTs-[module_name].c @@ -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. diff --git a/templates/src-directory/ctc/tct-[module_name]-native.c b/templates/src-directory/ctc/tct-[module_name]-native.c index 0f687e164..ee1dcd5f5 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native.c +++ b/templates/src-directory/ctc/tct-[module_name]-native.c @@ -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. diff --git a/templates/src-directory/ctc/tct-[module_name]-native_mobile.h b/templates/src-directory/ctc/tct-[module_name]-native_mobile.h index 5d5f95eaf..1f70421de 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native_mobile.h +++ b/templates/src-directory/ctc/tct-[module_name]-native_mobile.h @@ -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. diff --git a/templates/src-directory/ctc/tct-[module_name]-native_tizeniot.h b/templates/src-directory/ctc/tct-[module_name]-native_tizeniot.h index 5d5f95eaf..1f70421de 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native_tizeniot.h +++ b/templates/src-directory/ctc/tct-[module_name]-native_tizeniot.h @@ -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. diff --git a/templates/src-directory/ctc/tct-[module_name]-native_tv.h b/templates/src-directory/ctc/tct-[module_name]-native_tv.h index 5d5f95eaf..1f70421de 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native_tv.h +++ b/templates/src-directory/ctc/tct-[module_name]-native_tv.h @@ -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. diff --git a/templates/src-directory/ctc/tct-[module_name]-native_wearable.h b/templates/src-directory/ctc/tct-[module_name]-native_wearable.h index 5d5f95eaf..1f70421de 100755 --- a/templates/src-directory/ctc/tct-[module_name]-native_wearable.h +++ b/templates/src-directory/ctc/tct-[module_name]-native_wearable.h @@ -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. diff --git a/templates/src-directory/itc/ITs-[module_name]-common.c b/templates/src-directory/itc/ITs-[module_name]-common.c index 8dad84393..0f996afe1 100755 --- a/templates/src-directory/itc/ITs-[module_name]-common.c +++ b/templates/src-directory/itc/ITs-[module_name]-common.c @@ -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. diff --git a/templates/src-directory/itc/ITs-[module_name]-common.h b/templates/src-directory/itc/ITs-[module_name]-common.h index 04d44cb8f..1b3da30b3 100755 --- a/templates/src-directory/itc/ITs-[module_name]-common.h +++ b/templates/src-directory/itc/ITs-[module_name]-common.h @@ -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. diff --git a/templates/src-directory/itc/ITs-[module_name].c b/templates/src-directory/itc/ITs-[module_name].c index e7ed56dc6..dc12b1a2e 100755 --- a/templates/src-directory/itc/ITs-[module_name].c +++ b/templates/src-directory/itc/ITs-[module_name].c @@ -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. diff --git a/templates/src-directory/itc/tct-[module_name]-native.c b/templates/src-directory/itc/tct-[module_name]-native.c index 10141fcbe..3654c0e61 100755 --- a/templates/src-directory/itc/tct-[module_name]-native.c +++ b/templates/src-directory/itc/tct-[module_name]-native.c @@ -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. diff --git a/templates/src-directory/itc/tct-[module_name]-native_mobile.h b/templates/src-directory/itc/tct-[module_name]-native_mobile.h index 82137acd0..5c6c2b727 100755 --- a/templates/src-directory/itc/tct-[module_name]-native_mobile.h +++ b/templates/src-directory/itc/tct-[module_name]-native_mobile.h @@ -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. diff --git a/templates/src-directory/itc/tct-[module_name]-native_tizeniot.h b/templates/src-directory/itc/tct-[module_name]-native_tizeniot.h index 82137acd0..5c6c2b727 100755 --- a/templates/src-directory/itc/tct-[module_name]-native_tizeniot.h +++ b/templates/src-directory/itc/tct-[module_name]-native_tizeniot.h @@ -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. diff --git a/templates/src-directory/itc/tct-[module_name]-native_tv.h b/templates/src-directory/itc/tct-[module_name]-native_tv.h index 82137acd0..5c6c2b727 100755 --- a/templates/src-directory/itc/tct-[module_name]-native_tv.h +++ b/templates/src-directory/itc/tct-[module_name]-native_tv.h @@ -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. diff --git a/templates/src-directory/itc/tct-[module_name]-native_wearable.h b/templates/src-directory/itc/tct-[module_name]-native_wearable.h index 82137acd0..5c6c2b727 100755 --- a/templates/src-directory/itc/tct-[module_name]-native_wearable.h +++ b/templates/src-directory/itc/tct-[module_name]-native_wearable.h @@ -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. diff --git a/templates/src-directory/utc/tct-[module_name]-core.c b/templates/src-directory/utc/tct-[module_name]-core.c index af93ddf93..30022779c 100755 --- a/templates/src-directory/utc/tct-[module_name]-core.c +++ b/templates/src-directory/utc/tct-[module_name]-core.c @@ -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. diff --git a/templates/src-directory/utc/tct-[module_name]-core_mobile.h b/templates/src-directory/utc/tct-[module_name]-core_mobile.h index 414938a87..88ae46b0c 100755 --- a/templates/src-directory/utc/tct-[module_name]-core_mobile.h +++ b/templates/src-directory/utc/tct-[module_name]-core_mobile.h @@ -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. diff --git a/templates/src-directory/utc/tct-[module_name]-core_tizeniot.h b/templates/src-directory/utc/tct-[module_name]-core_tizeniot.h index 414938a87..88ae46b0c 100755 --- a/templates/src-directory/utc/tct-[module_name]-core_tizeniot.h +++ b/templates/src-directory/utc/tct-[module_name]-core_tizeniot.h @@ -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. diff --git a/templates/src-directory/utc/tct-[module_name]-core_tv.h b/templates/src-directory/utc/tct-[module_name]-core_tv.h index 414938a87..88ae46b0c 100755 --- a/templates/src-directory/utc/tct-[module_name]-core_tv.h +++ b/templates/src-directory/utc/tct-[module_name]-core_tv.h @@ -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. diff --git a/templates/src-directory/utc/tct-[module_name]-core_wearable.h b/templates/src-directory/utc/tct-[module_name]-core_wearable.h index 414938a87..88ae46b0c 100755 --- a/templates/src-directory/utc/tct-[module_name]-core_wearable.h +++ b/templates/src-directory/utc/tct-[module_name]-core_wearable.h @@ -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. diff --git a/templates/src-directory/utc/utc-[module_name].c b/templates/src-directory/utc/utc-[module_name].c index cf865d501..b615298e3 100755 --- a/templates/src-directory/utc/utc-[module_name].c +++ b/templates/src-directory/utc/utc-[module_name].c @@ -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.