diff options
-rw-r--r-- | licenses/bcmfw-license | 16 | ||||
-rw-r--r-- | sysutils/bcmfw/Makefile | 8 |
2 files changed, 23 insertions, 1 deletions
diff --git a/licenses/bcmfw-license b/licenses/bcmfw-license new file mode 100644 index 00000000000..6a8974708ee --- /dev/null +++ b/licenses/bcmfw-license @@ -0,0 +1,16 @@ +The firmware files installed by this package are copyrighted by +the Broadcom Corporation. + +Permission[1] has been granted to the BlueZ project to distribute +the firmware as part of the BlueZ firmware distribution, accompanied +by the message contained in the BCM-LEGAL.txt file: + +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +BCM firmware version 2.16 +Copyright (c) 2000-2003 Broadcom Corporation + +Contact info: + bluetooth_help@broadcom.com +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + +[1] http://packages.debian.org/changelogs/pool/non-free/b/bluez-firmware/bluez-firmware_1.2-1/bluez-firmware.copyright diff --git a/sysutils/bcmfw/Makefile b/sysutils/bcmfw/Makefile index 6a59b24cab9..bbaba2f0552 100644 --- a/sysutils/bcmfw/Makefile +++ b/sysutils/bcmfw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/12/07 20:30:48 plunky Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/12 19:40:24 plunky Exp $ DISTNAME= bcmfw-1.0 CATEGORIES= sysutils @@ -11,6 +11,12 @@ SITES.bluez-firmware-1.2.tar.gz= \ MAINTAINER= plunky@rya-online.net COMMENT= Broadcom 2033 Bluetooth Firmware Loader +LICENSE= bcmfw-license + +RESTRICTED= No clear permission redistribute firmware +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + ONLY_FOR_PLATFORM= NetBSD-[4-9].*-* RCD_SCRIPTS+= bcmfw |