Adding License header in all files. 44/298844/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.095740 accepted/tizen/unified/20230918.154722 tizen_8.0_m2_release
authorShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Thu, 14 Sep 2023 06:38:26 +0000 (12:08 +0530)
committerShivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Thu, 14 Sep 2023 06:38:26 +0000 (12:08 +0530)
Change-Id: I5a1f5d26a81526420ab41bf9a0f4483880b5e6b2
Signed-off-by: Shivam Varshney/Core S/W Group /SRI-Delhi/Engineer/Samsung Electronics <shivam.v2@samsung.com>
Notifications/CustomBorder.cs
Notifications/Models/NotificationsModel.cs
Notifications/Notifications.cs
Notifications/Notifications.csproj
Notifications/ViewManager.cs
Notifications/ViewModels/NotificationsDetailViewModel.cs
Notifications/ViewModels/NotificationsListViewModel.cs
Notifications/ViewModels/NotificationsViewModel.cs
Notifications/Views/BaseView.cs
packaging/org.tizen.notifications-1.0.0.tpk

index d51f75dc5f99105d8121a272c8b7f606d0d580b8..afc613aa97e517d3b4133915ef47a47ee1cdd672 100644 (file)
@@ -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;
 
index 072910abff96f70d7c5259f0b7f98d04676a69e5..6e480f58301ec51c9bd874fea1f09cd38c42dc19 100644 (file)
@@ -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;
index 8f3e27f98c02380371cef672e16fb61988bdbf3f..02c127fe700292e0ae5a257a5252be1f90543731 100644 (file)
@@ -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;
index 4fa1a9e41084165aea1b64ce06cd7bbac616e9eb..ba62547b8c71d748bb582d0d320b6586234db2b4 100644 (file)
@@ -13,9 +13,7 @@
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Tizen.NET" Version="11.0.0.17918">
-      <TreatAsUsed>true</TreatAsUsed>
-    </PackageReference>
+    <PackageReference Include="Tizen.NET" Version="11.0.0.17918" />
   </ItemGroup>
 
   <ItemGroup>
index 49471ade98d66f0510ae72baae686fa3fa037d59..2dfa510d2020f2415795868dd0f09c2d71066ed0 100644 (file)
@@ -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;
index 9cb5611517860e25a69c061e239e3329b5681f22..7ce881eb553bd14831ee716cb45132b7f856d7c6 100644 (file)
@@ -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;
index 8b42222887eb231195f3d2cfe3b37aad87d73365..e58862e489726ed27dccb5a4e1b2c778a1a7af02 100644 (file)
@@ -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;
index 16173b629f33c77f6bb7b4c273f8b47e2a10eea9..5ce982a66233f04a356822bc54bd808040a2a3ef 100644 (file)
@@ -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;
index 7a2bc0ac2cc353b95d330e611fadc407570d0dcf..de8de03203eb1a8e7a821b10fa361e8b065812b4 100644 (file)
@@ -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;
index 525bc1010eaf39df5dda99aaf7f9a8bf56ac7618..466786250bff2852183cd3607b82f49e2eeb297d 100644 (file)
Binary files a/packaging/org.tizen.notifications-1.0.0.tpk and b/packaging/org.tizen.notifications-1.0.0.tpk differ