aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <robin.krahl@ireas.org>2019-12-16 22:36:14 +0000
committerRobin Krahl <robin.krahl@ireas.org>2019-12-16 23:50:20 +0100
commit7c7fb802958a6fa83974906ea5eee6d9cc0758e9 (patch)
tree99900959cf21b54a9fbb3337e3b0072980a36aea
parente2129326e37d3e07bc3b0a2cf053a9f60945b14c (diff)
downloadntw-7c7fb802958a6fa83974906ea5eee6d9cc0758e9.tar.gz
ntw-7c7fb802958a6fa83974906ea5eee6d9cc0758e9.tar.bz2
Comply with version 3.0 of the REUSE specification
The REUSE specification have been updated to version 3.0. To comply with this new version, we have to add copyright information to the .gitignore file.
-rw-r--r--.gitignore2
-rw-r--r--README.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1000a92..c2d128e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org>
+# SPDX-License-Identifier: CC0-1.0
*.swp
/target
diff --git a/README.md b/README.md
index 91def3a..8946434 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,9 @@ or later. The documentation and configuration files contained in this
repository are licensed under the [Creative Commons Zero][CC0] license. You
can find a copy of the license texts in the `LICENSES` directory.
-`ntw` complies with [version 2.0 of the REUSE practices][reuse].
+`ntw` complies with [version 3.0 of the REUSE specification][reuse].
[ntw-dev@ireas.org]: mailto:ntw-dev@ireas.org
[GPL]: https://www.gnu.org/licenses/gpl-3.0.en.html
[CC0]: https://creativecommons.org/publicdomain/zero/1.0/
-[reuse]: https://reuse.software/practices/2.0/
+[reuse]: https://reuse.software/practices/3.0/