From d547c7c532f8e5089b5cbe12a22ab7d86ce5565e Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Fri, 29 May 2015 16:37:59 +0900 Subject: [PATCH] [License] Modify the file name of license Change-Id: Ie7f464f0d041ca7224e70a75fd71fa2945599823 --- LICENSE.AL2 => LICENSE | 0 LICENSE.BSD => LICENSE.BSD-2.0 | 0 packaging/webapi-plugins.spec | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.AL2 => LICENSE (100%) rename LICENSE.BSD => LICENSE.BSD-2.0 (100%) diff --git a/LICENSE.AL2 b/LICENSE similarity index 100% rename from LICENSE.AL2 rename to LICENSE diff --git a/LICENSE.BSD b/LICENSE.BSD-2.0 similarity index 100% rename from LICENSE.BSD rename to LICENSE.BSD-2.0 diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index fa250c21..03db65ec 100755 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -510,8 +510,8 @@ ninja -C out/Default %{?_smp_mflags} %install mkdir -p %{buildroot}/usr/share/license -cp LICENSE.AL2 %{buildroot}/usr/share/license/%{name} -cat LICENSE.BSD >> %{buildroot}/usr/share/license/%{name} +cp LICENSE %{buildroot}/usr/share/license/%{name} +cat LICENSE.BSD-2.0 >> %{buildroot}/usr/share/license/%{name} # Extensions. mkdir -p %{buildroot}%{_libdir}/%{crosswalk_extensions} -- 2.34.1