Merge pull request #47 from irori/brotli-license

Update comment about Brotli license
This commit is contained in:
rsheeter
2016-02-24 08:55:29 -08:00
+1 -1
View File
@@ -2,7 +2,7 @@
compression related modules in this repository. compression related modules in this repository.
brotli/ contains reference code for the Brotli byte-level compression brotli/ contains reference code for the Brotli byte-level compression
algorithm. Note that it is licensed under an Apache 2 license. algorithm. Note that it is licensed under the MIT license.
src/ contains the C++ code for compressing and decompressing fonts. src/ contains the C++ code for compressing and decompressing fonts.