diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | tests/README | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a0e4b01..090a9d2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0 EXTRA_DIST += \ env.in \ + tests/README \ tests/responses/newest-bugs1.xml \ tests/responses/get-status1.xml \ tests/requests/get-status.xml \ diff --git a/tests/README b/tests/README new file mode 100644 index 0000000..5cb5f1c --- /dev/null +++ b/tests/README @@ -0,0 +1,5 @@ +The files in this directory do not carry license notices for technical +reasons. The files are all covered under the same license as most of +the other files of the project: the GNU GPL version 3 or, at your +option, any later version. See COPYING in the parent directory for +details. |