pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0655c4d8f5d6
branches:  trunk
changeset: 399716:0655c4d8f5d6
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Aug 14 18:12:00 2019 +0000

description:
Add the biopython license to DEFAULT_ACCEPTABLE_LICENSES.

The biopython license is _very_ similar, but not identical, to many
other open source licenses used throughout pkgsrc.  The gratuitous
differences are being addressed by the project through an effort to
relicense all files to the 3-clause BSD license.  In the meantime,
Debian has accepted that the current biopython license meets the DFSG
and includes the package in their main distribution.  Consequently,
rename the license file and add it to DEFAULT_ACCEPTABLE_LICENSES.

See http://mail-index.netbsd.org/pkgsrc-changes/2019/08/13/msg195804.html.

diffstat:

 biology/py-biopython/Makefile |   4 ++--
 licenses/biopython            |  20 ++++++++++++++++++++
 licenses/biopython-license    |  20 --------------------
 mk/license.mk                 |   4 +++-
 4 files changed, 25 insertions(+), 23 deletions(-)

diffs (84 lines):

diff -r 15ba7a994f11 -r 0655c4d8f5d6 biology/py-biopython/Makefile
--- a/biology/py-biopython/Makefile     Wed Aug 14 17:38:25 2019 +0000
+++ b/biology/py-biopython/Makefile     Wed Aug 14 18:12:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/08/09 21:52:34 brook Exp $
+# $NetBSD: Makefile,v 1.2 2019/08/14 18:12:00 brook Exp $
 
 DISTNAME=      biopython-1.74
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -8,7 +8,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://biopython.org/
 COMMENT=       Python libraries for computational molecular biology
-LICENSE=       biopython-license
+LICENSE=       biopython
 
 USE_TOOLS+=    pax
 
diff -r 15ba7a994f11 -r 0655c4d8f5d6 licenses/biopython
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/biopython        Wed Aug 14 18:12:00 2019 +0000
@@ -0,0 +1,20 @@
+Biopython License Agreement
+---------------------------
+
+Permission to use, copy, modify, and distribute this software and its
+documentation with or without modifications and for any purpose and
+without fee is hereby granted, provided that any copyright notices
+appear in all copies and that both those copyright notices and this
+permission notice appear in supporting documentation, and that the
+names of the contributors or copyright holders not be used in
+advertising or publicity pertaining to distribution of the software
+without specific prior permission.
+
+THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
+WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
+CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
+OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
+OR PERFORMANCE OF THIS SOFTWARE.
diff -r 15ba7a994f11 -r 0655c4d8f5d6 licenses/biopython-license
--- a/licenses/biopython-license        Wed Aug 14 17:38:25 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Biopython License Agreement
----------------------------
-
-Permission to use, copy, modify, and distribute this software and its
-documentation with or without modifications and for any purpose and
-without fee is hereby granted, provided that any copyright notices
-appear in all copies and that both those copyright notices and this
-permission notice appear in supporting documentation, and that the
-names of the contributors or copyright holders not be used in
-advertising or publicity pertaining to distribution of the software
-without specific prior permission.
-
-THE CONTRIBUTORS AND COPYRIGHT HOLDERS OF THIS SOFTWARE DISCLAIM ALL
-WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT
-OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
-OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
-OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
-OR PERFORMANCE OF THIS SOFTWARE.
diff -r 15ba7a994f11 -r 0655c4d8f5d6 mk/license.mk
--- a/mk/license.mk     Wed Aug 14 17:38:25 2019 +0000
+++ b/mk/license.mk     Wed Aug 14 18:12:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.100 2019/08/13 04:27:18 maya Exp $
+# $NetBSD: license.mk,v 1.101 2019/08/14 18:12:00 brook Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -170,6 +170,8 @@
 # The following licenses meet the DFSG (but are not formally approved
 # by FSF/OSI) as evidenced by inclusion in Debian main.
 #
+# used in https://sources.debian.org/copyright/license/python-biopython/
+DEFAULT_ACCEPTABLE_LICENSES+=  biopython
 # \todo reference to package
 DEFAULT_ACCEPTABLE_LICENSES+=  happy
 # used in https://sources.debian.org/copyright/license/lsof/



Home | Main Index | Thread Index | Old Index