From 905e32a12719053777aea9ce7a4e66c4b43c0ed9 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 6 Nov 2019 23:28:17 +0100 Subject: [PATCH] Update README.md added brotli legal notice --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57b00ce..beb13f4 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,9 @@ Thanks for support, help and comments: Legal stuff ----------- - brunsli (https://github.com/google/brunsli) by Google LLC is used for compression/decompression of JPG files. +- brotli (https://github.com/google/brotli) by the Brotli Authors is used for compression/decompression of JPG metadata. - packJPG v2.5k (https://github.com/packjpg/packJPG) by Matthias Stirner is used for compression/decompression of JPG files. -- packMP3 v1.0g by Matthias Stirner by Matthias Stirner is used for compression/decompression of MP3 files. +- packMP3 v1.0g by Matthias Stirner is used for compression/decompression of MP3 files. - bZip2 1.0.6 (http://www.bzip.org) by Julian Seward is used for compression/decompression of bZip2 streams. - zLib 1.2.11 (http://www.zlib.net) by Jean-loup Gailly and Mark Adler is used for compression/decompression of zLib streams. - GifLib 4.1.4 (http://sourceforge.net/projects/giflib) is used for compression/decompression of GIF files. The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond