diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:11:02 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-26 06:11:02 +0800 |
commit | 02cbc386509569cbaabd5bb1a724d96e6427e775 (patch) | |
tree | 58b07103f452a1e2de0995a8e350ef57f968fbb2 /graphics/gegl | |
parent | 05aa5d8abde05ec1428cbbfd7bb43f0991ceb196 (diff) | |
download | freebsd-ports-gnome-02cbc386509569cbaabd5bb1a724d96e6427e775.tar.gz freebsd-ports-gnome-02cbc386509569cbaabd5bb1a724d96e6427e775.tar.zst freebsd-ports-gnome-02cbc386509569cbaabd5bb1a724d96e6427e775.zip |
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
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 6 |
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 |