From 47fbed75048ab03355f839015664e12757b5540a Mon Sep 17 00:00:00 2001 From: Daniel Mueller Date: Wed, 2 Sep 2020 21:40:32 -0700 Subject: 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. --- doc/CONTRIBUTING.md.license | 2 ++ doc/config.example.toml.license | 2 ++ doc/nitrocli.1.license | 2 ++ doc/nitrocli.1.pdf.license | 2 ++ doc/packaging.md.license | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 doc/CONTRIBUTING.md.license create mode 100644 doc/config.example.toml.license create mode 100644 doc/nitrocli.1.license create mode 100644 doc/nitrocli.1.pdf.license create mode 100644 doc/packaging.md.license (limited to 'doc') diff --git a/doc/CONTRIBUTING.md.license b/doc/CONTRIBUTING.md.license new file mode 100644 index 0000000..9c3661c --- /dev/null +++ b/doc/CONTRIBUTING.md.license @@ -0,0 +1,2 @@ +Copyright (C) 2020 The Nitrocli Developers +SPDX-License-Identifier: CC0-1.0 diff --git a/doc/config.example.toml.license b/doc/config.example.toml.license new file mode 100644 index 0000000..9c3661c --- /dev/null +++ b/doc/config.example.toml.license @@ -0,0 +1,2 @@ +Copyright (C) 2020 The Nitrocli Developers +SPDX-License-Identifier: CC0-1.0 diff --git a/doc/nitrocli.1.license b/doc/nitrocli.1.license new file mode 100644 index 0000000..558ea7e --- /dev/null +++ b/doc/nitrocli.1.license @@ -0,0 +1,2 @@ +Copyright (C) 2020 The Nitrocli Developers +SPDX-License-Identifier: GPL-3.0-or-later diff --git a/doc/nitrocli.1.pdf.license b/doc/nitrocli.1.pdf.license new file mode 100644 index 0000000..558ea7e --- /dev/null +++ b/doc/nitrocli.1.pdf.license @@ -0,0 +1,2 @@ +Copyright (C) 2020 The Nitrocli Developers +SPDX-License-Identifier: GPL-3.0-or-later diff --git a/doc/packaging.md.license b/doc/packaging.md.license new file mode 100644 index 0000000..9c3661c --- /dev/null +++ b/doc/packaging.md.license @@ -0,0 +1,2 @@ +Copyright (C) 2020 The Nitrocli Developers +SPDX-License-Identifier: CC0-1.0 -- cgit v1.2.1