pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zstd



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 24 20:17:01 UTC 2017

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
Added gnu-gpl-v2 to LICENSE


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/archivers/zstd/Makefile

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

Modified files:

Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.11 pkgsrc/archivers/zstd/Makefile:1.12
--- pkgsrc/archivers/zstd/Makefile:1.11 Mon Aug 21 09:17:04 2017
+++ pkgsrc/archivers/zstd/Makefile      Thu Aug 24 20:17:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/08/21 09:17:04 adam Exp $
+# $NetBSD: Makefile,v 1.12 2017/08/24 20:17:00 adam Exp $
 
 DISTNAME=      zstd-1.3.1
 CATEGORIES=    archivers
@@ -8,7 +8,7 @@ GITHUB_TAG=     v${PKGVERSION_NOREV}
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://facebook.github.io/zstd/
 COMMENT=       Fast real-time compression algorithm
-LICENSE=       modified-bsd
+LICENSE=       modified-bsd OR gnu-gpl-v2
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake pkg-config



Home | Main Index | Thread Index | Old Index