Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 2010 17:14:14 -0700
From:      Sterling Camden <sterling@camdensoftware.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150608: Add OWL license
Message-ID:  <20100916001419.A07EF106566C@hub.freebsd.org>
Resent-Message-ID: <201009160020.o8G0K2kC013404@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         150608
>Category:       ports
>Synopsis:       Add OWL license
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 00:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sterling Camden
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
Camden Software Consulting
>Environment:
System: FreeBSD libertas.local.camdensoftware.com 8.1-STABLE FreeBSD 8.1-STABLE #59: Wed Sep 15 14:50:54 PDT 2010 sterling@libertas.local.camdensoftware.com:/usr/obj/usr/src/sys/LIBERTAS amd64


>Description:
	Add the Open Works License (OWL, http://sob.apotheon.org) to the list of known licenses with auto-acceptance.
        The OWL is a copyfree license similar to the BSD and MIT licenses.
>How-To-Repeat:
	The sysutils/pcpustat port uses this license, and currently this requires acceptance by the user.  This breaks
	batch build.  I expect to port more software under this license in the future.
>Fix:

	Patch follows:

--- usr/ports/Mk/bsd.licenses.db.mk	2010-09-15 16:51:17.000000000 -0700
+++ /usr/ports/Mk/bsd.licenses.db.mk	2010-09-15 17:02:06.000000000 -0700
@@ -33,7 +33,7 @@
 # _LICENSE_LIST_GROUPS	- List of defined license groups
 #
 
-_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 MIT MPL
+_LICENSE_LIST=			ART10 ART20 ASL BSD BSL CDDL EPL GFDL GPLv1 GPLv2 GPLv3 LGPL20 LGPL21 LGPL3 MIT MPL OWL
 
 # List of groups (only names must be present)
 
@@ -106,6 +106,9 @@
 _LICENSE_NAME_MPL=		Mozilla Public License
 _LICENSE_GROUPS_MPL=	FSF OSI
 
+_LICENSE_NAME_OWL=		Open Works License (owl.apotheon.org)
+_LICENSE_GROUPS_OWL=
+
 # Set default permissions if not defined
 
 .for lic in ${_LICENSE_LIST}


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100916001419.A07EF106566C>