aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/README
diff options
context:
space:
mode:
Diffstat (limited to 'deps/flac-1.3.2/src/share/README')
-rw-r--r--deps/flac-1.3.2/src/share/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/flac-1.3.2/src/share/README b/deps/flac-1.3.2/src/share/README
new file mode 100644
index 0000000..1d4fede
--- /dev/null
+++ b/deps/flac-1.3.2/src/share/README
@@ -0,0 +1,5 @@
+This directory contains several convenience libraries used by the rest of the
+tools and plugins. Two of them (getopt and utf8) are shamelessly copied from
+vorbistools, one for manipulating UTF-8 strings (GPL) and one for implementing
+getopt (LGPL). libFLAC does not link to either; the only FLAC tools that do
+are GPL'ed.