[jcifs] Fixed license tags

gil gil at fedoraproject.org
Tue Jul 23 15:26:50 UTC 2013


commit fa237b167d815e29f594ec834a6c48707fec6e35
Author: gil <puntogil at libero.it>
Date:   Tue Jul 23 17:26:31 2013 +0200

    Fixed license tags

 jcifs.spec |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/jcifs.spec b/jcifs.spec
index 426e792..71c786d 100644
--- a/jcifs.spec
+++ b/jcifs.spec
@@ -1,8 +1,12 @@
 Name:          jcifs
 Version:       1.3.17
-Release:       8%{?dist}
+Release:       9%{?dist}
 Summary:       Common Internet File System Client in 100% Java
-License:       LGPLv2+ and BSD
+# Licenses:
+#   src/jcifs/util/DES.java: BSD and MIT
+#   src/jcifs/util/MD4.java: BSD
+#   all the rest:            LGPLv2+
+License:       LGPLv2+ and BSD and MIT
 URL:           http://jcifs.samba.org/
 Source0:       http://jcifs.samba.org/src/%{name}-%{version}.tgz
 Source1:       http://mirrors.ibiblio.org/pub/mirrors/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom 
@@ -35,14 +39,16 @@ reciprocation).
 
 %package javadoc
 Summary:       Javadocs for %{name}
-License:       LGPLv2+ and GPLv2+
+# Neither DES.java nor MD4.java (see License comment) are documented here
+License:       LGPLv2+
 
 %description javadoc
 This package contains the API documentation for %{name}.
 
 %package demo
 Summary:       Demo for %{name}
-License:       LGPLv2+ and GPLv2+ and BSD
+# Files from the directory 'examples' are here, some are under GPLv2+
+License:       LGPLv2+ and GPLv2+
 Requires:      %{name} = %{version}-%{release}
 
 %description demo
@@ -89,6 +95,9 @@ cp -pr examples/*.java  %{buildroot}%{_datadir}/%{name}/examples
 %doc LICENSE.txt
 
 %changelog
+* Tue Jul 23 2013 Tomas Radej <tradej at redhat.com> - 1.3.17-9
+- Fixed license tags
+
 * Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.3.17-8
 - Update to current packaging guidelines
 


More information about the scm-commits mailing list