From 14f13b87dfee1b51b2098cece661b48c70d68ab3 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sun, 15 Dec 2013 17:41:39 +0000 Subject: [PATCH] Specify which BSD licence applies. Submitted by: make check-sanity --- comms/dcf77pi/Makefile | 2 +- lang/bf2c/Makefile | 2 +- misc/biosfont-demos/Makefile | 2 +- sysutils/biosfont/Makefile | 4 ++-- www/chromium/Makefile | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/comms/dcf77pi/Makefile b/comms/dcf77pi/Makefile index c69d2732e5ec..2242021bdb8a 100644 --- a/comms/dcf77pi/Makefile +++ b/comms/dcf77pi/Makefile @@ -8,7 +8,7 @@ CATEGORIES= comms MAINTAINER= rene@FreeBSD.org COMMENT= DCF77 receiver/logger/analyzer for the Raspberry Pi -LICENSE= BSD +LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 diff --git a/lang/bf2c/Makefile b/lang/bf2c/Makefile index dfa7f60b60bd..cb420d10803f 100644 --- a/lang/bf2c/Makefile +++ b/lang/bf2c/Makefile @@ -8,7 +8,7 @@ CATEGORIES= lang MAINTAINER= rene@FreeBSD.org COMMENT= Optimizing BrainF*ck to C compiler -LICENSE= BSD +LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= rene0 diff --git a/misc/biosfont-demos/Makefile b/misc/biosfont-demos/Makefile index 7b6695208a2a..e8f75b0ea9a1 100644 --- a/misc/biosfont-demos/Makefile +++ b/misc/biosfont-demos/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org COMMENT= Demos for the biosfont kernel module -LICENSE= BSD +LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/biosfont.h:${PORTSDIR}/sysutils/biosfont RUN_DEPENDS= /boot/modules/biosfont.ko:${PORTSDIR}/sysutils/biosfont diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile index e8127a5a09bb..bacaa6ded726 100644 --- a/sysutils/biosfont/Makefile +++ b/sysutils/biosfont/Makefile @@ -9,9 +9,9 @@ MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory -LICENSE= BSD +LICENSE= BSD2CLAUSE -# only platforms guraranteed to be ok, feedback/patches are welcome +# only platforms guaranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 amd64 USES= uidfix kmod diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 63bf08750212..b3055d516260 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -16,7 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:browser MAINTAINER= chromium@FreeBSD.org COMMENT= Mostly BSD-licensed web browser based on WebKit and Gtk+ -LICENSE= BSD LGPL21 MPL +LICENSE= BSD3CLAUSE LGPL21 MPL LICENSE_COMB= multi WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}