diff options
-rw-r--r-- | LEGAL | 7 | ||||
-rw-r--r-- | archivers/lha-ac/Makefile | 2 | ||||
-rw-r--r-- | emulators/stonx/Makefile | 2 | ||||
-rw-r--r-- | multimedia/xanim/Makefile | 2 |
4 files changed, 6 insertions, 7 deletions
@@ -34,6 +34,7 @@ actx-* games/actx Contains commercial character data adobesvg-* graphics/linux-adobesvg Redistribution prohibited adom-* games/adom Copy of CD must be sent to author aestats-* games/aestats Commercial use is prohibited +agrep-* textproc/agrep No redistribution for profit alephone/M1A1.zip games/alephone-data Bungie/Microsoft do not allow charging for Marathon data files alephone/Marathon*.zip games/alephone-data Bungie/Microsoft do not allow charging for Marathon data files annelid-* games/annelid Redistribution is limited @@ -162,7 +163,7 @@ l0phtcrack/* security/l0phtcrack Parts are under GPL, so binaries should not be ladder.tar games/ladder Possible copyright problems lame* audio/lame May be patented lgrind/* print/lgrind Contains non-free code written by Van Jacobson -lha-1.14i-ac* archivers/lha-ac No Redistribution +lha-1.14i-ac* archivers/lha-ac No redistribution allowed libaacplus-* audio/libaacplus Unclear legal status libamrnb audio/libamrnb No redistribution allowed libamrwb audio/libamrwb No redistribution allowed @@ -206,9 +207,6 @@ oracle/sqldeveloper* databases/sqldeveloper This software is under license and e palmos-sdk-*-1.tar.gz palm/palmos-sdk License agreement is required pcsv*i3fb.tar.gz lang/petite-chez Must acknowledge license PDFlib-Lite-*.tar.gz print/pdflib Many odd restrictions on usage and distribution -pgp* security/pgp Various locality restrictions -pgp* security/pgpgpg Various locality restrictions -pgp* security/pgpin Various locality restrictions platon* biology/platon $5000 USD for commercial users, free for academic poseidonCE-* java/poseidon Redistribution is not permitted ppsmall-* archivers/ppunpack No commercial redistribution @@ -289,6 +287,7 @@ webcopy-* www/webcopy Do not sell for profit webfonts/* x11-fonts/webfonts Restrictive copyright win32/* multimedia/win32-codecs Licensing status of the codecs is unknown WowzaMediaServerPro net/wowzamediaserverpro Redistribution not allowed +xanim-* multimedia/xanim Must be redistributed without fee xchada01.lzh games/xchadance Contains commercial character data xds-c-* lang/xds-c Redistribution is forbidden xds-[0-9]* lang/xds Redistribution is forbidden diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index 7a5ef6a9d6cf..38e4b5edb712 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-ac20050924p1 MAINTAINER= dinoex@FreeBSD.org COMMENT= Archive files using LZSS and Huffman compression (.lzh files) -RESTRICTED= no permission to redistribute +RESTRICTED= No redistribution allowed GNU_CONFIGURE= yes PLIST_FILES= bin/lha-ac diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 6ab3cc3be5bc..375dc721f765 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir -RESTRICTED= tos.img is copyrighted +RESTRICTED= Contains ROM (C) by Atari NO_STAGE= yes TOSIMG?= tos.img diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index 19a01b581c6b..83d06cf1de9c 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures -NO_CDROM= redistributed without fee +NO_CDROM= Must be redistributed without fee #NO_STAGE= yes # clang's cpp destroys whitespace, particularly hard tabs in makefiles, |