mark content of the doc folder with SPDX

This commit is contained in:
Tobias Diekershoff 2024-08-24 08:23:55 +02:00
parent 3896b07c9e
commit 62fdcbad6a

View file

@ -2,4 +2,7 @@ version = 1
SPDX-PackageName = "Friendica" SPDX-PackageName = "Friendica"
SPDX-PackageSupplier = "Friendica Project <info@friendi.ca>" SPDX-PackageSupplier = "Friendica Project <info@friendi.ca>"
SPDX-PackageDownloadLocation = "https://friendi.ca" SPDX-PackageDownloadLocation = "https://friendi.ca"
annotations = [] [[annotations]]
path = "doc/**"
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
SPDX-License-Identifier = "CC0-1.0"