pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2019Q3] pkgsrc/graphics/jbig2dec



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Thu Dec 12 10:14:10 UTC 2019

Modified Files:
        pkgsrc/graphics/jbig2dec [pkgsrc-2019Q3]: Makefile

Log Message:
Pullup ticket #6098 - requested by leot
graphics/jbig2dec: correct license

Revisions pulled up:
- graphics/jbig2dec/Makefile                                    1.13

---
   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.12.4.1 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.12.4.1
--- pkgsrc/graphics/jbig2dec/Makefile:1.12      Thu Apr 25 07:32:58 2019
+++ pkgsrc/graphics/jbig2dec/Makefile   Thu Dec 12 10:14:10 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:58 maya Exp $
+# $NetBSD: Makefile,v 1.12.4.1 2019/12/12 10:14:10 bsiegert 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