From 729e8421c94b244299d5e0feae4e00b6684904da Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 7 Sep 2024 17:40:41 +0700 Subject: all: replace licensing format to "REUSE.toml" Using ".reuse/dep5" has been deprecated since REUSE v3.2. --- .reuse/dep5 | 24 ------------------------ REUSE.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 24 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index e318956..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,24 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ciigo -Upstream-Contact: Shulhan -Source: https://git.sr.ht/~shulhan/ciigo - -Files: _example/favicon.ico -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: go.sum -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: README README.adoc -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: testdata/* -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: _AUR/* -Copyright: 2022 Shulhan -License: GPL-3.0-or-later diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..23588b2 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,10 @@ +## SPDX-FileCopyrightText: 2024 M. Shulhan +## +## SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 + +[[annotations]] +path = ["go.sum", "README.md", "_example/favicon.ico", "testdata/**", "_AUR/**"] +SPDX-FileCopyrightText = "2022 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" -- cgit v1.3