Apache License 2.0 is applied 99/282699/1 accepted/tizen/unified/20221011.015434
authorJin Yoon <jinny.yoon@samsung.com>
Mon, 10 Oct 2022 04:51:32 +0000 (13:51 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Mon, 10 Oct 2022 04:51:48 +0000 (13:51 +0900)
Change-Id: Ic53cd54a87866cf71ebde8d3c8de23ab644ec846

LICENSE
Settings/SettingView/SettingView.cs
Settings/SettingWallpaper/Common/DeviceInfo.cs
Settings/SettingWallpaper/Common/Resources.cs
Settings/SettingWallpaper/SettingWallpaper.cs
Settings/SettingWallpaper/SettingWidgetWallpaper.cs
Settings/SettingWallpaper/ViewManager.cs
Settings/SettingWallpaper/Views/WallpaperView.cs
packaging/org.tizen.cssetting-wallpaper.spec

diff --git a/LICENSE b/LICENSE
index 54b213e0b69596792dbe12ef7e0b03bb61b74013..545b618e42ea262eae900a425762111cd90eb110 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
+Copyright (c) 2022 Samsung Electronics Co., Ltd. All rights reserved.
 
                                  Apache License
                            Version 2.0, January 2004
index 6c8c4c6bd08819272e3eaa2677d3d4943f0dfc58..5a6e586d9b558b68a321292bc936ba2eef2e3a22 100644 (file)
@@ -1,4 +1,20 @@
-using Tizen.Applications;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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.Applications;
 using Tizen.NUI;
 using Tizen.NUI.Components;
 
index 589897fcf3e886706e9eee425e03588c6280e886..c71d8aa3db7f0c53842ed1bc89fa3334452d81e1 100644 (file)
@@ -1,4 +1,20 @@
-using Tizen.System;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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.System;
 
 namespace SettingWallpaper.Common
 {
index d3a8bab9f8a13b523f91f76b5fbb1e321cedf38c..4986db5a8044377d82887e5a243fe07ecc9998f6 100644 (file)
@@ -1,4 +1,20 @@
-using Tizen.NUI;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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 SettingWallpaper.Common
 {
index 8bcab02b81c6516649a843e90ec8507e4a8316dc..5d48bf59db5e314e3fe64d2ad930d6b5199d92b0 100644 (file)
@@ -1,4 +1,20 @@
-using System;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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;
 
index bd013d6dc36cdb61e3aa9639dcc7eaa29a84ddc5..1996cddc0f548e72b714e46eec04406d69cd2eae 100644 (file)
@@ -1,4 +1,20 @@
-using Tizen.Applications;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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.Applications;
 using Tizen.NUI;
 using Tizen.NUI.Components;
 
index 3b2516c43de4935fa778fde9c574c93709c48bef..085c55e6fe261ed608be3ff8e0d9cc41b48ab7ee 100644 (file)
@@ -1,4 +1,20 @@
-using System;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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.NUI;
 using Tizen.NUI.BaseComponents;
index ab9165ffe4286ab394c7447eb068c40acf3fbc9e..a35d63a25f5592d7f536ab082fcad92e85f90d82 100644 (file)
@@ -1,4 +1,20 @@
-using System;
+/*
+ *  Copyright (c) 2022 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ *  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;
index b7820e8c203873a202ff45c149cd874a4f0d5cc7..4bf750734001e554b3f00880c4bbb47bf42dbea9 100644 (file)
@@ -31,4 +31,5 @@ install packaging/%{internal_name}-%{version}.tpk %{buildroot}/%{preload_tpk_pat
 
 %files
 %defattr(-,root,root,-)
-%{preload_tpk_path}/*
\ No newline at end of file
+%{preload_tpk_path}/*
+%license LICENSE
\ No newline at end of file