Date: Mon, 25 Jul 2016 22:13:12 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r419076 - branches/2016Q3/graphics/gegl Message-ID: <201607252213.u6PMDCtR024997@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Jul 25 22:13:12 2016 New Revision: 419076 URL: https://svnweb.freebsd.org/changeset/ports/419076 Log: MFH: r419074 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 Approved by: ports-secteam blanket Modified: branches/2016Q3/graphics/gegl/Makefile Directory Properties: branches/2016Q3/ (props changed) Modified: branches/2016Q3/graphics/gegl/Makefile ============================================================================== --- branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:11:13 2016 (r419075) +++ branches/2016Q3/graphics/gegl/Makefile Mon Jul 25 22:13:12 2016 (r419076) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607252213.u6PMDCtR024997>