From: Tobias Diekershoff Date: Sat, 24 Aug 2024 06:23:55 +0000 (+0200) Subject: mark content of the doc folder with SPDX X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=62fdcbad6a51f083d5199992787c66e71d11c2c0;p=friendica.git mark content of the doc folder with SPDX --- diff --git a/REUSE.toml b/REUSE.toml index 1cbf6f95aa..50b99d4637 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -2,4 +2,7 @@ version = 1 SPDX-PackageName = "Friendica" SPDX-PackageSupplier = "Friendica Project " SPDX-PackageDownloadLocation = "https://friendi.ca" -annotations = [] +[[annotations]] +path = "doc/**" +SPDX-FileCopyrightText = "2010-2024 The Friendica Project" +SPDX-License-Identifier = "CC0-1.0"