diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-06-01 22:54:51 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-06-01 22:54:51 +0000 |
commit | aed1a8bb785780fbecb2c74bdc17b7b1b54133a3 (patch) | |
tree | d4978ce46e8c4102ffd9b7595f8610d19f34feb2 /misc/kbdscan | |
parent | c9948aa26474db68e6ac1764478cc7d811a6b4f0 (diff) | |
download | ports-aed1a8bb785780fbecb2c74bdc17b7b1b54133a3.tar.gz ports-aed1a8bb785780fbecb2c74bdc17b7b1b54133a3.zip |
The ISC license is considered copyfree.
Notes
Notes:
svn path=/head/; revision=319614
Diffstat (limited to 'misc/kbdscan')
-rw-r--r-- | misc/kbdscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/kbdscan/Makefile b/misc/kbdscan/Makefile index e3a0e27e23db..3c73507d0ed3 100644 --- a/misc/kbdscan/Makefile +++ b/misc/kbdscan/Makefile @@ -9,7 +9,7 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= Kbdscan shows the scancodes of keys pressed LICENSE= ISC -LICENSE_GROUPS= FSF GPL OSI +LICENSE_GROUPS= FSF GPL OSI COPYFREE LICENSE_NAME= ISC License - ISCL LICENSE_FILE= ${FILESDIR}/LICENSE-kbdscan LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |