From b4ff3cb59f76c5c23fab9163cc87659bee5128ee Mon Sep 17 00:00:00 2001 From: Jaehyun Cho Date: Wed, 14 Apr 2021 22:35:18 +0900 Subject: [PATCH] [NUI] Fix license year information for TabView classes --- src/Tizen.NUI.Components/Controls/TabBar.cs | 2 +- src/Tizen.NUI.Components/Controls/TabButton.cs | 2 +- src/Tizen.NUI.Components/Controls/TabButtonGroup.cs | 2 +- src/Tizen.NUI.Components/Controls/TabContent.cs | 2 +- src/Tizen.NUI.Components/Controls/TabView.cs | 2 +- src/Tizen.NUI.Components/Style/TabButtonStyle.cs | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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. -- 2.7.4