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

Petr Pisar ppisar at fedoraproject.org
Tue May 28 11:16:06 UTC 2013


commit 89ccb3b6b57a70cc5b8e9709fa6a4848af2ac59d
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 cd4754b..9818088 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.5
-Release:    1%{?dist}
-License:    GPLv3+ and LGPLv2+ and Public Domain
+Release:    2%{?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}/
@@ -61,6 +67,9 @@ fi
 %{_mandir}/man5/*
 
 %changelog
+* Tue May 28 2013 Petr Pisar <ppisar at redhat.com> - 4.13.5-2
+- Correct license declaration (LGPLv3+ and GFDL added)
+
 * Mon Apr 15 2013 Petr Pisar <ppisar at redhat.com> - 4.13.5-1
 - 4.13.5 bump
 


More information about the scm-commits mailing list