From cb77af87cbbe25fab666ff78b5017c9053232515 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 3 Mar 2016 11:35:41 +0900 Subject: [PATCH] Modified license using SPDX license identifier Change-Id: I6b9bf5bb21f42f4977e1cc7d9b3e811766879e84 Signed-off-by: Seonah Moon --- LICENSE-Apache.v2.0 => LICENSE | 0 packaging/capi-vpn-service.spec | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE-Apache.v2.0 => LICENSE (100%) diff --git a/LICENSE-Apache.v2.0 b/LICENSE similarity index 100% rename from LICENSE-Apache.v2.0 rename to LICENSE diff --git a/packaging/capi-vpn-service.spec b/packaging/capi-vpn-service.spec index 1a8985b..4dd2727 100755 --- a/packaging/capi-vpn-service.spec +++ b/packaging/capi-vpn-service.spec @@ -3,7 +3,7 @@ Summary: VPN service library in TIZEN C API Version: 1.0.6 Release: 1 Group: System/Network -License: Apache License, Version 2.0 +License: Apache-2.0 URL: N/A Source0: %{name}-%{version}.tar.gz Source1: vpnsvc-daemon.service @@ -91,7 +91,7 @@ make %{?jobs:-j%jobs} rm -rf %{buildroot} mkdir -p %{buildroot}/%{_datadir}/license -cp LICENSE-Apache.v2.0 %{buildroot}/%{_datadir}/license/capi-vpnsvc +cp LICENSE %{buildroot}/%{_datadir}/license/capi-vpnsvc #cp LICENSE.APLv2 %{buildroot}/usr/share/license/fpasmtztransport %make_install -- 2.7.4