From: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics Date: Thu, 14 Sep 2023 06:38:26 +0000 (+0530) Subject: Adding License header in all files. X-Git-Tag: accepted/tizen/unified/20230918.154722^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%2Fnotifications.git Adding License header in all files. Change-Id: I5a1f5d26a81526420ab41bf9a0f4483880b5e6b2 Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics --- diff --git a/Notifications/CustomBorder.cs b/Notifications/CustomBorder.cs index d51f75d..afc613a 100644 --- a/Notifications/CustomBorder.cs +++ b/Notifications/CustomBorder.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.BaseComponents; using Notifications.Common; diff --git a/Notifications/Models/NotificationsModel.cs b/Notifications/Models/NotificationsModel.cs index 072910a..6e480f5 100644 --- a/Notifications/Models/NotificationsModel.cs +++ b/Notifications/Models/NotificationsModel.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.ComponentModel; using Tizen.Applications.NotificationEventListener; using Tizen.NUI.Binding; diff --git a/Notifications/Notifications.cs b/Notifications/Notifications.cs index 8f3e27f..02c127f 100644 --- a/Notifications/Notifications.cs +++ b/Notifications/Notifications.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.Applications; using Tizen.NUI; using Notifications.Common; diff --git a/Notifications/Notifications.csproj b/Notifications/Notifications.csproj index 4fa1a9e..ba62547 100644 --- a/Notifications/Notifications.csproj +++ b/Notifications/Notifications.csproj @@ -13,9 +13,7 @@ - - true - + diff --git a/Notifications/ViewManager.cs b/Notifications/ViewManager.cs index 49471ad..2dfa510 100644 --- a/Notifications/ViewManager.cs +++ b/Notifications/ViewManager.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.IO; using Tizen.Applications.NotificationEventListener; using Tizen.NUI; diff --git a/Notifications/ViewModels/NotificationsDetailViewModel.cs b/Notifications/ViewModels/NotificationsDetailViewModel.cs index 9cb5611..7ce881e 100644 --- a/Notifications/ViewModels/NotificationsDetailViewModel.cs +++ b/Notifications/ViewModels/NotificationsDetailViewModel.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.ComponentModel; using Tizen.Applications; using Tizen.NUI.Binding; diff --git a/Notifications/ViewModels/NotificationsListViewModel.cs b/Notifications/ViewModels/NotificationsListViewModel.cs index 8b42222..e58862e 100644 --- a/Notifications/ViewModels/NotificationsListViewModel.cs +++ b/Notifications/ViewModels/NotificationsListViewModel.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.ObjectModel; using Tizen.Applications.NotificationEventListener; using Notifications.Common; diff --git a/Notifications/ViewModels/NotificationsViewModel.cs b/Notifications/ViewModels/NotificationsViewModel.cs index 16173b6..5ce982a 100644 --- a/Notifications/ViewModels/NotificationsViewModel.cs +++ b/Notifications/ViewModels/NotificationsViewModel.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.ComponentModel; using Tizen.Applications.NotificationEventListener; using Tizen.NUI; diff --git a/Notifications/Views/BaseView.cs b/Notifications/Views/BaseView.cs index 7a2bc0a..de8de03 100644 --- a/Notifications/Views/BaseView.cs +++ b/Notifications/Views/BaseView.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.BaseComponents; using Tizen.NUI.Binding; using Tizen.NUI.Components; diff --git a/packaging/org.tizen.notifications-1.0.0.tpk b/packaging/org.tizen.notifications-1.0.0.tpk index 525bc10..4667862 100644 Binary files a/packaging/org.tizen.notifications-1.0.0.tpk and b/packaging/org.tizen.notifications-1.0.0.tpk differ