added NOTICE, AUTHORS
authorMyoungJune Park <mj2004.park@samsung.com>
Tue, 29 Jan 2013 12:44:47 +0000 (21:44 +0900)
committerMyoungJune Park <mj2004.park@samsung.com>
Tue, 29 Jan 2013 13:07:58 +0000 (22:07 +0900)
- modified .spec file fo license options

AUTHORS [new file with mode: 0644]
LICENSE.APLv2 [moved from LICENSE with 100% similarity]
NOTICE [new file with mode: 0644]
packaging/capi-system-system-settings.spec

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..a773910
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+MyoungJune Park <mj2004.park at samsung dot com>
similarity index 100%
rename from LICENSE
rename to LICENSE.APLv2
diff --git a/NOTICE b/NOTICE
new file mode 100644 (file)
index 0000000..b616854
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,3 @@
+Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved.
+Except as noted, this software is licensed under Apache License, Version 2.
+Please, see the LICENSE.APLv2 file for Apache License terms and conditions.
index 3a65b43..32ba850 100755 (executable)
@@ -49,6 +49,10 @@ make %{?jobs:-j%jobs}
 
 %install
 rm -rf %{buildroot}
+
+mkdir -p %{buildroot}/usr/share/license
+cp -f LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
+
 %make_install
 
 %post -p /sbin/ldconfig
@@ -58,6 +62,7 @@ rm -rf %{buildroot}
 
 %files
 %{_libdir}/lib*.so.*
+/usr/share/license/%{name}
 # /usr/local/bin/test_system_settings
 /usr/local/bin/test_system_settings_gui