[rubygem-diff-lcs] Fix licensing

Josef Stribny jstribny at fedoraproject.org
Mon Feb 10 09:58:05 UTC 2014


commit 1a648a94aff4fe781498063e9383707a26547b6c
Author: Josef Stribny <jstribny at redhat.com>
Date:   Mon Feb 10 10:58:38 2014 +0100

    Fix licensing

 rubygem-diff-lcs.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-diff-lcs.spec b/rubygem-diff-lcs.spec
index ffca224..223d07b 100644
--- a/rubygem-diff-lcs.spec
+++ b/rubygem-diff-lcs.spec
@@ -7,9 +7,12 @@
 Summary: Provide a list of changes between two sequenced collections
 Name: rubygem-%{gem_name}
 Version: 1.1.3
-Release: 3.2%{?dist}
+Release: 4%{?dist}
 Group: Development/Languages
-License: GPLv2+ or Ruby or Artistic
+#lib/diff/lcs.rb is Artistic or Ruby or BSD
+#lib/diff/lcs/*.rb is GPLv2+ or Artistic or Ruby or BSD
+#License.rdoc states GPLv2+ or Artistic or MIT
+License: (GPLv2+ or Artistic or MIT) and (GPLv2+ or Artistic or Ruby or BSD) and (Artistic or Ruby or BSD)
 URL: http://rubyforge.org/projects/ruwiki/
 Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
 Requires: ruby(release)
@@ -101,6 +104,9 @@ popd
 
 
 %changelog
+* Thu Feb 06 2014 Josef Stribny <jstribny at redhat.com> - 1.1.3-4
+- Fix licensing
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-3.2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list