commit d81398939a6db890f4e50ed5fe0a146ce41d4e34 parent 857d1c789ea746fa4d4aab2cb964277ce025a232 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 8 Oct 2014 15:24:33 +0000 -readme: Diffstat:
| M | src/plugins/Makefile.am | | | 3 | ++- |
| A | src/plugins/testdata/README | | | 8 | ++++++++ |
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am @@ -59,7 +59,8 @@ EXTRA_DIST = \ testdata/wav_noise.wav \ testdata/wav_alert.wav \ testdata/xm_diesel.xm \ - testdata/zip_test.zip + testdata/zip_test.zip \ + testdata/README if HAVE_MAGIC diff --git a/src/plugins/testdata/README b/src/plugins/testdata/README @@ -0,0 +1,8 @@ +These files are binary test files that were publicly available +on the Internet and were reproduced here to test the logic of +the respective plugin. They are not under the "GPL", but +assumed to be reproducable (especially in this context) as they +are used for compatibility testing and their content is often +so trivial that they may not be copyrightable in the first place. +In other cases, they were distributed liberally by the original +authors.