diff options
author | Duyoung Jang <duyoung.jang@samsung.com> | 2013-01-23 20:11:22 +0900 |
---|---|---|
committer | Duyoung Jang <duyoung.jang@samsung.com> | 2013-01-23 20:11:22 +0900 |
commit | 2b60edde428a3e8512fc0398943a65959166ef04 (patch) | |
tree | f89021c2faea4570462ea30b348b45afa78ea8bd | |
parent | e4687b11c6c55513e413088b1ffb14045bb4ad67 (diff) | |
download | installer-2b60edde428a3e8512fc0398943a65959166ef04.tar.gz installer-2b60edde428a3e8512fc0398943a65959166ef04.tar.bz2 installer-2b60edde428a3e8512fc0398943a65959166ef04.zip |
Update License file
Change-Id: I009d8eaa9cc9a3280903b490dd36119a826aa2d7
Signed-off-by: Duyoung Jang <duyoung.jang@samsung.com>
-rwxr-xr-x | LICENSE.APLv2 (renamed from LICENSE) | 0 | ||||
-rwxr-xr-x | NOTICE | 2 | ||||
-rwxr-xr-x | packaging/osp-installer.spec | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. Except as noted, this software is licensed under Apache License, Version 2. -Please, see the LICENSE file for Apache License terms and conditions. +Please, see the LICENSE.APLv2 file for Apache License terms and conditions. diff --git a/packaging/osp-installer.spec b/packaging/osp-installer.spec index fa5b181..0b9375e 100755 --- a/packaging/osp-installer.spec +++ b/packaging/osp-installer.spec @@ -43,7 +43,7 @@ make %{?jobs:-j%jobs} %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/license -cp %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name} +cp %{_builddir}/%{name}-%{version}/LICENSE.APLv2 %{buildroot}/usr/share/license/%{name} %make_install |