From 888c30e975726260e0af9b61baee6b17c51a06d5 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. --- rustfmt.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rustfmt.toml') diff --git a/rustfmt.toml b/rustfmt.toml index b196eaa..a9eb317 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,4 @@ +# Copyright (C) 2020 The Nitrocli Developers +# SPDX-License-Identifier: CC0-1.0 + tab_spaces = 2 -- cgit v1.2.1