From a4687594617cac2e8725f69620177e32bec31927 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 7 Sep 2024 23:42:09 +0700 Subject: all: all: replace licensing format to REUSE.toml Using ".reuse/dep5" has been deprecated since REUSE v3.2. --- .reuse/dep5 | 60 ------------------------------------------------------------ REUSE.toml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 60 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index d286c16..0000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,60 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: rescached-go -Upstream-Contact: Shulhan -Source: https://github.com/shuLhan/rescached-go - -Files: _www/doc/images/* -Copyright: 2021 Shulhan -License: GPL-3.0-or-later - -Files: _www/doc/rescached.cfg.5.gz -Copyright: 2020 Shulhan -License: GPL-3.0-or-later - -Files: _www/doc/resolver.1.gz -Copyright: 2020 Shulhan -License: GPL-3.0-or-later - -Files: .gitignore -Copyright: 2018 Shulhan -License: GPL-3.0-or-later - -Files: .gitmodules -Copyright: 2018 Shulhan -License: GPL-3.0-or-later - -Files: .ignore -Copyright: 2018 Shulhan -License: GPL-3.0-or-later - -Files: go.sum -Copyright: 2018 Shulhan -License: GPL-3.0-or-later - -Files: rescached.1.gz -Copyright: 2021 Shulhan -License: GPL-3.0-or-later - -Files: testdata/* -Copyright: 2021 Shulhan -License: GPL-3.0-or-later - -Files: _sys/* -Copyright: 2021 Shulhan -License: GPL-3.0-or-later - -Files: _sys/etc/rescached/block.d/.pgl.yoyo.org -Copyright: McRae -License: LicenseRef-mcrae - -Files: _sys/etc/rescached/block.d/.winhelp2002.mvps.org -Copyright: WinHelp2002 -License: CC-BY-NC-SA-4.0 - -Files: _test/* -Copyright: 2021 Shulhan -License: GPL-3.0-or-later - -Files: _www/favicon.png -Copyright: 2021 Shulhan -License: GPL-3.0-or-later diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..c00356b --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,31 @@ +## SPDX-FileCopyrightText: 2024 M. Shulhan +## +## SPDX-License-Identifier: GPL-3.0-or-later + +version = 1 + +[[annotations]] +path = [".gitignore", ".gitmodules", ".ignore", "go.sum"] +SPDX-FileCopyrightText = "2018 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ["_www/doc/rescached.cfg.5.gz", "_www/doc/resolver.1.gz"] +SPDX-FileCopyrightText = "2020 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ["_www/doc/images/**", "rescached.1.gz", "testdata/**", "_sys/**" + , "_test/**", "_www/favicon.png"] +SPDX-FileCopyrightText = "2021 Shulhan " +SPDX-License-Identifier = "GPL-3.0-or-later" + +[[annotations]] +path = ["_sys/etc/rescached/block.d/.pgl.yoyo.org"] +SPDX-FileCopyrightText = "McRae " +SPDX-License-Identifier = "LicenseRef-mcrae" + +[[annotations]] +path = ["_sys/etc/rescached/block.d/.winhelp2002.mvps.org"] +SPDX-FileCopyrightText = "WinHelp2002 " +SPDX-License-Identifier = "CC-BY-NC-SA-4.0" -- cgit v1.3