diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-28 22:11:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-28 22:11:53 +0000 |
commit | 524197d87cd42441a89808b4597e1a58dc58cbe9 (patch) | |
tree | 825263f0c360eb699812c8855157b19aec0908b0 | |
parent | Revive devel/codeville and assign new maintainer (diff) |
misc/valspeak: Remove RESTRICTION
Valspeak comes from the same place as misc/jive which has never carried
a restriction. Follow jive's suit; LEGAL entry no longer required.
PR: 174940
Reported by: eadler
Notes
Notes:
svn path=/head/; revision=359722
-rw-r--r-- | misc/valspeak/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/valspeak/Makefile b/misc/valspeak/Makefile index 29b5ed024546..29a00a97559e 100644 --- a/misc/valspeak/Makefile +++ b/misc/valspeak/Makefile @@ -11,10 +11,6 @@ COMMENT= Filter that converts English text to valspeak CONFLICTS= filters-2* talkfilters-2* -RESTRICTED= 1986 software shared on the net.sources newsgroup \ - with the intent to redistribute it, but without any \ - license or author information clearly available. - PLIST_FILES= bin/valspeak ALL_TARGET= valspeak MAKE_ARGS+= CFLAGS=${CFLAGS:Q} |