mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 13:16:32 +02:00
REUSE view directory
This commit is contained in:
parent
80ba415593
commit
cfa27f62be
3 changed files with 35 additions and 2 deletions
|
@ -4,12 +4,17 @@ SPDX-PackageSupplier = "Friendica Project <info@friendi.ca>"
|
|||
SPDX-PackageDownloadLocation = "https://friendi.ca"
|
||||
|
||||
[[annotations]]
|
||||
path = "doc/**"
|
||||
path = [
|
||||
"doc/**",
|
||||
"spec/*",
|
||||
"src/**/README.md",
|
||||
"mods/**"
|
||||
]
|
||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "CC0-1.0"
|
||||
|
||||
[[annotations]]
|
||||
path = "view/lang/*/strings.php"
|
||||
path = "view/lang/**/strings.php"
|
||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue