From 0593dff1184a289d192ea9144bb4658ae2547e91 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 8 Sep 2024 00:39:43 +0700 Subject: all: replace licensing format to REUSE.toml Using ".reuse/dep5" has been deprecated since REUSE v3.2.0. --- .reuse/dep5 | 28 ---------------------------- CHANGELOG.adoc | 2 ++ REUSE.toml | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index 1d4082e..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,28 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: awwan -Upstream-Contact: Shulhan -Source: https://git.sr.ht/~shulhan/awwan - -Files: _example/* -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: .gitignore -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: .gitmodules -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: go.sum -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: README.md -Copyright: 2022 Shulhan -License: GPL-3.0-or-later - -Files: _www/* -Copyright: 2022 Shulhan -License: GPL-3.0-or-later diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 1c815a6..fbba1f0 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: 2020 M. Shulhan +// SPDX-License-Identifier: GPL-3.0-or-later = Changelog for awwan :toc: :sectlinks: diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..c062727 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,22 @@ +## SPDX-FileCopyrightText: 2024 M. Shulhan +## +## SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 + +[[annotations]] +path = ["_wui/**"] +SPDX-FileCopyrightText = "2021 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ["_AUR/**", "_example/**", ".gitignore", ".gitmodules", "go.sum" + , "README.md", "_www/**", "testdata/**"] +SPDX-FileCopyrightText = "2022 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = [".golangci.yaml", "_bin/.gitignore", "_coverage/.gitignore" + , "_ops/**", "_tour/**", "internal/cmd/www-awwan/memfs.go"] +SPDX-FileCopyrightText = "2023 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" -- cgit v1.3