summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-07-25 22:11:02 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-07-25 22:11:02 +0000
commite9d1bf35ae443b8a897f38c53926ad8d51b281ca (patch)
tree58b07103f452a1e2de0995a8e350ef57f968fbb2 /graphics
parentBack out r419070, LOCALBASE may not be defined before bsd.port.mk (diff)
graphics/gegl: clarify LICENSE
A quick grep(1) of *.c files reveals: LGPL20 files are gegl/buffer/gegl-id-pool.c operations/external/v4lutils/v4lutils.c GPLv3 files are bin/gegl.c bin/gegl-path-spiro.c bin/gegl-path-smooth.c bin/gegl-options.c gegl/buffer/gegl-cache.c All GPL license headers have ..., or (at your option) any later version. Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=419074
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gegl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 7df92811f48f..564ef056c14f 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -10,8 +10,10 @@ MASTER_SITES= GIMP
MAINTAINER= gnome@FreeBSD.org
COMMENT= Graph based image processing framework
-LICENSE= LGPL3
-LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
+LICENSE= GPLv3+ LGPL20+ LGPL3+
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING
+LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER
LIB_DEPENDS= libbabl-0.1.so:x11/babl