[libmath-int64-perl] 02/03: Update and reorganize debian/copyright.

Niko Tyni ntyni at moszumanska.debian.org
Sun Oct 12 19:53:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libmath-int64-perl.

commit dbe4e627f764ebe1dd6c5ba15deaaab5285c5203
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Oct 12 22:26:54 2014 +0300

    Update and reorganize debian/copyright.
    
    - public domain and copyright are mutually exclusive.
    - include verbatim license grants
    - explicitly spell out how Perl is licensed
    - BSD-3-clause is only used once so inline it for clarity
    - point to the current version of the GPL for GPL-1+
---
 debian/copyright | 65 +++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 39 insertions(+), 26 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 7ce22f5..0957cc9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,47 +6,47 @@ Source: https://metacpan.org/release/Math-Int64
 Files: *
 Copyright: 2007-2014, Salvador Fandiño <sfandino at yahoo.com>
 License: Artistic or GPL-1+
+ This library is free software; you can redistribute it and/or modify
+ it under the same terms as Perl itself, either Perl version 5.8.8 or,
+ at your option, any later version of Perl 5 you may have available.
+ .
+ Perl is free software; you can redistribute it and/or modify it under
+ the terms of either:
+ .
+        a) the GNU General Public License as published by the Free
+        Software Foundation; either version 1, or (at your option) any
+        later version, or
+ .
+        b) the "Artistic License" which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License (as shipped
+ with Perl) can be found in `/usr/share/common-licenses/Artistic'.
+ .
+ On Debian systems, the complete text of the current version of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL'.
 
 Files: templates/* c_api_client/* c_api.h
-Copyright: Salvador Fandiño <sfandino at yahoo.com>
+Copyright: none
+ Author: Salvador Fandino <sfandino at yahoo.com>
 License: public-domain
+ This file is in the public domain.
 
 Files: isaac64.h
-Copyright: Salvador Fandiño <sfandino at yahoo.com>, Bob Jenkins
+Copyright: Salvador Fandiño <sfandino at yahoo.com>
 License: Artistic or GPL-1+, and public-domain
+ based on code by Bob Jenkins on the public domain
 
 Files: ppport.h
 Copyright: 2004-2010, Marcus Holland-Moritz. 2001, Paul Marquess. 1999, Kenneth Albanowski.
 License: Artistic or GPL-1+
+ This program is free software; you can redistribute it and/or
+ modify it under the same terms as Perl itself.
 
 Files: strtoint64.h
 Copyright: 1992 The Regents of the University of California
 License: BSD-3-clause
-
-Files: debian/*
-Copyright: 2012, Dmitry E. Oboukhov <unera at debian.org>
-License: Artistic or GPL-1+
-
-License: public-domain
- This file is in the public domain
-
-License: Artistic
- This program is free software; you can redistribute it and/or modify
- it under the terms of the Artistic License, which comes with Perl.
- .
- On Debian systems, the complete text of the Artistic License can be
- found in `/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 1, or (at your option)
- any later version.
+ All rights reserved.
  .
- On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-1'.
-
-License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:
@@ -70,3 +70,16 @@ License: BSD-3-clause
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
+
+Files: debian/*
+Copyright: 2012, Dmitry E. Oboukhov <unera at debian.org>
+License: Artistic or GPL-1+
+ There is no explicit license grant from the copyright holder apart
+ from the above License field. This implies that the Debian packaging
+ is licensed under the terms of either:
+ .
+        a) the GNU General Public License as published by the Free
+        Software Foundation; either version 1, or (at your option) any
+        later version, or
+ .
+        b) the "Artistic License" which comes with Perl.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-int64-perl.git



More information about the Pkg-perl-cvs-commits mailing list