diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-24 19:38:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-24 19:38:45 +0100 |
commit | d8c1b6bd36dd603f4fadb25f00dfb0e9fc33503b (patch) | |
tree | a295a738e1aca21df3ad885b8ba900b706883bb2 | |
parent | f15e0d5c703a41bed009f765c843a50357dca532 (diff) |
Document test license in tests/README.
-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. |