mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-20 01:39:18 +00:00
71 lines
2.0 KiB
TOML
71 lines
2.0 KiB
TOML
version = 1
|
|
|
|
# Computer-generated files and other files which cannot be copyrighted
|
|
[[annotations]]
|
|
path = [
|
|
".all-contributorsrc",
|
|
".allowed_signers",
|
|
".gitmodules",
|
|
".mailmap",
|
|
".python-version",
|
|
"Pipfile.lock",
|
|
".vscode/.empty-schema.json",
|
|
".vscode/ltex.dictionary.en-US.txt",
|
|
".vscode/ltex.hiddenFalsePositives.en-US.txt",
|
|
"blog/tags.md",
|
|
"includes/contributors.md",
|
|
"videos/playlists.md"
|
|
]
|
|
precedence = "override"
|
|
SPDX-FileCopyrightText = "NONE"
|
|
SPDX-License-Identifier = "CC0-1.0"
|
|
|
|
# Privacy Guides Paid Work - Fria
|
|
[[annotations]]
|
|
path = [
|
|
"blog/assets/images/digital-provenance/*",
|
|
"blog/assets/images/privacy-pass/*"
|
|
]
|
|
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
SPDX-FileContributor = "Fria <fria@privacyguides.org>"
|
|
|
|
# Privacy Guides Paid Work - Kevin
|
|
[[annotations]]
|
|
path = [
|
|
"blog/assets/images/clearing-your-browsing-data/*"
|
|
]
|
|
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
SPDX-FileContributor = "Kevin Pham <kevin@privacyguides.org>"
|
|
|
|
# Privacy Guides Paid Work - Jordan
|
|
[[annotations]]
|
|
path = [
|
|
"videos/posts/**"
|
|
]
|
|
SPDX-FileCopyrightText = "Privacy Guides <https://magicgrants.org/funds/privacy_guides/>"
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
SPDX-FileContributor = [
|
|
"Jordan Warne <jordan@privacyguides.org>",
|
|
"Jonah Aragon <jonah@privacyguides.org>"
|
|
]
|
|
|
|
# 2024 Jonah Aragon
|
|
[[annotations]]
|
|
path = [
|
|
"includes/strings.en.env"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2024 Jonah Aragon <jonah@privacyguides.org>"
|
|
SPDX-License-Identifier = "CC-BY-SA-4.0"
|
|
|
|
# Fair Use / Copyrighted Logos
|
|
[[annotations]]
|
|
path = [
|
|
"theme/assets/img/**"
|
|
]
|
|
SPDX-FileCopyrightText = "NOASSERTION"
|
|
SPDX-License-Identifier = "LicenseRef-FairUse"
|
|
SPDX-LicenseComments = "This is a copyrighted and/or trademarked logo we are using under fair use. Your usage rights of this file outside Privacy Guides may vary."
|