Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1108)

Unified Diff: third_party/miniz/README

Issue 469813002: Add miniz library to third_party, use it on Windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/miniz/README
diff --git a/third_party/miniz/README b/third_party/miniz/README
new file mode 100644
index 0000000000000000000000000000000000000000..cc0ee8b2668cb1bd7bf0bbdac76708876138a446
--- /dev/null
+++ b/third_party/miniz/README
@@ -0,0 +1,6 @@
+ miniz.c v1.15 - public domain deflate/inflate, zlib-subset,
+ ZIP reading/writing/appending, PNG writing
+ See "unlicense" statement in LICENSE file.
+ Rich Geldreich <richgel99@gmail.com>, last updated Oct. 13, 2013
+ Implements RFC 1950: http://www.ietf.org/rfc/rfc1950.txt and RFC
+ 1951: http://www.ietf.org/rfc/rfc1951.txt

Powered by Google App Engine
This is Rietveld 408576698