diff options
| author | Shulhan <ms@kilabit.info> | 2026-01-15 17:14:54 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-01-15 17:26:33 +0700 |
| commit | 7db8c302e1396eda40cd6a1e57f58ed791448556 (patch) | |
| tree | 89231c859d728deff0582d276f1b809243b6b2f2 /lib/strings/testdata | |
| parent | b1f8d27c7e22eb5624c56e890e51f0a34c7b9606 (diff) | |
| download | pakakeh.go-7db8c302e1396eda40cd6a1e57f58ed791448556.tar.xz | |
all: convert license and copyright to use SPDX identifiers
With help of spdxconv tool [1], we able to bulk update all files license
and copyright format to comply with SPDX formats.
[1] https://kilabit.info/project/spdxconv/
Diffstat (limited to 'lib/strings/testdata')
| -rw-r--r-- | lib/strings/testdata/clean_uri_test.txt | 3 | ||||
| -rw-r--r-- | lib/strings/testdata/clean_wiki_markup_test.txt | 3 | ||||
| -rw-r--r-- | lib/strings/testdata/split_test.txt | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/lib/strings/testdata/clean_uri_test.txt b/lib/strings/testdata/clean_uri_test.txt index fd85d251..f4197da4 100644 --- a/lib/strings/testdata/clean_uri_test.txt +++ b/lib/strings/testdata/clean_uri_test.txt @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> + This test remove any URL from the strings. >>> diff --git a/lib/strings/testdata/clean_wiki_markup_test.txt b/lib/strings/testdata/clean_wiki_markup_test.txt index 852d52e4..0fa432c7 100644 --- a/lib/strings/testdata/clean_wiki_markup_test.txt +++ b/lib/strings/testdata/clean_wiki_markup_test.txt @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> + >>> ==External links== *[http://www.bigfinish.com/24-Doctor-Who-The-Eye-of-the-Scorpion Big Finish Productions - ''The Eye of the Scorpion''] diff --git a/lib/strings/testdata/split_test.txt b/lib/strings/testdata/split_test.txt index 630738be..9ff96327 100644 --- a/lib/strings/testdata/split_test.txt +++ b/lib/strings/testdata/split_test.txt @@ -1,3 +1,6 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info> + Test Split with clean and unique parameters. >>> Single-line |
