>Number: 158776 >Category: misc >Synopsis: [patch] [bsd.license.db.mk] add support for the copyfree group >of licenses >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 10 20:40:09 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Eitan Adler >Release: >Organization: >Environment: >Description: There are some zealots that want to explicitly be asked about any non-copyfree licenses, and some enterprise companies probably don't want copyleft software, but don't mind copyfree software. This patch adds the group to the license database. More information here: http://copyfree.org/ >How-To-Repeat:
>Fix: Index: bsd.licenses.db.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.licenses.db.mk,v retrieving revision 1.14 diff -u -r1.14 bsd.licenses.db.mk --- bsd.licenses.db.mk 25 Mar 2011 20:52:48 -0000 1.14 +++ bsd.licenses.db.mk 10 Jul 2011 20:21:42 -0000 @@ -48,6 +48,8 @@ _LICENSE_NAME_OSI= OSI Approved +_LICENSE_NAME_COPYFREE= Comply with Copyfree Standard Definition. + # Default permissions for licenses here, if not defined _LICENSE_PERMS_DEFAULT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept @@ -70,13 +72,13 @@ _LICENSE_GROUPS_ART20= FSF GPL OSI _LICENSE_NAME_ASL= Apache License -_LICENSE_GROUPS_ASL= FSF OSI +_LICENSE_GROUPS_ASL= FSF OSI COPYFREE _LICENSE_NAME_BSD= BSD license -_LICENSE_GROUPS_BSD= FSF OSI +_LICENSE_GROUPS_BSD= FSF OSI COPYFREE _LICENSE_NAME_BSL= Boost Software License -_LICENSE_GROUPS_BSL= FSF OSI +_LICENSE_GROUPS_BSL= FSF OSI COPYFREE _LICENSE_NAME_CDDL= Common Development and Distribution License _LICENSE_GROUPS_CDDL= FSF OSI @@ -97,7 +99,7 @@ _LICENSE_GROUPS_GPLv3= FSF GPL OSI _LICENSE_NAME_ISCL= Internet Systems Consortium License -_LICENSE_GROUPS_ISCL= FSF GPL OSI +_LICENSE_GROUPS_ISCL= FSF GPL OSI COPYFREE _LICENSE_NAME_LGPL20= GNU Library General Public License version 2.0 _LICENSE_GROUPS_LGPL20= FSF GPL OSI @@ -137,13 +139,13 @@ _LICENSE_PERMS_LPPL13c= dist-mirror dist-sell _LICENSE_NAME_MIT= MIT license / X11 license -_LICENSE_GROUPS_MIT= FSF GPL OSI +_LICENSE_GROUPS_MIT= FSF GPL OSI COPYFREE _LICENSE_NAME_MPL= Mozilla Public License _LICENSE_GROUPS_MPL= FSF OSI _LICENSE_NAME_OWL= Open Works License (owl.apotheon.org) -_LICENSE_GROUPS_OWL= +_LICENSE_GROUPS_OWL= COPYFREE _LICENSE_NAME_PHP202= PHP License version 2.02 _LICENSE_GROUPS_PHP202= FSF OSI >Release-Note: >Audit-Trail: >Unformatted: _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
