Revision
115563
Author
ryandesign@macports.org
Date
2014-01-05 00:50:24 -0800 (Sun, 05 Jan 2014)

Log Message

lz4: license GPL-2 (the library is BSD, but the library is not built or installed)

Modified Paths

Diff

Modified: trunk/dports/archivers/lz4/Portfile (115562 => 115563)


--- trunk/dports/archivers/lz4/Portfile	2014-01-05 08:44:13 UTC (rev 115562)
+++ trunk/dports/archivers/lz4/Portfile	2014-01-05 08:50:24 UTC (rev 115563)
@@ -9,7 +9,8 @@
 revision            1
 categories          archivers
 maintainers         mfeiri openmaintainer
-license             BSD GPL-2
+# https://code.google.com/p/lz4/issues/detail?id=101
+license             GPL-2
 homepage            https://code.google.com/p/lz4/
 description         Extremely Fast Compression algorithm
 long_description    LZ4 is a very fast lossless compression algorithm, \