diff options
author | Daniel Mueller <deso@posteo.net> | 2020-09-02 21:40:32 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2020-09-02 21:40:32 -0700 |
commit | 47fbed75048ab03355f839015664e12757b5540a (patch) | |
tree | 1b72ba66ee5df29b4aae7d539b21d509dea62909 /.gitignore | |
parent | f28112eae5e6e0f788e6a9c12afcb6240f7c12b1 (diff) | |
download | nitrocli-47fbed75048ab03355f839015664e12757b5540a.tar.gz nitrocli-47fbed75048ab03355f839015664e12757b5540a.tar.bz2 |
Adjust copyright & license specification to comply with REUSE 3.0
With this change we switch to using a REUSE compliant way of specifying
the copyright & license of the program. To be fully in conformance we
also add additional license specifications for the remaining files in
the project. Lastly, a new CI pipeline rule takes care of verifying
compliance on an ongoing basis.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,2 +1,5 @@ +# Copyright (C) 2020 The Nitrocli Developers +# SPDX-License-Identifier: CC0-1.0 + target *.swp |