summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-12-10 15:39:10 +0000
committergdt <gdt@pkgsrc.org>2018-12-10 15:39:10 +0000
commit87f8ef88359ec3a567b1e9c928e8e41feb830466 (patch)
tree5928d3530018f57462f9e92142d05e6c7e73eae6
parent172380be763f2f2f4927e3bdbb7538161088e690 (diff)
downloadpkgsrc-87f8ef88359ec3a567b1e9c928e8e41feb830466.tar.gz
mk/license.mk: remove ancient comment
Long ago, I floated the notion of runtime controls based on licenses. This seems not useful and is obviously not going to happen, so gc the comment.
-rw-r--r--mk/license.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/license.mk b/mk/license.mk
index 30fb3dc1ce1..96e1f77bd4f 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.93 2018/12/10 15:37:49 gdt Exp $
+# $NetBSD: license.mk,v 1.94 2018/12/10 15:39:10 gdt Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -20,11 +20,6 @@
# (pkg_install has code to behave the same way, but it is not
# yet turned on.)
#
-# XXX: Perhaps there should be some mechanism to prevent running
-# programs that are part of packages that declare LICENSEs that
-# are not in ACCEPTABLE_LICENSES or some per-user variable.
-# This is surely controversial and requires discussion.
-#
# To include the default licenses, you can use the += operator
# in mk.conf. To override it, use the plain = operator.
#