diff options
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | tests/README | 5 | ||||
-rw-r--r-- | tests/requests/README | 23 | ||||
-rw-r--r-- | tests/responses/README | 22 |
4 files changed, 47 insertions, 6 deletions
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 <rekado@elephly.net> + +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 <http://www.gnu.org/licenses/>. 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 <rekado@elephly.net> + +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 <http://www.gnu.org/licenses/>. |