Update comment about Brotli license

This commit is contained in:
Kunihiko Sakamoto
2016-02-24 16:00:43 +09:00
parent fb1ae7c877
commit df59a8e366
+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.