From 20d2184344a41a06e7a1aa473befdd9e03a179d3 Mon Sep 17 00:00:00 2001 From: MyoungJune Park Date: Tue, 29 Jan 2013 21:44:47 +0900 Subject: [PATCH] added NOTICE, AUTHORS - modified .spec file fo license options --- AUTHORS | 1 + LICENSE => LICENSE.APLv2 | 0 NOTICE | 3 +++ packaging/capi-system-system-settings.spec | 5 +++++ 4 files changed, 9 insertions(+) create mode 100644 AUTHORS rename LICENSE => LICENSE.APLv2 (100%) create mode 100644 NOTICE diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..a773910 --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +MyoungJune Park diff --git a/LICENSE b/LICENSE.APLv2 similarity index 100% rename from LICENSE rename to LICENSE.APLv2 diff --git a/NOTICE b/NOTICE new file mode 100644 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. diff --git a/packaging/capi-system-system-settings.spec b/packaging/capi-system-system-settings.spec index 3a65b43..32ba850 100755 --- a/packaging/capi-system-system-settings.spec +++ b/packaging/capi-system-system-settings.spec @@ -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 -- 2.7.4