From: Jaehyun Cho Date: Wed, 14 Apr 2021 13:35:18 +0000 (+0900) Subject: [NUI] Fix license year information for TabView classes X-Git-Tag: citest_t1~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=b4ff3cb59f76c5c23fab9163cc87659bee5128ee;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Fix license year information for TabView classes --- diff --git a/src/Tizen.NUI.Components/Controls/TabBar.cs b/src/Tizen.NUI.Components/Controls/TabBar.cs index ee69ed5..e9f8967 100755 --- a/src/Tizen.NUI.Components/Controls/TabBar.cs +++ b/src/Tizen.NUI.Components/Controls/TabBar.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2020 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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/src/Tizen.NUI.Components/Controls/TabButton.cs b/src/Tizen.NUI.Components/Controls/TabButton.cs index 0555e29..2805129 100755 --- a/src/Tizen.NUI.Components/Controls/TabButton.cs +++ b/src/Tizen.NUI.Components/Controls/TabButton.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2020 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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/src/Tizen.NUI.Components/Controls/TabButtonGroup.cs b/src/Tizen.NUI.Components/Controls/TabButtonGroup.cs index c2c8a3e..8e5f821 100755 --- a/src/Tizen.NUI.Components/Controls/TabButtonGroup.cs +++ b/src/Tizen.NUI.Components/Controls/TabButtonGroup.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2020 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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/src/Tizen.NUI.Components/Controls/TabContent.cs b/src/Tizen.NUI.Components/Controls/TabContent.cs index d2e1838..a298f8f 100755 --- a/src/Tizen.NUI.Components/Controls/TabContent.cs +++ b/src/Tizen.NUI.Components/Controls/TabContent.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2020 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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/src/Tizen.NUI.Components/Controls/TabView.cs b/src/Tizen.NUI.Components/Controls/TabView.cs index 0aa9d83..134f246 100755 --- a/src/Tizen.NUI.Components/Controls/TabView.cs +++ b/src/Tizen.NUI.Components/Controls/TabView.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2020 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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/src/Tizen.NUI.Components/Style/TabButtonStyle.cs b/src/Tizen.NUI.Components/Style/TabButtonStyle.cs index ae33eef..125a8aa 100755 --- a/src/Tizen.NUI.Components/Style/TabButtonStyle.cs +++ b/src/Tizen.NUI.Components/Style/TabButtonStyle.cs @@ -1,5 +1,5 @@ /* - * Copyright(c) 2019 Samsung Electronics Co., Ltd. + * Copyright(c) 2021 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.