pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Adjust to current reality



details:   https://anonhg.NetBSD.org/pkgsrc/rev/290709c09011
branches:  trunk
changeset: 391974:290709c09011
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Apr 23 12:10:15 2009 +0000

description:
Adjust to current reality

  remove comment about '#LICENSE=' lines because license.mk is not
  live

  rephrase comment saying that we will likely add licenses not
  formally Free or Open source to the default list if they are
  obviously approvable, but we'll note this with comments

diffstat:

 mk/license.mk |  17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diffs (47 lines):

diff -r fb3dbb8d8b13 -r 290709c09011 mk/license.mk
--- a/mk/license.mk     Thu Apr 23 12:06:05 2009 +0000
+++ b/mk/license.mk     Thu Apr 23 12:10:15 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.13 2009/04/23 12:06:05 gdt Exp $
+# $NetBSD: license.mk,v 1.14 2009/04/23 12:10:15 gdt Exp $
 #
 # Note: This file is in draft state and not yet included in default
 # pkgsrc operations.
@@ -39,13 +39,9 @@
 #      licensing (a choice) or where multiple licenses apply
 #      simultaneously.
 # 
-#      Every package should specify its license.  (Prior to July 2007,
+#      Every package should specify its license.  (Prior to early 2009,
 #      Open Source and Free software did not have license tags.)
 #
-#      As of 2008-01, we are adding #LICENSE=; until this file is
-#      included from bsd.pkg.mk such tags will cause failure because
-#      DEFAULT_ACCEPTABLE_LICENSES is not yet implemented.
-#
 #      Licenses are collected in the licenses/ subdirectory of
 #      pkgsrc.  For open source license, we generally use the same
 #      names as either the Open Source Initiative or the Free
@@ -68,6 +64,11 @@
 #      ACCEPTABLE_LICENSES; the point is to have a default that very
 #      few people want to shrink.)
 #
+#      Licenses not formally approved as Free or Open Source may be
+#      added if they have terms that would obviously be approved if
+#      the effort were made.  Such license names will have a comment
+#      near them in the assignment to DEFAULT_ACCEPTABLE_LICENSES.
+#
 # === See also ===
 #
 #      ../doc/TODO, section "Licenses of packages"
@@ -83,10 +84,6 @@
 
 # XXX open-font-license should perhaps be changed to open-font
 
-# XXX Surely we will encounter licenses that clearly are Free, but
-# which have not been formally approved.  These licenses, if added,
-# should be somehow marked.
-
 DEFAULT_ACCEPTABLE_LICENSES= \
        public-domain \
        gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 \



Home | Main Index | Thread Index | Old Index