Thu Jan 8 11:12:29 2015 UTC ()
The list of licences pointed to from http://www.fsf.org/licensing/
now points to http://www.gnu.org/licenses/license-list.html


(prlw1)
diff -r1.64 -r1.65 pkgsrc/mk/license.mk

cvs diff -r1.64 -r1.65 pkgsrc/mk/license.mk (expand / switch to unified diff)

--- pkgsrc/mk/license.mk 2014/10/12 23:39:17 1.64
+++ pkgsrc/mk/license.mk 2015/01/08 11:12:29 1.65
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: license.mk,v 1.64 2014/10/12 23:39:17 joerg Exp $ 1# $NetBSD: license.mk,v 1.65 2015/01/08 11:12:29 prlw1 Exp $
2# 2#
3# This file handles everything about the LICENSE variable. It is 3# This file handles everything about the LICENSE variable. It is
4# included automatically by bsd.pkg.mk. 4# included automatically by bsd.pkg.mk.
5# 5#
6# XXX There should be one place to set the default list and for users 6# XXX There should be one place to set the default list and for users
7# to set the ACCEPTABLE_LICENSES list, used by both source builds and 7# to set the ACCEPTABLE_LICENSES list, used by both source builds and
8# binary installs# 8# binary installs#
9# 9#
10# XXX: Some of this content arguably belongs in the pkgsrc guide 10# XXX: Some of this content arguably belongs in the pkgsrc guide
11# instead. 11# instead.
12# 12#
13# === User-settable variables === 13# === User-settable variables ===
14# 14#
@@ -48,27 +48,27 @@ @@ -48,27 +48,27 @@
48# Parenthesis are required when mixing AND and OR. 48# Parenthesis are required when mixing AND and OR.
49# 49#
50# Every package should specify its license. (Prior to early 2009, 50# Every package should specify its license. (Prior to early 2009,
51# Open Source and Free software did not have license tags.) 51# Open Source and Free software did not have license tags.)
52# 52#
53# Licenses are collected in the licenses/ subdirectory of 53# Licenses are collected in the licenses/ subdirectory of
54# pkgsrc. For open source license, we generally use the same 54# pkgsrc. For open source license, we generally use the same
55# names as either the Open Source Initiative or the Free 55# names as either the Open Source Initiative or the Free
56# Software Foundation, choosing a name to reduce confusion. 56# Software Foundation, choosing a name to reduce confusion.
57# Open source and free licenses do not have a -license suffix, 57# Open source and free licenses do not have a -license suffix,
58# and non-free licenses do. 58# and non-free licenses do.
59# 59#
60# http://opensource.org/licenses/category 60# http://opensource.org/licenses/category
61# http://www.fsf.org/licensing/licenses/index_html 61# http://www.gnu.org/licenses/license-list.html
62# 62#
63# === Predefined variables === 63# === Predefined variables ===
64# 64#
65# DEFAULT_ACCEPTABLE_LICENSES 65# DEFAULT_ACCEPTABLE_LICENSES
66# The list of licenses that will be the default value of 66# The list of licenses that will be the default value of
67# ACCEPTABLE_LICENSES. Adapting the longstanding policy of Open 67# ACCEPTABLE_LICENSES. Adapting the longstanding policy of Open
68# Source or Free licenses not requiring tags, it should contain 68# Source or Free licenses not requiring tags, it should contain
69# almost all licenses that are Open Source or Free, so as to provide 69# almost all licenses that are Open Source or Free, so as to provide
70# the most expansive default that almost all people find 70# the most expansive default that almost all people find
71# acceptable. (Many people will want to add more licenses to 71# acceptable. (Many people will want to add more licenses to
72# ACCEPTABLE_LICENSES; the point is to have a default that very 72# ACCEPTABLE_LICENSES; the point is to have a default that very
73# few people want to shrink.) 73# few people want to shrink.)
74# 74#