diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 22:36:14 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 23:50:20 +0100 |
commit | 7c7fb802958a6fa83974906ea5eee6d9cc0758e9 (patch) | |
tree | 99900959cf21b54a9fbb3337e3b0072980a36aea | |
parent | e2129326e37d3e07bc3b0a2cf053a9f60945b14c (diff) | |
download | ntw-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-- | .gitignore | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ +# Copyright (C) 2019 Robin Krahl <robin.krahl@ireas.org> +# SPDX-License-Identifier: CC0-1.0 *.swp /target @@ -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/ |