Bug 177508 - Apache License not part of Copyfree Standard Definition-approved licenses
Summary: Apache License not part of Copyfree Standard Definition-approved licenses
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-30 17:00 UTC by Johannes Meixner
Modified: 2013-05-20 13:30 UTC (History)
0 users

See Also:


Attachments
file.txt (80 bytes, text/plain)
2013-03-30 17:00 UTC, Johannes Meixner
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johannes Meixner 2013-03-30 17:00:00 UTC
/usr/ports/Mk/bsd.licences.db.mk wrongly adds Apache License to the group of copyfree licenses, while the AL is among the list of licenses rejected by the Copyfree Initiative (see http://copyfree.org/rejected/ for the reasons).

Fix: This 'bug' can be 'fixed' by removing the COPYFREE word from line 73 of the file /usr/ports/Mk/bsd.licenses.db.mk

Patch attached with submission follows:
How-To-Repeat: Look both at the file in question (/usr/ports/Mk/bsd.licenses.db.mk) and at the link supplied above (http://copyfree.org/rejected).
Comment 1 Raphael Kubo da Costa freebsd_committer freebsd_triage 2013-05-18 22:16:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->portmgr

Needs portmgr approval.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-20 13:24:52 UTC
Author: bdrewery
Date: Mon May 20 12:24:43 2013
New Revision: 318596
URL: http://svnweb.freebsd.org/changeset/ports/318596

Log:
  - The APACHE license is specifically rejected by copyfree at:
    http://copyfree.org/rejected/
  
  PR:		ports/177508
  Submitted by:	Johannes Meixner <xmj@chaot.net>
  With hat:	portmgr

Modified:
  head/Mk/bsd.licenses.db.mk

Modified: head/Mk/bsd.licenses.db.mk
==============================================================================
--- head/Mk/bsd.licenses.db.mk	Mon May 20 12:24:35 2013	(r318595)
+++ head/Mk/bsd.licenses.db.mk	Mon May 20 12:24:43 2013	(r318596)
@@ -70,7 +70,7 @@ _LICENSE_NAME_AGPLv3=	GNU Affero General
 _LICENSE_GROUPS_AGPLv3=	FSF GPL OSI
 
 _LICENSE_NAME_AL2=	Apache License
-_LICENSE_GROUPS_AL2=	FSF OSI COPYFREE
+_LICENSE_GROUPS_AL2=	FSF OSI
 
 _LICENSE_NAME_ART10=	Artistic License version 1.0
 _LICENSE_GROUPS_ART10=	OSI
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2013-05-20 13:25:30 UTC
Responsible Changed
From-To: portmgr->bdrewery

I'll take it.
Comment 4 Bryan Drewery freebsd_committer freebsd_triage 2013-05-20 13:25:35 UTC
State Changed
From-To: open->closed

Committed. Thanks!