diff options
author | gdt <gdt@pkgsrc.org> | 2021-04-03 15:30:39 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2021-04-03 15:30:39 +0000 |
commit | dfa0c1aeca81a2952c0c19fe53b1ead2a32c2654 (patch) | |
tree | 95cca8ddca06c6b9a6065dd6ef4e590075acebe9 | |
parent | 4ac6f32d000a597bd7624769f5b988c550739488 (diff) | |
download | pkgsrc-dfa0c1aeca81a2952c0c19fe53b1ead2a32c2654.tar.gz |
license.mk: Minor changes in comments
Capitalize Free and Open Source more consistently.
Use "approved" rather than "accepted" when discussing Debian, to
avoid confusion between their rules and processes and ours.
(This is not a substantive change.)
-rw-r--r-- | mk/license.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/license.mk b/mk/license.mk index 31d58dbea63..be03455abbc 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.108 2021/03/06 04:36:21 ryoon Exp $ +# $NetBSD: license.mk,v 1.109 2021/04/03 15:30:39 gdt Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -48,8 +48,8 @@ # pkgsrc. For open source license, we generally use the same # names as either the Open Source Initiative or the Free # Software Foundation, choosing a name to reduce confusion. -# Open source and free licenses do not have a -license suffix, -# and non-free licenses do. +# Open Source and Free licenses do not have a -license suffix, +# and non-Free licenses do. # # http://opensource.org/licenses/category # http://www.gnu.org/licenses/license-list.html @@ -74,8 +74,8 @@ # Licenses approved by Debian as meeting the Debian Free # Software Guidelines will also be added by default. They # should be in a second section with a comment about each one, -# because Debian does not publish an accepted license list and -# acceptability must be inferred from inclusion in main. +# because Debian does not publish an approved license list and +# approval must be inferred from inclusion in main. # # The board of The NetBSD Foundation is the final arbiter of # which licenses may be in DEFAULT_ACCEPTABLE_LICENSES. As an |