Skip to content

Commit 259fb2d

Browse files
committed
Clarify license in the second paragraph
1 parent 99e8063 commit 259fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ __Zstandard__, or `zstd` as short version, is a fast lossless compression algori
44
targeting real-time compression scenarios at zlib-level and better compression ratios.
55
It's backed by a very fast entropy stage, provided by [Huff0 and FSE library](https://github.com/Cyan4973/FiniteStateEntropy).
66

7-
The project is provided as an open-source BSD-licensed **C** library,
7+
The project is provided as an open-source dual [BSD](LICENSE) and [GPLv2](COPYING) licensed **C** library,
88
and a command line utility producing and decoding `.zst`, `.gz`, `.xz` and `.lz4` files.
99
Should your project require another programming language,
1010
a list of known ports and bindings is provided on [Zstandard homepage](http://www.zstd.net/#other-languages).

0 commit comments

Comments
 (0)