From cd164b5e146f081cdb50cc99b1df11ff3cde0c20 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 26 Nov 2017 23:11:21 +0100 Subject: Be explicit about the licenses of test files. * tests/README: Remove file. * tests/requests/README: New file. * tests/responses/README: New file. * Makefile.am (EXTRA_DIST): Adjust. --- Makefile.am | 3 ++- tests/README | 5 ----- tests/requests/README | 23 +++++++++++++++++++++++ tests/responses/README | 22 ++++++++++++++++++++++ 4 files changed, 47 insertions(+), 6 deletions(-) delete mode 100644 tests/README create mode 100644 tests/requests/README create mode 100644 tests/responses/README diff --git a/Makefile.am b/Makefile.am index ff66da2..45a10bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,9 +42,10 @@ AM_TESTS_ENVIRONMENT = abs_top_srcdir="$(abs_top_srcdir)" GUILE_AUTO_COMPILE=0 EXTRA_DIST += \ env.in \ - tests/README \ + tests/responses/README \ tests/responses/newest-bugs1.xml \ tests/responses/get-status1.xml \ + tests/requests/README \ tests/requests/get-status.xml \ tests/requests/newest-bugs.xml \ tests/requests/get-bugs.xml \ diff --git a/tests/README b/tests/README deleted file mode 100644 index 5cb5f1c..0000000 --- a/tests/README +++ /dev/null @@ -1,5 +0,0 @@ -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. diff --git a/tests/requests/README b/tests/requests/README new file mode 100644 index 0000000..3bcc721 --- /dev/null +++ b/tests/requests/README @@ -0,0 +1,23 @@ +Guile-Debbugs --- Guile bindings for Debbugs +Copyright © 2017 Ricardo Wurmus + +The files in this directory do not carry license notices for technical +reasons. They are part of Guile-Debbugs and the license statement +below applies to them. These are the names of the files: + + get-bugs.xml + get-status.xml + newest-bugs.xml + +Guile-Debbugs is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 3 of the +License, or (at your option) any later version. + +Guile-Debbugs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Guile-Debbugs. If not, see . diff --git a/tests/responses/README b/tests/responses/README new file mode 100644 index 0000000..77a7282 --- /dev/null +++ b/tests/responses/README @@ -0,0 +1,22 @@ +Guile-Debbugs --- Guile bindings for Debbugs +Copyright © 2017 Ricardo Wurmus + +The files in this directory do not carry license notices for technical +reasons. They are part of Guile-Debbugs and the license statement +below applies to them. These are the names of the files: + + get-status1.xml + newest-bugs1.xml + +Guile-Debbugs is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 3 of the +License, or (at your option) any later version. + +Guile-Debbugs is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Guile-Debbugs. If not, see . -- cgit v1.2.3