diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-26 23:11:21 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-26 23:14:31 +0100 |
commit | cd164b5e146f081cdb50cc99b1df11ff3cde0c20 (patch) | |
tree | 3f572e3572d8bef745b03179672e286319a110d8 /tests | |
parent | 8c82e5a97d759c513ec958b19d9040c2b227383e (diff) |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README | 5 | ||||
-rw-r--r-- | tests/requests/README | 23 | ||||
-rw-r--r-- | tests/responses/README | 22 |
3 files changed, 45 insertions, 5 deletions
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/>. |