From: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics Date: Fri, 15 Sep 2023 07:14:26 +0000 (+0530) Subject: Adding Licence header in all files. X-Git-Tag: accepted/tizen/unified/20230918.154720^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=profile%2Fiot%2Fapps%2Fdotnet%2Ftaskbar.git Adding Licence header in all files. Change-Id: If20ed2addcd8ba26ceded0fe5b9ced54903941de Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics --- diff --git a/TaskBar/Common/DeviceInfo.cs b/TaskBar/Common/DeviceInfo.cs index 2e719f8..c60bf16 100644 --- a/TaskBar/Common/DeviceInfo.cs +++ b/TaskBar/Common/DeviceInfo.cs @@ -1,4 +1,20 @@ -using Tizen.NUI; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Tizen.NUI; using Tizen.NUI.WindowSystem.Shell; namespace TaskBar.Common diff --git a/TaskBar/Common/PropertyNotifier.cs b/TaskBar/Common/PropertyNotifier.cs index 51d3896..569fc6c 100644 --- a/TaskBar/Common/PropertyNotifier.cs +++ b/TaskBar/Common/PropertyNotifier.cs @@ -1,4 +1,20 @@ -using System.ComponentModel; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System.ComponentModel; using System.Runtime.CompilerServices; namespace TaskBar.Common diff --git a/TaskBar/Common/Resources.cs b/TaskBar/Common/Resources.cs index 634b0cb..500547a 100644 --- a/TaskBar/Common/Resources.cs +++ b/TaskBar/Common/Resources.cs @@ -1,4 +1,19 @@ -using System.Collections.Generic; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + using Tizen.NUI; namespace TaskBar.Common diff --git a/TaskBar/Core/InputGeneratorBase.cs b/TaskBar/Core/InputGeneratorBase.cs index 8b8cf75..572a0ef 100644 --- a/TaskBar/Core/InputGeneratorBase.cs +++ b/TaskBar/Core/InputGeneratorBase.cs @@ -1,4 +1,20 @@ -using ElmSharp; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using ElmSharp; using TaskBar.Common; namespace TaskBar.Core diff --git a/TaskBar/Core/PinnedAppsDataBase.cs b/TaskBar/Core/PinnedAppsDataBase.cs index 830399b..418356b 100644 --- a/TaskBar/Core/PinnedAppsDataBase.cs +++ b/TaskBar/Core/PinnedAppsDataBase.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using Microsoft.Data.Sqlite; using Tizen.Applications; diff --git a/TaskBar/Core/TaskBarAppLauncher.cs b/TaskBar/Core/TaskBarAppLauncher.cs index f365a1d..ae4bc92 100644 --- a/TaskBar/Core/TaskBarAppLauncher.cs +++ b/TaskBar/Core/TaskBarAppLauncher.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using Tizen.Applications; using Tizen.Applications.Exceptions; diff --git a/TaskBar/Models/AppInfoModel.cs b/TaskBar/Models/AppInfoModel.cs index 1808def..f700caa 100644 --- a/TaskBar/Models/AppInfoModel.cs +++ b/TaskBar/Models/AppInfoModel.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using System.Windows.Input; using Tizen.NUI; diff --git a/TaskBar/TaskBar.cs b/TaskBar/TaskBar.cs index a3b7701..ed6457c 100644 --- a/TaskBar/TaskBar.cs +++ b/TaskBar/TaskBar.cs @@ -1,4 +1,20 @@ -using System.Collections.Generic; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System.Collections.Generic; using Tizen.NUI; using Tizen.NUI.WindowSystem.Shell; using TaskBar.Common; diff --git a/TaskBar/ViewModels/ApplicationsViewModel.cs b/TaskBar/ViewModels/ApplicationsViewModel.cs index 3cb5baf..9310531 100644 --- a/TaskBar/ViewModels/ApplicationsViewModel.cs +++ b/TaskBar/ViewModels/ApplicationsViewModel.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections; using System.Collections.Generic; using Tizen.Applications; diff --git a/TaskBar/ViewModels/QuickAccessViewModel.cs b/TaskBar/ViewModels/QuickAccessViewModel.cs index 107295c..3965843 100644 --- a/TaskBar/ViewModels/QuickAccessViewModel.cs +++ b/TaskBar/ViewModels/QuickAccessViewModel.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections; using System.Collections.Generic; using Tizen.Applications; diff --git a/TaskBar/Views/AppItemView.cs b/TaskBar/Views/AppItemView.cs index 7c1926b..9af2229 100644 --- a/TaskBar/Views/AppItemView.cs +++ b/TaskBar/Views/AppItemView.cs @@ -1,4 +1,20 @@ -using System.Collections.Generic; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System.Collections.Generic; using System.Windows.Input; using Tizen.NUI; using Tizen.NUI.BaseComponents; diff --git a/TaskBar/Views/ApplicationsView.cs b/TaskBar/Views/ApplicationsView.cs index 542d8f2..c25e5db 100644 --- a/TaskBar/Views/ApplicationsView.cs +++ b/TaskBar/Views/ApplicationsView.cs @@ -1,4 +1,20 @@ -using Tizen.NUI.BaseComponents; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Tizen.NUI.BaseComponents; using Tizen.NUI.Binding; using Tizen.NUI.Components; using TaskBar.Common; diff --git a/TaskBar/Views/BaseView.cs b/TaskBar/Views/BaseView.cs index 45b910b..d2c11ad 100644 --- a/TaskBar/Views/BaseView.cs +++ b/TaskBar/Views/BaseView.cs @@ -1,4 +1,20 @@ -using System.Collections; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System.Collections; using System.Collections.Generic; using Tizen.NUI; using Tizen.NUI.BaseComponents; diff --git a/TaskBar/Views/CustomMenu.cs b/TaskBar/Views/CustomMenu.cs index ab06183..beb3b55 100644 --- a/TaskBar/Views/CustomMenu.cs +++ b/TaskBar/Views/CustomMenu.cs @@ -1,4 +1,20 @@ -using Tizen.NUI; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Tizen.NUI; using Tizen.NUI.Components; using TaskBar.Common; diff --git a/TaskBar/Views/MainView.cs b/TaskBar/Views/MainView.cs index c8aace7..48d210a 100644 --- a/TaskBar/Views/MainView.cs +++ b/TaskBar/Views/MainView.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using System.IO; using Tizen.NUI; diff --git a/TaskBar/Views/QuickAccessView.cs b/TaskBar/Views/QuickAccessView.cs index 2f3dd93..887a91c 100644 --- a/TaskBar/Views/QuickAccessView.cs +++ b/TaskBar/Views/QuickAccessView.cs @@ -1,4 +1,20 @@ -using Tizen.NUI.BaseComponents; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using Tizen.NUI.BaseComponents; using Tizen.NUI.Binding; using Tizen.NUI.Components; using TaskBar.Common; diff --git a/TaskBar/Views/UninstallConfirmationView.cs b/TaskBar/Views/UninstallConfirmationView.cs index a887895..dd46790 100644 --- a/TaskBar/Views/UninstallConfirmationView.cs +++ b/TaskBar/Views/UninstallConfirmationView.cs @@ -1,4 +1,20 @@ -using System; +/* + * 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +using System; using System.Collections.Generic; using Tizen.NUI; using Tizen.NUI.BaseComponents; diff --git a/packaging/org.tizen.taskbar-1.0.0.tpk b/packaging/org.tizen.taskbar-1.0.0.tpk index e186e54..fb694ea 100644 Binary files a/packaging/org.tizen.taskbar-1.0.0.tpk and b/packaging/org.tizen.taskbar-1.0.0.tpk differ