From d9fa61f7d1a829df84a391ab53ec19efbbf1e3af Mon Sep 17 00:00:00 2001 From: Johannes Ernst Date: Tue, 17 Dec 2024 14:57:05 -0800 Subject: [PATCH] Add REUSE.toml Closes #425 --- LICENSE | 4 ++-- REUSE.toml | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 REUSE.toml diff --git a/LICENSE b/LICENSE index 7fd5923..0ffdb9f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ The MIT License (MIT) -Copyright © 2023-2024 Johannes Ernst https://j12t.org/ +Copyright © 2023 and later, Johannes Ernst https://j12t.org/ and other FediTest contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in @@ -16,4 +16,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..6a042e4 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,9 @@ +# Attempting to follow https://reuse.software/spec-3.3/#reusetoml +# If this is wrong or misleading, please point it out + +version = 1 + +[[annotations]] +path = "**" +SPDX-FileCopyrightText = "2023 and later, Johannes Ernst https://j12t.org/ and other FediTest contributors" +SPDX-License-Identifier = "MIT"