[sharutils/f19] Correct license declaration (LGPLv3+ and GFDL added)

Petr Pisar ppisar at fedoraproject.org
Tue May 28 11:42:39 UTC 2013


commit 870333724771e0e699a1da4e540bb2daa02e9408
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue May 28 13:15:56 2013 +0200

    Correct license declaration (LGPLv3+ and GFDL added)

 sharutils.spec |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/sharutils.spec b/sharutils.spec
index 05a5ee7..e0d6edc 100644
--- a/sharutils.spec
+++ b/sharutils.spec
@@ -1,8 +1,14 @@
 Summary: The GNU shar utilities for packaging and unpackaging shell archives
 Name: sharutils
 Version: 4.13.3
-Release: 3%{?dist}
-License: GPLv3+ and LGPLv2+ and Public Domain
+Release: 4%{?dist}
+# The main code:                GPLv3+
+# lib (gnulib):                 LGPLv3+
+# lib/sys_socket.in.h:          LGPLv2+
+# lib/md5.c:                    Public Domain
+# doc/sharutils.texi:           GFDL
+# libopts (not compiled in):    LGPLv3+ or BSD
+License: GPLv3+ and LGPLv3+ and LGPLv2+ and Public Domain and GFDL
 Group: Applications/Archiving
 Source: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
 URL: http://www.gnu.org/software/%{name}/
@@ -70,6 +76,9 @@ fi
 %{_mandir}/man5/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 4.13.3-4
+- Correct license declaration (LGPLv3+ and GFDL added)
+
 * Fri Feb 08 2013 Petr Pisar <ppisar at redhat.com> - 4.13.3-3
 - Collect message catalogs in install phase (bug #908967)
 


More information about the scm-commits mailing list