spec: change license name
authorboseong choi <boseong.choi@samsung.com>
Fri, 18 Mar 2016 11:10:58 +0000 (20:10 +0900)
committerwchang kim <wchang.kim@samsung.com>
Tue, 20 Jun 2017 08:30:22 +0000 (17:30 +0900)
e2fsprogs license : GPLv2 -> GPL-2.0
uuidd license : GPLv2 -> BSD-2.0
add license document for MIT

Change-Id: Ic31306143ad5d44e34a5c0d88644e90b584c70e0
Signed-off-by: boseong choi <boseong.choi@samsung.com>
NOTICE
e2fsprogs.spec.in

diff --git a/NOTICE b/NOTICE
index dd1227b..94416c4 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -847,3 +847,26 @@ necessary.  Here is a sample; alter the names:
   Ty Coon, President of Vice
 
 That's all there is to it!
+
+----------------------------------------------------------------------
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation files
+(the "Software"), to deal in the Software without restriction,
+including without limitation the rights to use, copy, modify, merge,
+publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
index b188b75..6fab67b 100644 (file)
@@ -7,7 +7,7 @@ Summary: Utilities for managing ext2/ext3/ext4 filesystems
 Name: e2fsprogs
 Version: @E2FSPROGS_PKGVER@
 Release: 0
-License: GPLv2
+License: GPL-2.0
 Group: System Environment/Base
 Source:  ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-%{version}.tar.gz
 Url: http://e2fsprogs.sourceforge.net/
@@ -49,7 +49,7 @@ e2fsprogs-devel, you'll also want to install e2fsprogs.
 %package -n uuidd
 Summary: helper daemon to guarantee uniqueness of time-based UUIDs
 Group: System Environment/Daemons
-License: GPLv2
+License: BSD-2.0
 Requires: e2fsprogs = %{version}
 Requires(pre): shadow-utils