[nickle] Update license field to include GPLv3+ (from readline)

Michel Alexandre Salim salimma at fedoraproject.org
Sat Mar 12 17:10:09 UTC 2011


commit a381645e49d947bbfce1e7dc496fb40352ed2648
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Mar 12 18:09:31 2011 +0100

    Update license field to include GPLv3+ (from readline)

 nickle.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/nickle.spec b/nickle.spec
index aca2103..e27352e 100644
--- a/nickle.spec
+++ b/nickle.spec
@@ -3,11 +3,12 @@
 
 Name:    nickle
 Version: 2.70
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: A programming language-based prototyping environment
 
 Group:   Development/Languages
-License: MIT
+# links against readline (GPLv3+)
+License: MIT and GPLv3+
 URL:     http://nickle.org
 Source0: http://nickle.org/release/nickle-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -80,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/nickle
 
 %changelog
+* Sat Mar 12 2011 Michel Salim <salimma at fedoraproject.org> - 2.70-2
+- Update license field to include GPLv3+ (from readline)
+
 * Sat Mar 12 2011 Michel Salim <salimma at fedoraproject.org> - 2.70-1
 - Update to 2.70
 


More information about the scm-commits mailing list