Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2016 22:11:02 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419074 - head/graphics/gegl
Message-ID:  <201607252211.u6PMB25Z021488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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?201607252211.u6PMB25Z021488>