svn commit: r419074 - head/graphics/gegl
Jan Beich
jbeich at FreeBSD.org
Mon Jul 25 22:11:03 UTC 2016
Author: jbeich
Date: Mon Jul 25 22:11:02 2016
New Revision: 419074
URL: https://svnweb.freebsd.org/changeset/ports/419074
Log:
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
Modified:
head/graphics/gegl/Makefile (contents, props changed)
Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile Mon Jul 25 21:54:54 2016 (r419073)
+++ head/graphics/gegl/Makefile Mon Jul 25 22:11:02 2016 (r419074)
@@ -10,8 +10,10 @@ MASTER_SITES= GIMP
MAINTAINER= gnome at 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
More information about the svn-ports-head
mailing list