pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/jbig2dec



Module Name:    pkgsrc
Committed By:   leot
Date:           Tue Dec 10 10:31:59 UTC 2019

Modified Files:
        pkgsrc/graphics/jbig2dec: Makefile

Log Message:
jbig2dec: Update LICENSE: it's under AGPLv3, not GPLv3!


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/graphics/jbig2dec/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/jbig2dec/Makefile
diff -u pkgsrc/graphics/jbig2dec/Makefile:1.12 pkgsrc/graphics/jbig2dec/Makefile:1.13
--- pkgsrc/graphics/jbig2dec/Makefile:1.12      Thu Apr 25 07:32:58 2019
+++ pkgsrc/graphics/jbig2dec/Makefile   Tue Dec 10 10:31:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:58 maya Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/10 10:31:58 leot Exp $
 
 DISTNAME=      jbig2dec-0.16
 PKGREVISION=   1
@@ -9,7 +9,7 @@ GITHUB_TAG=     ${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.ghostscript.com/jbig2dec.html
 COMMENT=       JBIG2 decoder library
-LICENSE=       gnu-gpl-v3
+LICENSE=       gnu-agpl-v3
 
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoreconf autoconf automake



Home | Main Index | Thread Index | Old Index