diff --git a/.devcontainer/Caddyfile b/.devcontainer/Caddyfile index 92000e0e..80e154d4 100644 --- a/.devcontainer/Caddyfile +++ b/.devcontainer/Caddyfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + :1337 { reverse_proxy /articles/* http://127.0.0.1:8001 reverse_proxy /videos/* http://127.0.0.1:8002 diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1e18b550..c587be98 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2025 Jonah Aragon +// +// SPDX-License-Identifier: MIT + // For format details, see https://aka.ms/devcontainer.json. { "name": "Privacy Guides", diff --git a/.editorconfig b/.editorconfig index 736b416b..f5c794c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,22 +1,6 @@ -# Copyright (c) 2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT # EditorConfig is awesome: https://EditorConfig.org diff --git a/.gitattributes b/.gitattributes index 498705f2..5c3e1ad6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,6 @@ -# Copyright (c) 2020-2023 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2020 Jonah Aragon +# +# SPDX-License-Identifier: MIT # Auto detect text files and perform LF normalization * text=auto diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cd2ffc0e..f1832a7d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Jonah Aragon +# +# SPDX-License-Identifier: MIT + # Org /docs/about/ @jonaharagon diff --git a/.github/ISSUE_TEMPLATE/1_Content_Correction.yml b/.github/ISSUE_TEMPLATE/1_Content_Correction.yml index 458b8fd8..2bbe1d80 100644 --- a/.github/ISSUE_TEMPLATE/1_Content_Correction.yml +++ b/.github/ISSUE_TEMPLATE/1_Content_Correction.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2023 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: "Content Correction" description: Report any inaccurate, incorrect, or outdated information on the website. diff --git a/.github/ISSUE_TEMPLATE/2_Website_Issues.yml b/.github/ISSUE_TEMPLATE/2_Website_Issues.yml index 8b88b38a..b8e673da 100644 --- a/.github/ISSUE_TEMPLATE/2_Website_Issues.yml +++ b/.github/ISSUE_TEMPLATE/2_Website_Issues.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2023 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: "Website Issue" description: Report a bug with the website. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index d09a6f0a..6afedf15 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2020-2023 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2020 Jonah Aragon +# +# SPDX-License-Identifier: MIT blank_issues_enabled: false contact_links: diff --git a/.github/PULL_REQUEST_TEMPLATE.md.license b/.github/PULL_REQUEST_TEMPLATE.md.license new file mode 100644 index 00000000..06fe45ad --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md.license @@ -0,0 +1,4 @@ +SPDX-FileCopyrightText: 2017 Privacy Guides project contributors +SPDX-FileCopyrightText: 2020 Jonah Aragon + +SPDX-License-Identifier: MIT diff --git a/.github/workflows/build-blog.yml b/.github/workflows/build-blog.yml index ca6773f3..8bc9f3ca 100644 --- a/.github/workflows/build-blog.yml +++ b/.github/workflows/build-blog.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: 🛠️ Build Blog on: diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 04d30b5e..bb5b8206 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: ☁️ Build Container # Configures this workflow to run every release. diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 02c52f10..0377b41d 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: 🛠️ Build PR Preview on: diff --git a/.github/workflows/build-videos.yml b/.github/workflows/build-videos.yml index 2d24dc63..5efdad06 100644 --- a/.github/workflows/build-videos.yml +++ b/.github/workflows/build-videos.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: 🛠️ Build Videos on: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be92650f..317cc792 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: 🛠️ Build Website on: diff --git a/.github/workflows/publish-immediate.yml b/.github/workflows/publish-immediate.yml index c2d97f5e..c6ffa84e 100644 --- a/.github/workflows/publish-immediate.yml +++ b/.github/workflows/publish-immediate.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2021-2025 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2021 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 📦 Immediate Releases diff --git a/.github/workflows/publish-mirror.yml b/.github/workflows/publish-mirror.yml index b5216fa1..ed0cf512 100644 --- a/.github/workflows/publish-mirror.yml +++ b/.github/workflows/publish-mirror.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 🪞 Push to Mirrors diff --git a/.github/workflows/publish-pr.yml b/.github/workflows/publish-pr.yml index 569b0c7b..92281866 100644 --- a/.github/workflows/publish-pr.yml +++ b/.github/workflows/publish-pr.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + name: 📦 PR Preview on: diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3a5b12a8..ff17140f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2021-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2021 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 📦 Release diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml new file mode 100644 index 00000000..b7be6850 --- /dev/null +++ b/.github/workflows/reuse.yml @@ -0,0 +1,16 @@ +# SPDX-FileCopyrightText: 2020 Free Software Foundation Europe e.V. +# SPDX-License-Identifier: CC0-1.0 +name: 📋 REUSE Compliance Check + +permissions: + contents: read + +on: [push, pull_request] + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: REUSE Compliance Check + uses: fsfe/reuse-action@v4 diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 7d4e8232..d0b5c165 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 📦 Manual Test Build diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index 07f57375..7097f5c9 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 🤖 Linting diff --git a/.github/workflows/update-discussions.yml b/.github/workflows/update-discussions.yml index 3cfb99fa..56923e4c 100644 --- a/.github/workflows/update-discussions.yml +++ b/.github/workflows/update-discussions.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 🔄 Update Discussions diff --git a/.github/workflows/upload-crowdin.yml b/.github/workflows/upload-crowdin.yml index 49504a31..88bcb1df 100644 --- a/.github/workflows/upload-crowdin.yml +++ b/.github/workflows/upload-crowdin.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT name: 💬 Crowdin Upload diff --git a/.gitignore b/.gitignore index 7cf59f16..84c2f9d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019 Jonah Aragon +# +# SPDX-License-Identifier: MIT + site /i18n/ /includes/*.*.* diff --git a/.markdownlint.yml b/.markdownlint.yml index 4b5fcc62..232aab7f 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT default: true line-length: false diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 7d8a9d10..c43b40e4 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,22 +1,6 @@ -// Copyright (c) 2024 Jonah Aragon - -// 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 the Software without restriction, including without limitation the -// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -// sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: - -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. - -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +// SPDX-FileCopyrightText: 2024 Jonah Aragon +// +// SPDX-License-Identifier: MIT { "recommendations": [ diff --git a/.vscode/settings.json b/.vscode/settings.json index 3aa44cac..9c3447e0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,22 +1,6 @@ -// Copyright (c) 2024 Jonah Aragon - -// 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 the Software without restriction, including without limitation the -// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -// sell copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: - -// The above copyright notice and this permission notice shall be included in -// all copies or substantial portions of the Software. - -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +// SPDX-FileCopyrightText: 2024 Jonah Aragon +// +// SPDX-License-Identifier: MIT { "git.ignoreLimitWarning": true, diff --git a/CITATION.cff b/CITATION.cff index cdc4fb64..e73598f5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT cff-version: 1.2.0 title: Privacy Guides diff --git a/Dockerfile b/Dockerfile index ce086535..c1101e73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + FROM python:3.12-slim-bookworm AS base LABEL org.opencontainers.image.source="https://github.com/privacyguides/privacyguides.org" @@ -31,7 +35,7 @@ COPY Pipfile . COPY Pipfile.lock . # Install all Python dependencies into a project‐local virtual environment at /.venv -RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy +RUN PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy --dev #################################################### # Stage: nodejs-deps diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 795087c2..00000000 --- a/LICENSE +++ /dev/null @@ -1,427 +0,0 @@ -Attribution-ShareAlike 4.0 International - -======================================================================= - -Creative Commons Corporation ("Creative Commons") is not a law firm and -does not provide legal services or legal advice. Distribution of -Creative Commons public licenses does not create a lawyer-client or -other relationship. Creative Commons makes its licenses and related -information available on an "as-is" basis. Creative Commons gives no -warranties regarding its licenses, any material licensed under their -terms and conditions, or any related information. Creative Commons -disclaims all liability for damages resulting from their use to the -fullest extent possible. - -Using Creative Commons Public Licenses - -Creative Commons public licenses provide a standard set of terms and -conditions that creators and other rights holders may use to share -original works of authorship and other material subject to copyright -and certain other rights specified in the public license below. The -following considerations are for informational purposes only, are not -exhaustive, and do not form part of our licenses. - - Considerations for licensors: Our public licenses are - intended for use by those authorized to give the public - permission to use material in ways otherwise restricted by - copyright and certain other rights. Our licenses are - irrevocable. Licensors should read and understand the terms - and conditions of the license they choose before applying it. - Licensors should also secure all rights necessary before - applying our licenses so that the public can reuse the - material as expected. Licensors should clearly mark any - material not subject to the license. This includes other CC- - licensed material, or material used under an exception or - limitation to copyright. More considerations for licensors: - wiki.creativecommons.org/Considerations_for_licensors - - Considerations for the public: By using one of our public - licenses, a licensor grants the public permission to use the - licensed material under specified terms and conditions. If - the licensor's permission is not necessary for any reason--for - example, because of any applicable exception or limitation to - copyright--then that use is not regulated by the license. Our - licenses grant only permissions under copyright and certain - other rights that a licensor has authority to grant. Use of - the licensed material may still be restricted for other - reasons, including because others have copyright or other - rights in the material. A licensor may make special requests, - such as asking that all changes be marked or described. - Although not required by our licenses, you are encouraged to - respect those requests where reasonable. More considerations - for the public: - wiki.creativecommons.org/Considerations_for_licensees - -======================================================================= - -Creative Commons Attribution-ShareAlike 4.0 International Public -License - -By exercising the Licensed Rights (defined below), You accept and agree -to be bound by the terms and conditions of this Creative Commons -Attribution-ShareAlike 4.0 International Public License ("Public -License"). To the extent this Public License may be interpreted as a -contract, You are granted the Licensed Rights in consideration of Your -acceptance of these terms and conditions, and the Licensor grants You -such rights in consideration of benefits the Licensor receives from -making the Licensed Material available under these terms and -conditions. - - -Section 1 -- Definitions. - - a. Adapted Material means material subject to Copyright and Similar - Rights that is derived from or based upon the Licensed Material - and in which the Licensed Material is translated, altered, - arranged, transformed, or otherwise modified in a manner requiring - permission under the Copyright and Similar Rights held by the - Licensor. For purposes of this Public License, where the Licensed - Material is a musical work, performance, or sound recording, - Adapted Material is always produced where the Licensed Material is - synched in timed relation with a moving image. - - b. Adapter's License means the license You apply to Your Copyright - and Similar Rights in Your contributions to Adapted Material in - accordance with the terms and conditions of this Public License. - - c. BY-SA Compatible License means a license listed at - creativecommons.org/compatiblelicenses, approved by Creative - Commons as essentially the equivalent of this Public License. - - d. Copyright and Similar Rights means copyright and/or similar rights - closely related to copyright including, without limitation, - performance, broadcast, sound recording, and Sui Generis Database - Rights, without regard to how the rights are labeled or - categorized. For purposes of this Public License, the rights - specified in Section 2(b)(1)-(2) are not Copyright and Similar - Rights. - - e. Effective Technological Measures means those measures that, in the - absence of proper authority, may not be circumvented under laws - fulfilling obligations under Article 11 of the WIPO Copyright - Treaty adopted on December 20, 1996, and/or similar international - agreements. - - f. Exceptions and Limitations means fair use, fair dealing, and/or - any other exception or limitation to Copyright and Similar Rights - that applies to Your use of the Licensed Material. - - g. License Elements means the license attributes listed in the name - of a Creative Commons Public License. The License Elements of this - Public License are Attribution and ShareAlike. - - h. Licensed Material means the artistic or literary work, database, - or other material to which the Licensor applied this Public - License. - - i. Licensed Rights means the rights granted to You subject to the - terms and conditions of this Public License, which are limited to - all Copyright and Similar Rights that apply to Your use of the - Licensed Material and that the Licensor has authority to license. - - j. Licensor means the individual(s) or entity(ies) granting rights - under this Public License. - - k. Share means to provide material to the public by any means or - process that requires permission under the Licensed Rights, such - as reproduction, public display, public performance, distribution, - dissemination, communication, or importation, and to make material - available to the public including in ways that members of the - public may access the material from a place and at a time - individually chosen by them. - - l. Sui Generis Database Rights means rights other than copyright - resulting from Directive 96/9/EC of the European Parliament and of - the Council of 11 March 1996 on the legal protection of databases, - as amended and/or succeeded, as well as other essentially - equivalent rights anywhere in the world. - - m. You means the individual or entity exercising the Licensed Rights - under this Public License. Your has a corresponding meaning. - - -Section 2 -- Scope. - - a. License grant. - - 1. Subject to the terms and conditions of this Public License, - the Licensor hereby grants You a worldwide, royalty-free, - non-sublicensable, non-exclusive, irrevocable license to - exercise the Licensed Rights in the Licensed Material to: - - a. reproduce and Share the Licensed Material, in whole or - in part; and - - b. produce, reproduce, and Share Adapted Material. - - 2. Exceptions and Limitations. For the avoidance of doubt, where - Exceptions and Limitations apply to Your use, this Public - License does not apply, and You do not need to comply with - its terms and conditions. - - 3. Term. The term of this Public License is specified in Section - 6(a). - - 4. Media and formats; technical modifications allowed. The - Licensor authorizes You to exercise the Licensed Rights in - all media and formats whether now known or hereafter created, - and to make technical modifications necessary to do so. The - Licensor waives and/or agrees not to assert any right or - authority to forbid You from making technical modifications - necessary to exercise the Licensed Rights, including - technical modifications necessary to circumvent Effective - Technological Measures. For purposes of this Public License, - simply making modifications authorized by this Section 2(a) - (4) never produces Adapted Material. - - 5. Downstream recipients. - - a. Offer from the Licensor -- Licensed Material. Every - recipient of the Licensed Material automatically - receives an offer from the Licensor to exercise the - Licensed Rights under the terms and conditions of this - Public License. - - b. Additional offer from the Licensor -- Adapted Material. - Every recipient of Adapted Material from You - automatically receives an offer from the Licensor to - exercise the Licensed Rights in the Adapted Material - under the conditions of the Adapter's License You apply. - - c. No downstream restrictions. You may not offer or impose - any additional or different terms or conditions on, or - apply any Effective Technological Measures to, the - Licensed Material if doing so restricts exercise of the - Licensed Rights by any recipient of the Licensed - Material. - - 6. No endorsement. Nothing in this Public License constitutes or - may be construed as permission to assert or imply that You - are, or that Your use of the Licensed Material is, connected - with, or sponsored, endorsed, or granted official status by, - the Licensor or others designated to receive attribution as - provided in Section 3(a)(1)(A)(i). - - b. Other rights. - - 1. Moral rights, such as the right of integrity, are not - licensed under this Public License, nor are publicity, - privacy, and/or other similar personality rights; however, to - the extent possible, the Licensor waives and/or agrees not to - assert any such rights held by the Licensor to the limited - extent necessary to allow You to exercise the Licensed - Rights, but not otherwise. - - 2. Patent and trademark rights are not licensed under this - Public License. - - 3. To the extent possible, the Licensor waives any right to - collect royalties from You for the exercise of the Licensed - Rights, whether directly or through a collecting society - under any voluntary or waivable statutory or compulsory - licensing scheme. In all other cases the Licensor expressly - reserves any right to collect such royalties. - - -Section 3 -- License Conditions. - -Your exercise of the Licensed Rights is expressly made subject to the -following conditions. - - a. Attribution. - - 1. If You Share the Licensed Material (including in modified - form), You must: - - a. retain the following if it is supplied by the Licensor - with the Licensed Material: - - i. identification of the creator(s) of the Licensed - Material and any others designated to receive - attribution, in any reasonable manner requested by - the Licensor (including by pseudonym if - designated); - - ii. a copyright notice; - - iii. a notice that refers to this Public License; - - iv. a notice that refers to the disclaimer of - warranties; - - v. a URI or hyperlink to the Licensed Material to the - extent reasonably practicable; - - b. indicate if You modified the Licensed Material and - retain an indication of any previous modifications; and - - c. indicate the Licensed Material is licensed under this - Public License, and include the text of, or the URI or - hyperlink to, this Public License. - - 2. You may satisfy the conditions in Section 3(a)(1) in any - reasonable manner based on the medium, means, and context in - which You Share the Licensed Material. For example, it may be - reasonable to satisfy the conditions by providing a URI or - hyperlink to a resource that includes the required - information. - - 3. If requested by the Licensor, You must remove any of the - information required by Section 3(a)(1)(A) to the extent - reasonably practicable. - - b. ShareAlike. - - In addition to the conditions in Section 3(a), if You Share - Adapted Material You produce, the following conditions also apply. - - 1. The Adapter's License You apply must be a Creative Commons - license with the same License Elements, this version or - later, or a BY-SA Compatible License. - - 2. You must include the text of, or the URI or hyperlink to, the - Adapter's License You apply. You may satisfy this condition - in any reasonable manner based on the medium, means, and - context in which You Share Adapted Material. - - 3. You may not offer or impose any additional or different terms - or conditions on, or apply any Effective Technological - Measures to, Adapted Material that restrict exercise of the - rights granted under the Adapter's License You apply. - - -Section 4 -- Sui Generis Database Rights. - -Where the Licensed Rights include Sui Generis Database Rights that -apply to Your use of the Licensed Material: - - a. for the avoidance of doubt, Section 2(a)(1) grants You the right - to extract, reuse, reproduce, and Share all or a substantial - portion of the contents of the database; - - b. if You include all or a substantial portion of the database - contents in a database in which You have Sui Generis Database - Rights, then the database in which You have Sui Generis Database - Rights (but not its individual contents) is Adapted Material, - including for purposes of Section 3(b); and - - c. You must comply with the conditions in Section 3(a) if You Share - all or a substantial portion of the contents of the database. - -For the avoidance of doubt, this Section 4 supplements and does not -replace Your obligations under this Public License where the Licensed -Rights include other Copyright and Similar Rights. - - -Section 5 -- Disclaimer of Warranties and Limitation of Liability. - - a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE - EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS - AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF - ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS, - IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION, - WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR - PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS, - ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT - KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT - ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU. - - b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE - TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION, - NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT, - INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES, - COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR - USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN - ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR - DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR - IN PART, THIS LIMITATION MAY NOT APPLY TO YOU. - - c. The disclaimer of warranties and limitation of liability provided - above shall be interpreted in a manner that, to the extent - possible, most closely approximates an absolute disclaimer and - waiver of all liability. - - -Section 6 -- Term and Termination. - - a. This Public License applies for the term of the Copyright and - Similar Rights licensed here. However, if You fail to comply with - this Public License, then Your rights under this Public License - terminate automatically. - - b. Where Your right to use the Licensed Material has terminated under - Section 6(a), it reinstates: - - 1. automatically as of the date the violation is cured, provided - it is cured within 30 days of Your discovery of the - violation; or - - 2. upon express reinstatement by the Licensor. - - For the avoidance of doubt, this Section 6(b) does not affect any - right the Licensor may have to seek remedies for Your violations - of this Public License. - - c. For the avoidance of doubt, the Licensor may also offer the - Licensed Material under separate terms or conditions or stop - distributing the Licensed Material at any time; however, doing so - will not terminate this Public License. - - d. Sections 1, 5, 6, 7, and 8 survive termination of this Public - License. - - -Section 7 -- Other Terms and Conditions. - - a. The Licensor shall not be bound by any additional or different - terms or conditions communicated by You unless expressly agreed. - - b. Any arrangements, understandings, or agreements regarding the - Licensed Material not stated herein are separate from and - independent of the terms and conditions of this Public License. - - -Section 8 -- Interpretation. - - a. For the avoidance of doubt, this Public License does not, and - shall not be interpreted to, reduce, limit, restrict, or impose - conditions on any use of the Licensed Material that could lawfully - be made without permission under this Public License. - - b. To the extent possible, if any provision of this Public License is - deemed unenforceable, it shall be automatically reformed to the - minimum extent necessary to make it enforceable. If the provision - cannot be reformed, it shall be severed from this Public License - without affecting the enforceability of the remaining terms and - conditions. - - c. No term or condition of this Public License will be waived and no - failure to comply consented to unless expressly agreed to by the - Licensor. - - d. Nothing in this Public License constitutes or may be interpreted - as a limitation upon, or waiver of, any privileges and immunities - that apply to the Licensor or You, including from the legal - processes of any jurisdiction or authority. - - -======================================================================= - -Creative Commons is not a party to its public licenses. -Notwithstanding, Creative Commons may elect to apply one of its public -licenses to material it publishes and in those instances will be -considered the “Licensor.” The text of the Creative Commons public -licenses is dedicated to the public domain under the CC0 Public Domain -Dedication. Except for the limited purpose of indicating that material -is shared under a Creative Commons public license or as otherwise -permitted by the Creative Commons policies published at -creativecommons.org/policies, Creative Commons does not authorize the -use of the trademark "Creative Commons" or any other trademark or logo -of Creative Commons without its prior written consent including, -without limitation, in connection with any unauthorized modifications -to any of its public licenses or any other arrangements, -understandings, or agreements concerning use of licensed material. For -the avoidance of doubt, this paragraph does not form part of the public -licenses. - -Creative Commons may be contacted at creativecommons.org. diff --git a/LICENSE-CODE b/LICENSE-CODE deleted file mode 100644 index b1572248..00000000 --- a/LICENSE-CODE +++ /dev/null @@ -1,22 +0,0 @@ -MIT License - -Copyright (c) 2019 - 2024 Jonah Aragon -Copyright (c) 2020 - 2024 Privacy Guides 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 the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -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. diff --git a/LICENSES/CC-BY-SA-4.0.txt b/LICENSES/CC-BY-SA-4.0.txt new file mode 100644 index 00000000..835a6836 --- /dev/null +++ b/LICENSES/CC-BY-SA-4.0.txt @@ -0,0 +1,170 @@ +Creative Commons Attribution-ShareAlike 4.0 International + + Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. + +Using Creative Commons Public Licenses + +Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. + +Considerations for licensors: Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. More considerations for licensors. + +Considerations for the public: By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. + +Although not required by our licenses, you are encouraged to respect those requests where reasonable. More considerations for the public. + +Creative Commons Attribution-ShareAlike 4.0 International Public License + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + a. Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + + b. Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + + c. BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + + d. Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + + e. Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + + f. Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + + g. License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + + h. Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + + i. Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + + j. Licensor means the individual(s) or entity(ies) granting rights under this Public License. + + k. Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + + l. Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + + m. You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + a. License grant. + + 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + + A. reproduce and Share the Licensed Material, in whole or in part; and + + B. produce, reproduce, and Share Adapted Material. + + 2. Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + + 3. Term. The term of this Public License is specified in Section 6(a). + + 4. Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + + 5. Downstream recipients. + + A. Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + + B. Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + + C. No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + + 6. No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + b. Other rights. + + 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + + 2. Patent and trademark rights are not licensed under this Public License. + + 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + a. Attribution. + + 1. If You Share the Licensed Material (including in modified form), You must: + + A. retain the following if it is supplied by the Licensor with the Licensed Material: + + i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + + ii. a copyright notice; + + iii. a notice that refers to this Public License; + + iv. a notice that refers to the disclaimer of warranties; + + v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + + B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + + C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + + 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + + 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + + b. ShareAlike.In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + + 1. The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + + 2. You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + + 3. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + + b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + + c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + a. Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + + b. To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + + 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + + 2. upon express reinstatement by the Licensor. + + c. For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + + d. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + + e. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + + b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + + b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + + c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + + d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. + +Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. + +Creative Commons may be contacted at creativecommons.org. diff --git a/LICENSES/CC0-1.0.txt b/LICENSES/CC0-1.0.txt new file mode 100644 index 00000000..0e259d42 --- /dev/null +++ b/LICENSES/CC0-1.0.txt @@ -0,0 +1,121 @@ +Creative Commons Legal Code + +CC0 1.0 Universal + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS + PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM + THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED + HEREUNDER. + +Statement of Purpose + +The laws of most jurisdictions throughout the world automatically confer +exclusive Copyright and Related Rights (defined below) upon the creator +and subsequent owner(s) (each and all, an "owner") of an original work of +authorship and/or a database (each, a "Work"). + +Certain owners wish to permanently relinquish those rights to a Work for +the purpose of contributing to a commons of creative, cultural and +scientific works ("Commons") that the public can reliably and without fear +of later claims of infringement build upon, modify, incorporate in other +works, reuse and redistribute as freely as possible in any form whatsoever +and for any purposes, including without limitation commercial purposes. +These owners may contribute to the Commons to promote the ideal of a free +culture and the further production of creative, cultural and scientific +works, or to gain reputation or greater distribution for their Work in +part through the use and efforts of others. + +For these and/or other purposes and motivations, and without any +expectation of additional consideration or compensation, the person +associating CC0 with a Work (the "Affirmer"), to the extent that he or she +is an owner of Copyright and Related Rights in the Work, voluntarily +elects to apply CC0 to the Work and publicly distribute the Work under its +terms, with knowledge of his or her Copyright and Related Rights in the +Work and the meaning and intended legal effect of CC0 on those rights. + +1. Copyright and Related Rights. A Work made available under CC0 may be +protected by copyright and related or neighboring rights ("Copyright and +Related Rights"). Copyright and Related Rights include, but are not +limited to, the following: + + i. the right to reproduce, adapt, distribute, perform, display, + communicate, and translate a Work; + ii. moral rights retained by the original author(s) and/or performer(s); +iii. publicity and privacy rights pertaining to a person's image or + likeness depicted in a Work; + iv. rights protecting against unfair competition in regards to a Work, + subject to the limitations in paragraph 4(a), below; + v. rights protecting the extraction, dissemination, use and reuse of data + in a Work; + vi. database rights (such as those arising under Directive 96/9/EC of the + European Parliament and of the Council of 11 March 1996 on the legal + protection of databases, and under any national implementation + thereof, including any amended or successor version of such + directive); and +vii. other similar, equivalent or corresponding rights throughout the + world based on applicable law or treaty, and any national + implementations thereof. + +2. Waiver. To the greatest extent permitted by, but not in contravention +of, applicable law, Affirmer hereby overtly, fully, permanently, +irrevocably and unconditionally waives, abandons, and surrenders all of +Affirmer's Copyright and Related Rights and associated claims and causes +of action, whether now known or unknown (including existing as well as +future claims and causes of action), in the Work (i) in all territories +worldwide, (ii) for the maximum duration provided by applicable law or +treaty (including future time extensions), (iii) in any current or future +medium and for any number of copies, and (iv) for any purpose whatsoever, +including without limitation commercial, advertising or promotional +purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each +member of the public at large and to the detriment of Affirmer's heirs and +successors, fully intending that such Waiver shall not be subject to +revocation, rescission, cancellation, termination, or any other legal or +equitable action to disrupt the quiet enjoyment of the Work by the public +as contemplated by Affirmer's express Statement of Purpose. + +3. Public License Fallback. Should any part of the Waiver for any reason +be judged legally invalid or ineffective under applicable law, then the +Waiver shall be preserved to the maximum extent permitted taking into +account Affirmer's express Statement of Purpose. In addition, to the +extent the Waiver is so judged Affirmer hereby grants to each affected +person a royalty-free, non transferable, non sublicensable, non exclusive, +irrevocable and unconditional license to exercise Affirmer's Copyright and +Related Rights in the Work (i) in all territories worldwide, (ii) for the +maximum duration provided by applicable law or treaty (including future +time extensions), (iii) in any current or future medium and for any number +of copies, and (iv) for any purpose whatsoever, including without +limitation commercial, advertising or promotional purposes (the +"License"). The License shall be deemed effective as of the date CC0 was +applied by Affirmer to the Work. Should any part of the License for any +reason be judged legally invalid or ineffective under applicable law, such +partial invalidity or ineffectiveness shall not invalidate the remainder +of the License, and in such case Affirmer hereby affirms that he or she +will not (i) exercise any of his or her remaining Copyright and Related +Rights in the Work or (ii) assert any associated claims and causes of +action with respect to the Work, in either case contrary to Affirmer's +express Statement of Purpose. + +4. Limitations and Disclaimers. + + a. No trademark or patent rights held by Affirmer are waived, abandoned, + surrendered, licensed or otherwise affected by this document. + b. Affirmer offers the Work as-is and makes no representations or + warranties of any kind concerning the Work, express, implied, + statutory or otherwise, including without limitation warranties of + title, merchantability, fitness for a particular purpose, non + infringement, or the absence of latent or other defects, accuracy, or + the present or absence of errors, whether or not discoverable, all to + the greatest extent permissible under applicable law. + c. Affirmer disclaims responsibility for clearing rights of other persons + that may apply to the Work or any use thereof, including without + limitation any person's Copyright and Related Rights in the Work. + Further, Affirmer disclaims responsibility for obtaining any necessary + consents, permissions or other rights required for any use of the + Work. + d. Affirmer understands and acknowledges that Creative Commons is not a + party to this document and has no duty or obligation with respect to + this CC0 or use of the Work. diff --git a/LICENSES/LicenseRef-FairUse.md b/LICENSES/LicenseRef-FairUse.md new file mode 100644 index 00000000..2a2b6b6e --- /dev/null +++ b/LICENSES/LicenseRef-FairUse.md @@ -0,0 +1,11 @@ +# Fair Use or No Assertion! + +We believe that the logos and other images we've obtained from third-party providers are either in the public domain or fair use. + +In a nutshell, legal fair use doctrine allows the use of copyrighted images in order to identify the subject for purposes of public comment. + +However, these logos and other images may still be subject to trademark laws in one or more jurisdictions. + +Before using this content, please ensure that it is used to identify the entity or organization that owns the trademark and that you have the right to use it under the laws which apply in the circumstances of your intended use. + +**When copying this content from this website, you are solely responsible for ensuring that you do not infringe someone else's trademark or copyright.** diff --git a/LICENSES/LicenseRef-MIT-mkdocs-material.txt b/LICENSES/LicenseRef-MIT-mkdocs-material.txt new file mode 100644 index 00000000..6b9d8b7f --- /dev/null +++ b/LICENSES/LicenseRef-MIT-mkdocs-material.txt @@ -0,0 +1,19 @@ +Copyright (c) 2016-2025 Martin Donath + +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 the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 00000000..d817195d --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,18 @@ +MIT License + +Copyright (c) + +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 the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 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. diff --git a/Pipfile b/Pipfile index bd8c8b1b..54533ebb 100644 --- a/Pipfile +++ b/Pipfile @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon +# SPDX-FileCopyrightText: 2022 Jonah Aragon # -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-License-Identifier: MIT [[source]] url = "https://pypi.org/simple" @@ -34,6 +18,7 @@ mkdocs-glightbox = "*" [dev-packages] scour = "~=0.38" +reuse = "*" [requires] python_version = "3.12" diff --git a/Pipfile.lock b/Pipfile.lock index 98e22866..a0e52af0 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4707be3ca5e170a9f90dc4dc36c99880bdc9d78df9387779096f23246a63ee0a" + "sha256": "57110d51ec1806b11961bf3e99a82ae5d84c99c7b092ff4a37273a68a09f3fd6" }, "pipfile-spec": 6, "requires": { @@ -885,6 +885,229 @@ } }, "develop": { + "attrs": { + "hashes": [ + "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3", + "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b" + ], + "markers": "python_version >= '3.8'", + "version": "==25.3.0" + }, + "binaryornot": { + "hashes": [ + "sha256:359501dfc9d40632edc9fac890e19542db1a287bbcfa58175b66658392018061", + "sha256:b8b71173c917bddcd2c16070412e369c3ed7f0528926f70cac18a6c97fd563e4" + ], + "version": "==0.4.4" + }, + "boolean.py": { + "hashes": [ + "sha256:60cbc4bad079753721d32649545505362c754e121570ada4658b852a3a318d95", + "sha256:ef28a70bd43115208441b53a045d1549e2f0ec6e3d08a9d142cbc41c1938e8d9" + ], + "version": "==5.0" + }, + "chardet": { + "hashes": [ + "sha256:1b3b6ff479a8c414bc3fa2c0852995695c4a026dcd6d0633b2dd092ca39c1cf7", + "sha256:e1cf59446890a00105fe7b7912492ea04b6e6f06d4b742b2c788469e34c82970" + ], + "markers": "python_version >= '3.7'", + "version": "==5.2.0" + }, + "charset-normalizer": { + "hashes": [ + "sha256:00237675befef519d9af72169d8604a067d92755e84fe76492fef5441db05b91", + "sha256:02425242e96bcf29a49711b0ca9f37e451da7c70562bc10e8ed992a5a7a25cc0", + "sha256:027b776c26d38b7f15b26a5da1044f376455fb3766df8fc38563b4efbc515154", + "sha256:07a0eae9e2787b586e129fdcbe1af6997f8d0e5abaa0bc98c0e20e124d67e601", + "sha256:0cacf8f7297b0c4fcb74227692ca46b4a5852f8f4f24b3c766dd94a1075c4884", + "sha256:0e78314bdc32fa80696f72fa16dc61168fda4d6a0c014e0380f9d02f0e5d8a07", + "sha256:0f2be7e0cf7754b9a30eb01f4295cc3d4358a479843b31f328afd210e2c7598c", + "sha256:13faeacfe61784e2559e690fc53fa4c5ae97c6fcedb8eb6fb8d0a15b475d2c64", + "sha256:14c2a87c65b351109f6abfc424cab3927b3bdece6f706e4d12faaf3d52ee5efe", + "sha256:1606f4a55c0fd363d754049cdf400175ee96c992b1f8018b993941f221221c5f", + "sha256:16a8770207946ac75703458e2c743631c79c59c5890c80011d536248f8eaa432", + "sha256:18343b2d246dc6761a249ba1fb13f9ee9a2bcd95decc767319506056ea4ad4dc", + "sha256:18b97b8404387b96cdbd30ad660f6407799126d26a39ca65729162fd810a99aa", + "sha256:1bb60174149316da1c35fa5233681f7c0f9f514509b8e399ab70fea5f17e45c9", + "sha256:1e8ac75d72fa3775e0b7cb7e4629cec13b7514d928d15ef8ea06bca03ef01cae", + "sha256:1ef99f0456d3d46a50945c98de1774da86f8e992ab5c77865ea8b8195341fc19", + "sha256:2001a39612b241dae17b4687898843f254f8748b796a2e16f1051a17078d991d", + "sha256:23b6b24d74478dc833444cbd927c338349d6ae852ba53a0d02a2de1fce45b96e", + "sha256:252098c8c7a873e17dd696ed98bbe91dbacd571da4b87df3736768efa7a792e4", + "sha256:257f26fed7d7ff59921b78244f3cd93ed2af1800ff048c33f624c87475819dd7", + "sha256:2c322db9c8c89009a990ef07c3bcc9f011a3269bc06782f916cd3d9eed7c9312", + "sha256:30a96e1e1f865f78b030d65241c1ee850cdf422d869e9028e2fc1d5e4db73b92", + "sha256:30d006f98569de3459c2fc1f2acde170b7b2bd265dc1943e87e1a4efe1b67c31", + "sha256:31a9a6f775f9bcd865d88ee350f0ffb0e25936a7f930ca98995c05abf1faf21c", + "sha256:320e8e66157cc4e247d9ddca8e21f427efc7a04bbd0ac8a9faf56583fa543f9f", + "sha256:34a7f768e3f985abdb42841e20e17b330ad3aaf4bb7e7aeeb73db2e70f077b99", + "sha256:3653fad4fe3ed447a596ae8638b437f827234f01a8cd801842e43f3d0a6b281b", + "sha256:3cd35b7e8aedeb9e34c41385fda4f73ba609e561faedfae0a9e75e44ac558a15", + "sha256:3cfb2aad70f2c6debfbcb717f23b7eb55febc0bb23dcffc0f076009da10c6392", + "sha256:416175faf02e4b0810f1f38bcb54682878a4af94059a1cd63b8747244420801f", + "sha256:41d1fc408ff5fdfb910200ec0e74abc40387bccb3252f3f27c0676731df2b2c8", + "sha256:42e5088973e56e31e4fa58eb6bd709e42fc03799c11c42929592889a2e54c491", + "sha256:4ca4c094de7771a98d7fbd67d9e5dbf1eb73efa4f744a730437d8a3a5cf994f0", + "sha256:511729f456829ef86ac41ca78c63a5cb55240ed23b4b737faca0eb1abb1c41bc", + "sha256:53cd68b185d98dde4ad8990e56a58dea83a4162161b1ea9272e5c9182ce415e0", + "sha256:585f3b2a80fbd26b048a0be90c5aae8f06605d3c92615911c3a2b03a8a3b796f", + "sha256:5b413b0b1bfd94dbf4023ad6945889f374cd24e3f62de58d6bb102c4d9ae534a", + "sha256:5d8d01eac18c423815ed4f4a2ec3b439d654e55ee4ad610e153cf02faf67ea40", + "sha256:6aab0f181c486f973bc7262a97f5aca3ee7e1437011ef0c2ec04b5a11d16c927", + "sha256:6cf8fd4c04756b6b60146d98cd8a77d0cdae0e1ca20329da2ac85eed779b6849", + "sha256:6fb70de56f1859a3f71261cbe41005f56a7842cc348d3aeb26237560bfa5e0ce", + "sha256:6fce4b8500244f6fcb71465d4a4930d132ba9ab8e71a7859e6a5d59851068d14", + "sha256:70bfc5f2c318afece2f5838ea5e4c3febada0be750fcf4775641052bbba14d05", + "sha256:73dc19b562516fc9bcf6e5d6e596df0b4eb98d87e4f79f3ae71840e6ed21361c", + "sha256:74d77e25adda8581ffc1c720f1c81ca082921329452eba58b16233ab1842141c", + "sha256:78deba4d8f9590fe4dae384aeff04082510a709957e968753ff3c48399f6f92a", + "sha256:86df271bf921c2ee3818f0522e9a5b8092ca2ad8b065ece5d7d9d0e9f4849bcc", + "sha256:88ab34806dea0671532d3f82d82b85e8fc23d7b2dd12fa837978dad9bb392a34", + "sha256:8999f965f922ae054125286faf9f11bc6932184b93011d138925a1773830bbe9", + "sha256:8dcfc373f888e4fb39a7bc57e93e3b845e7f462dacc008d9749568b1c4ece096", + "sha256:939578d9d8fd4299220161fdd76e86c6a251987476f5243e8864a7844476ba14", + "sha256:96b2b3d1a83ad55310de8c7b4a2d04d9277d5591f40761274856635acc5fcb30", + "sha256:a2d08ac246bb48479170408d6c19f6385fa743e7157d716e144cad849b2dd94b", + "sha256:b256ee2e749283ef3ddcff51a675ff43798d92d746d1a6e4631bf8c707d22d0b", + "sha256:b5e3b2d152e74e100a9e9573837aba24aab611d39428ded46f4e4022ea7d1942", + "sha256:b89bc04de1d83006373429975f8ef9e7932534b8cc9ca582e4db7d20d91816db", + "sha256:bd28b817ea8c70215401f657edef3a8aa83c29d447fb0b622c35403780ba11d5", + "sha256:c60e092517a73c632ec38e290eba714e9627abe9d301c8c8a12ec32c314a2a4b", + "sha256:c6dbd0ccdda3a2ba7c2ecd9d77b37f3b5831687d8dc1b6ca5f56a4880cc7b7ce", + "sha256:c6e490913a46fa054e03699c70019ab869e990270597018cef1d8562132c2669", + "sha256:c6f162aabe9a91a309510d74eeb6507fab5fff92337a15acbe77753d88d9dcf0", + "sha256:c6fd51128a41297f5409deab284fecbe5305ebd7e5a1f959bee1c054622b7018", + "sha256:cc34f233c9e71701040d772aa7490318673aa7164a0efe3172b2981218c26d93", + "sha256:cc9370a2da1ac13f0153780040f465839e6cccb4a1e44810124b4e22483c93fe", + "sha256:ccf600859c183d70eb47e05a44cd80a4ce77394d1ac0f79dbd2dd90a69a3a049", + "sha256:ce571ab16d890d23b5c278547ba694193a45011ff86a9162a71307ed9f86759a", + "sha256:cf1ebb7d78e1ad8ec2a8c4732c7be2e736f6e5123a4146c5b89c9d1f585f8cef", + "sha256:d0e909868420b7049dafd3a31d45125b31143eec59235311fc4c57ea26a4acd2", + "sha256:d22dbedd33326a4a5190dd4fe9e9e693ef12160c77382d9e87919bce54f3d4ca", + "sha256:d716a916938e03231e86e43782ca7878fb602a125a91e7acb8b5112e2e96ac16", + "sha256:d79c198e27580c8e958906f803e63cddb77653731be08851c7df0b1a14a8fc0f", + "sha256:d95bfb53c211b57198bb91c46dd5a2d8018b3af446583aab40074bf7988401cb", + "sha256:e28e334d3ff134e88989d90ba04b47d84382a828c061d0d1027b1b12a62b39b1", + "sha256:ec557499516fc90fd374bf2e32349a2887a876fbf162c160e3c01b6849eaf557", + "sha256:fb6fecfd65564f208cbf0fba07f107fb661bcd1a7c389edbced3f7a493f70e37", + "sha256:fb731e5deb0c7ef82d698b0f4c5bb724633ee2a489401594c5c88b02e6cb15f7", + "sha256:fb7f67a1bfa6e40b438170ebdc8158b78dc465a5a67b6dde178a46987b244a72", + "sha256:fd10de089bcdcd1be95a2f73dbe6254798ec1bda9f450d5828c96f93e2536b9c", + "sha256:fdabf8315679312cfa71302f9bd509ded4f2f263fb5b765cf1433b39106c3cc9" + ], + "markers": "python_version >= '3.7'", + "version": "==3.4.3" + }, + "click": { + "hashes": [ + "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202", + "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b" + ], + "markers": "python_version >= '3.10'", + "version": "==8.2.1" + }, + "jinja2": { + "hashes": [ + "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d", + "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67" + ], + "markers": "python_version >= '3.7'", + "version": "==3.1.6" + }, + "license-expression": { + "hashes": [ + "sha256:421788fdcadb41f049d2dc934ce666626265aeccefddd25e162a26f23bcbf8a4", + "sha256:73448f0aacd8d0808895bdc4b2c8e01a8d67646e4188f887375398c761f340fd" + ], + "markers": "python_version >= '3.9'", + "version": "==30.4.4" + }, + "markupsafe": { + "hashes": [ + "sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4", + "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30", + "sha256:1225beacc926f536dc82e45f8a4d68502949dc67eea90eab715dea3a21c1b5f0", + "sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9", + "sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396", + "sha256:1a9d3f5f0901fdec14d8d2f66ef7d035f2157240a433441719ac9a3fba440b13", + "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028", + "sha256:1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca", + "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557", + "sha256:2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832", + "sha256:3169b1eefae027567d1ce6ee7cae382c57fe26e82775f460f0b2778beaad66c0", + "sha256:3809ede931876f5b2ec92eef964286840ed3540dadf803dd570c3b7e13141a3b", + "sha256:38a9ef736c01fccdd6600705b09dc574584b89bea478200c5fbf112a6b0d5579", + "sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a", + "sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c", + "sha256:48032821bbdf20f5799ff537c7ac3d1fba0ba032cfc06194faffa8cda8b560ff", + "sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c", + "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22", + "sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094", + "sha256:57cb5a3cf367aeb1d316576250f65edec5bb3be939e9247ae594b4bcbc317dfb", + "sha256:5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e", + "sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5", + "sha256:6af100e168aa82a50e186c82875a5893c5597a0c1ccdb0d8b40240b1f28b969a", + "sha256:6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d", + "sha256:6e296a513ca3d94054c2c881cc913116e90fd030ad1c656b3869762b754f5f8a", + "sha256:70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b", + "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8", + "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225", + "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c", + "sha256:88b49a3b9ff31e19998750c38e030fc7bb937398b1f78cfa599aaef92d693144", + "sha256:8c4e8c3ce11e1f92f6536ff07154f9d49677ebaaafc32db9db4620bc11ed480f", + "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87", + "sha256:9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d", + "sha256:93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93", + "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf", + "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158", + "sha256:a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84", + "sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb", + "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48", + "sha256:b424c77b206d63d500bcb69fa55ed8d0e6a3774056bdc4839fc9298a7edca171", + "sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c", + "sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6", + "sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd", + "sha256:bbcb445fa71794da8f178f0f6d66789a28d7319071af7a496d4d507ed566270d", + "sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1", + "sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d", + "sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca", + "sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a", + "sha256:cfad01eed2c2e0c01fd0ecd2ef42c492f7f93902e39a42fc9ee1692961443a29", + "sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe", + "sha256:d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798", + "sha256:e07c3764494e3776c602c1e78e298937c3315ccc9043ead7e685b7f2b8d47b3c", + "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8", + "sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f", + "sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f", + "sha256:eaa0a10b7f72326f1372a713e73c3f739b524b3af41feb43e4921cb529f5929a", + "sha256:eb7972a85c54febfb25b5c4b4f3af4dcc731994c7da0d8a0b4a6eb0640e1d178", + "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0", + "sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79", + "sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430", + "sha256:fcabf5ff6eea076f859677f5f0b6b5c1a51e70a376b0579e0eadef8db48c6b50" + ], + "markers": "python_version >= '3.9'", + "version": "==3.0.2" + }, + "python-debian": { + "hashes": [ + "sha256:3ada9b83a3d671b58081782c0969cffa0102f6ce433fbbc7cf21275b8b5cc771", + "sha256:8f137c230c1d9279c2ac892b35915068b2aca090c9fd3da5671ff87af32af12c" + ], + "markers": "python_version >= '3.7'", + "version": "==1.0.1" + }, + "reuse": { + "hashes": [ + "sha256:7a680f00324e87a72061677a892d8cbabfddf7adcf7a5376aeeed2d78995bbbb", + "sha256:878016ae5dd29c10bad4606d6676c12a268c12aa9fcfea66403598e16eed085c" + ], + "index": "pypi", + "markers": "python_version >= '3.9' and python_version < '4.0'", + "version": "==5.0.2" + }, "scour": { "hashes": [ "sha256:6881ec26660c130c5ecd996ac6f6b03939dd574198f50773f2508b81a68e0daf" @@ -899,6 +1122,14 @@ ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "version": "==1.17.0" + }, + "tomlkit": { + "hashes": [ + "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1", + "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0" + ], + "markers": "python_version >= '3.8'", + "version": "==0.13.3" } } } diff --git a/README.md b/README.md index 74b6fc5a..65e03bd1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + +
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..70d90a94 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,82 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + +version = 1 + +# Fallback +[[annotations]] +path = [ + "docs/*", + "docs/advanced/*", + "docs/android/*", + "docs/basics/*", + "docs/os/**", + "docs/self-hosting/*" +] +SPDX-FileCopyrightText = [ + "Privacy Guides ", + "Contributors to Privacy Guides " +] +SPDX-License-Identifier = "CC-BY-SA-4.0" +SPDX-FileContributor = "Jonah Aragon " + +# 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 Employee Works +[[annotations]] +path = [ + "videos/posts/**", + "blog/assets/images/clearing-your-browsing-data/*", + "blog/assets/images/cryptpad-review/*", + "blog/assets/images/digital-provenance/*", + "blog/assets/images/clearing-your-browsing-data/*", + "blog/assets/images/in-praise-of-tor/*", + "blog/assets/images/installing-and-using-tails/*", + "blog/assets/images/installing-keepassxc-and-yubikey/*", + "blog/assets/images/interview-with-micah-lee/*", + "blog/assets/images/keepassium-review/*", + "blog/assets/images/clearing-your-browsing-data/*", + "blog/assets/images/mastodon-privacy-and-security/*", + "blog/assets/images/mastodon-tutorial-privacy-and-security/*", + "blog/assets/images/privacy-pass/*", + "blog/assets/images/yubikey-reset-and-backup/*", +] +SPDX-FileCopyrightText = "Privacy Guides " +SPDX-License-Identifier = "CC-BY-SA-4.0" + +# 2024 Jonah Aragon +[[annotations]] +path = [ + "includes/strings.en.env" +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2024 Jonah Aragon " +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." diff --git a/blog/.authors.yml b/blog/.authors.yml index ca43e8c7..a90bfc3e 100644 --- a/blog/.authors.yml +++ b/blog/.authors.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + authors: aprilfools: name: Anita Key diff --git a/blog/archive/2019.md b/blog/archive/2019.md index 56f6f900..4026d1be 100644 --- a/blog/archive/2019.md +++ b/blog/archive/2019.md @@ -1,3 +1,9 @@ + + # 2019 !!! danger "Old Content" diff --git a/blog/archive/2020.md b/blog/archive/2020.md index 048bcefc..b9c876e3 100644 --- a/blog/archive/2020.md +++ b/blog/archive/2020.md @@ -1,3 +1,9 @@ + + # 2020 !!! danger "Old Content" diff --git a/blog/archive/2021.md b/blog/archive/2021.md index 95f7633b..4209de20 100644 --- a/blog/archive/2021.md +++ b/blog/archive/2021.md @@ -1,3 +1,9 @@ + + # 2021 !!! danger "Old Content" diff --git a/blog/archive/2022.md b/blog/archive/2022.md index 936d66a3..3f012f71 100644 --- a/blog/archive/2022.md +++ b/blog/archive/2022.md @@ -1,3 +1,9 @@ + + # 2022 !!! danger "Old Content" diff --git a/blog/author/dngray.md b/blog/author/dngray.md index 624fcabb..bae27667 100644 --- a/blog/author/dngray.md +++ b/blog/author/dngray.md @@ -1,3 +1,9 @@ + + # Daniel Gray ![Profile picture](https://github.com/dngray.png){ align=right } diff --git a/blog/author/em.md b/blog/author/em.md index a0f6ad2a..545f228c 100644 --- a/blog/author/em.md +++ b/blog/author/em.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: Em is a full-time journalist at Privacy Guides. schema: - diff --git a/blog/author/freddy.md b/blog/author/freddy.md index 42b77d89..17361899 100644 --- a/blog/author/freddy.md +++ b/blog/author/freddy.md @@ -1,3 +1,9 @@ + + # Freddy ![Profile picture](https://github.com/freddy-m.png){ align=right } diff --git a/blog/author/jonah.md b/blog/author/jonah.md index 639faa41..430f1ddc 100644 --- a/blog/author/jonah.md +++ b/blog/author/jonah.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: Jonah Aragon is the Project Director and staff writer at Privacy Guides. His role includes researching and writing for this website, system administration, creating Privacy Guides Online Learning course content, reviewing the products recommended here, and most other day-to-day tasks. schema: - diff --git a/blog/author/niek-de-wilde.md b/blog/author/niek-de-wilde.md index cbddca89..d895ef35 100644 --- a/blog/author/niek-de-wilde.md +++ b/blog/author/niek-de-wilde.md @@ -1,3 +1,9 @@ + + # Niek de Wilde ![Profile picture](https://github.com/blacklight447.png){ align=right } diff --git a/blog/category/announcements.md b/blog/category/announcements.md index ca25553b..34cb0af1 100644 --- a/blog/category/announcements.md +++ b/blog/category/announcements.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: The latest announcements and updates from the Privacy Guides team. --- diff --git a/blog/category/news.md b/blog/category/news.md index 2275c4f4..95658ba1 100644 --- a/blog/category/news.md +++ b/blog/category/news.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: Privacy Guides News presents the latest tech news about the world's best (and occasionally worst) software, hardware, and services in the privacy world. --- diff --git a/blog/category/reviews.md b/blog/category/reviews.md index 6125ff23..5c253e83 100644 --- a/blog/category/reviews.md +++ b/blog/category/reviews.md @@ -1,7 +1,10 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: Read the latest privacy product reviews and stories from Privacy Guides contributing writers. --- # Reviews -Looking for alternatives to privacy-invasive apps you use everyday? Do you just want to know all the details behind your favorite privacy tools? *Privacy Guides Reviews* is the place to find all that and more. This is your one stop to find the latest advice and recommendations on things we use every day directly from Privacy Guides contributors. +Looking for alternatives to privacy-invasive apps you use every day? Do you just want to know all the details behind your favorite privacy tools? *Privacy Guides Reviews* is the place to find all that and more. This is your one stop to find the latest advice and recommendations on things we use every day directly from Privacy Guides contributors. diff --git a/blog/editorial.md b/blog/editorial.md index c4c61bdf..e52411c7 100644 --- a/blog/editorial.md +++ b/blog/editorial.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 title: Editorial Policy --- diff --git a/blog/index.md b/blog/index.md index 3441e732..9e2c6b3c 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,4 +1,8 @@ --- +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# SPDX-FileCopyrightText: 2024 Daniel Gray +# +# SPDX-License-Identifier: CC-BY-SA-4.0 description: Privacy-related news stories, product reviews, opinion pieces, and other important articles from Privacy Guides contributors. hide: - footer diff --git a/blog/posts/activists-guide-securing-your-smartphone.md b/blog/posts/activists-guide-securing-your-smartphone.md index 8fbb3a55..f5ed487d 100644 --- a/blog/posts/activists-guide-securing-your-smartphone.md +++ b/blog/posts/activists-guide-securing-your-smartphone.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-01-23T19:15:00Z updated: 2025-01-27T20:00:00Z diff --git a/blog/posts/age-verification-wants-your-face.md b/blog/posts/age-verification-wants-your-face.md index 4d0bf6ae..9d168c27 100644 --- a/blog/posts/age-verification-wants-your-face.md +++ b/blog/posts/age-verification-wants-your-face.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-05-06T21:45:00Z categories: diff --git a/blog/posts/clearing-browsing-data.md b/blog/posts/clearing-browsing-data.md index 6fdf517e..779d74c4 100644 --- a/blog/posts/clearing-browsing-data.md +++ b/blog/posts/clearing-browsing-data.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-02-13T21:00:00Z categories: diff --git a/blog/posts/cryptpad-review.md b/blog/posts/cryptpad-review.md index e05b918d..b406ab32 100644 --- a/blog/posts/cryptpad-review.md +++ b/blog/posts/cryptpad-review.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 title: "CryptPad Review: Replacing Google Docs" template: review-article.html schema_type: ReviewNewsArticle diff --git a/blog/posts/digital-provenance.md b/blog/posts/digital-provenance.md index 0821a821..08384b6c 100644 --- a/blog/posts/digital-provenance.md +++ b/blog/posts/digital-provenance.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-05-19T20:15:00Z categories: diff --git a/blog/posts/encryption-is-not-a-crime.md b/blog/posts/encryption-is-not-a-crime.md index 27d35c54..12a14c68 100644 --- a/blog/posts/encryption-is-not-a-crime.md +++ b/blog/posts/encryption-is-not-a-crime.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-04-11T16:00:00Z categories: diff --git a/blog/posts/importance-of-privacy-for-the-queer-community.md b/blog/posts/importance-of-privacy-for-the-queer-community.md index 5b7850ae..bca6112c 100644 --- a/blog/posts/importance-of-privacy-for-the-queer-community.md +++ b/blog/posts/importance-of-privacy-for-the-queer-community.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-06-03T17:00:00Z categories: diff --git a/blog/posts/in-praise-of-tor.md b/blog/posts/in-praise-of-tor.md index b7a47078..cc106562 100644 --- a/blog/posts/in-praise-of-tor.md +++ b/blog/posts/in-praise-of-tor.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-04-30T20:30:00Z updated: 2025-05-06T18:00:00Z diff --git a/blog/posts/installing-and-using-tails.md b/blog/posts/installing-and-using-tails.md index 9a5daa8b..59497da3 100644 --- a/blog/posts/installing-and-using-tails.md +++ b/blog/posts/installing-and-using-tails.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-01-29T22:00:00Z categories: diff --git a/blog/posts/installing-keepassxc-and-yubikey.md b/blog/posts/installing-keepassxc-and-yubikey.md index 2a700fdc..cd9977b1 100644 --- a/blog/posts/installing-keepassxc-and-yubikey.md +++ b/blog/posts/installing-keepassxc-and-yubikey.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-18T17:00:00Z categories: diff --git a/blog/posts/interview-with-micah-lee.md b/blog/posts/interview-with-micah-lee.md index a0085928..826a813d 100644 --- a/blog/posts/interview-with-micah-lee.md +++ b/blog/posts/interview-with-micah-lee.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-28T17:00:00Z categories: diff --git a/blog/posts/keepassium-review.md b/blog/posts/keepassium-review.md index 4c8cdcdc..6b456b34 100644 --- a/blog/posts/keepassium-review.md +++ b/blog/posts/keepassium-review.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 title: "KeePassium Review: A Flexible Password Manager for iOS and macOS" template: review-article.html schema_type: ReviewNewsArticle diff --git a/blog/posts/mastodon-privacy-and-security.md b/blog/posts/mastodon-privacy-and-security.md index c6d47514..0447c579 100644 --- a/blog/posts/mastodon-privacy-and-security.md +++ b/blog/posts/mastodon-privacy-and-security.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-07-15T17:00:00Z updated: 2025-07-22T20:00:00Z diff --git a/blog/posts/mastodon-tutorial-privacy-and-security.md b/blog/posts/mastodon-tutorial-privacy-and-security.md index 1ed08d2e..0803bbbc 100644 --- a/blog/posts/mastodon-tutorial-privacy-and-security.md +++ b/blog/posts/mastodon-tutorial-privacy-and-security.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-07-22T20:00:00Z categories: diff --git a/blog/posts/privacy-is-like-broccoli.md b/blog/posts/privacy-is-like-broccoli.md index 9ff15f9b..349149c4 100644 --- a/blog/posts/privacy-is-like-broccoli.md +++ b/blog/posts/privacy-is-like-broccoli.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-07-24T18:20:00Z categories: diff --git a/blog/posts/privacy-is-not-dead.md b/blog/posts/privacy-is-not-dead.md index 5177aef0..f1dd32e6 100644 --- a/blog/posts/privacy-is-not-dead.md +++ b/blog/posts/privacy-is-not-dead.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-02-17T20:00:00Z categories: diff --git a/blog/posts/privacy-means-safety.md b/blog/posts/privacy-means-safety.md index 1fd26c8a..2b93fc00 100644 --- a/blog/posts/privacy-means-safety.md +++ b/blog/posts/privacy-means-safety.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-25T20:30:00Z categories: @@ -222,4 +225,4 @@ If you or someone you know is in one of the situations described above, these ad --- -**Correction (Mar. 27):** This article was updated to correct a typo in a date. The previous version wrongly described the arrest of a French climate activist happening in 2012, when these events actually happened in 2021. +**Correction (Mar. 27):** This article was updated to correct a typo in a date. The previous version wrongly described the arrest of a French climate activist happening in 2012, when these events actually happened in 2021. diff --git a/blog/posts/privacy-pass.md b/blog/posts/privacy-pass.md index b15acae0..166033f9 100644 --- a/blog/posts/privacy-pass.md +++ b/blog/posts/privacy-pass.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-04-21T17:30:00Z categories: @@ -7,7 +10,6 @@ authors: - fria tags: - Privacy Pass -license: BY-SA schema_type: BackgroundNewsArticle description: | Privacy Pass is a new way to privately authenticate with a service. Let's look at how it could change the way we use services. diff --git a/blog/posts/queer-dating-apps-beware-who-you-trust.md b/blog/posts/queer-dating-apps-beware-who-you-trust.md index 3556187d..4b2a7e9e 100644 --- a/blog/posts/queer-dating-apps-beware-who-you-trust.md +++ b/blog/posts/queer-dating-apps-beware-who-you-trust.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-06-24T21:00:00Z categories: diff --git a/blog/posts/sam-altman-wants-your-eyeball.md b/blog/posts/sam-altman-wants-your-eyeball.md index c2e61915..4c7cc9dd 100644 --- a/blog/posts/sam-altman-wants-your-eyeball.md +++ b/blog/posts/sam-altman-wants-your-eyeball.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-05-10T15:00:00Z updated: 2025-05-10T15:45:00Z diff --git a/blog/posts/stay-safe-but-stay-connected.md b/blog/posts/stay-safe-but-stay-connected.md index 5ea98ed2..6b4fbfc0 100644 --- a/blog/posts/stay-safe-but-stay-connected.md +++ b/blog/posts/stay-safe-but-stay-connected.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-06-10T17:00:00Z categories: diff --git a/blog/posts/the-future-of-privacy.md b/blog/posts/the-future-of-privacy.md index 19b9a8ae..dd978c1a 100644 --- a/blog/posts/the-future-of-privacy.md +++ b/blog/posts/the-future-of-privacy.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-02-03T19:00:00Z categories: diff --git a/blog/posts/the-privacy-of-others.md b/blog/posts/the-privacy-of-others.md index 1205b7d1..dab85f2c 100644 --- a/blog/posts/the-privacy-of-others.md +++ b/blog/posts/the-privacy-of-others.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-10T20:00:00Z categories: diff --git a/blog/posts/toward-a-passwordless-future.md b/blog/posts/toward-a-passwordless-future.md index 1b7f7336..139528b7 100644 --- a/blog/posts/toward-a-passwordless-future.md +++ b/blog/posts/toward-a-passwordless-future.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-08T11:00:00Z categories: diff --git a/blog/posts/uk-forced-apple-to-remove-adp.md b/blog/posts/uk-forced-apple-to-remove-adp.md index a42d53b9..a7483074 100644 --- a/blog/posts/uk-forced-apple-to-remove-adp.md +++ b/blog/posts/uk-forced-apple-to-remove-adp.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-02-28T17:30:00Z categories: diff --git a/blog/posts/you-can-say-no.md b/blog/posts/you-can-say-no.md index eb6cc7ac..9669794d 100644 --- a/blog/posts/you-can-say-no.md +++ b/blog/posts/you-can-say-no.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-06-17T18:00:00Z categories: diff --git a/blog/posts/your-online-life-is-irl.md b/blog/posts/your-online-life-is-irl.md index a3e0fe55..528921e8 100644 --- a/blog/posts/your-online-life-is-irl.md +++ b/blog/posts/your-online-life-is-irl.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-05-16T16:00:00Z categories: diff --git a/blog/posts/yubikey-reset-and-backup.md b/blog/posts/yubikey-reset-and-backup.md index d0396ab2..4a8a4756 100644 --- a/blog/posts/yubikey-reset-and-backup.md +++ b/blog/posts/yubikey-reset-and-backup.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Privacy Guides +# +# SPDX-License-Identifier: CC-BY-SA-4.0 date: created: 2025-03-06T22:00:00Z categories: diff --git a/crowdin.yml b/crowdin.yml index d99cd9ed..073000e5 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2023 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT #checkov:skip=CKV_SECRET_6:obviously a variable name and not a secret api_token_env: CROWDIN_PERSONAL_TOKEN diff --git a/docs/CODE_OF_CONDUCT.md b/docs/CODE_OF_CONDUCT.md index a2074693..4faca44d 100644 --- a/docs/CODE_OF_CONDUCT.md +++ b/docs/CODE_OF_CONDUCT.md @@ -1,3 +1,9 @@ + + # Community Code of Conduct **We pledge** to make our community a harassment-free experience for everyone. diff --git a/generate-members.py b/generate-members.py index 6fbe6577..aed417c5 100644 --- a/generate-members.py +++ b/generate-members.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + import requests import os diff --git a/generate-topics.sh b/generate-topics.sh index 38423c20..5cf38898 100755 --- a/generate-topics.sh +++ b/generate-topics.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + DATE_CMD="date" # Check if the script is running on macOS diff --git a/includes/abbreviations.en.txt b/includes/abbreviations.en.txt index de1c9c55..20461c74 100644 --- a/includes/abbreviations.en.txt +++ b/includes/abbreviations.en.txt @@ -1,3 +1,15 @@ + + *[2FA]: 2-Factor Authentication *[ADB]: Android Debug Bridge *[AOSP]: Android Open Source Project diff --git a/mkdocs.blog.yml b/mkdocs.blog.yml index ee6f0869..582f4741 100644 --- a/mkdocs.blog.yml +++ b/mkdocs.blog.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT docs_dir: "blog" site_url: "https://www.privacyguides.org/articles/" diff --git a/mkdocs.insiders.yml b/mkdocs.insiders.yml index 65525b5a..d3dccd1b 100644 --- a/mkdocs.insiders.yml +++ b/mkdocs.insiders.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT + INHERIT: mkdocs.yml watch: diff --git a/mkdocs.videos.yml b/mkdocs.videos.yml index 3627d989..f9955387 100644 --- a/mkdocs.videos.yml +++ b/mkdocs.videos.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT docs_dir: "videos" site_url: "https://www.privacyguides.org/videos/" diff --git a/mkdocs.yml b/mkdocs.yml index 28114f4f..cdfcb59d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,22 +1,6 @@ -# Copyright (c) 2022-2024 Jonah Aragon - -# 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 the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: - -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. - -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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. +# SPDX-FileCopyrightText: 2022 Jonah Aragon +# +# SPDX-License-Identifier: MIT docs_dir: !ENV [BUILD_DOCS_DIR, "docs"] site_url: !ENV [BUILD_SITE_URL, "https://www.privacyguides.org/en/"] diff --git a/run.sh b/run.sh index d24f3690..bf85ea1a 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,9 @@ #!/bin/bash +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + # Add --help output if [ "$1" == "--help" ]; then echo "Usage: ./run.sh [options]" diff --git a/theme/assets/files/meta/browserconfig.xml b/theme/assets/files/meta/browserconfig.xml index 0fad9b38..bc6f45f4 100644 --- a/theme/assets/files/meta/browserconfig.xml +++ b/theme/assets/files/meta/browserconfig.xml @@ -1,4 +1,11 @@ + + + diff --git a/theme/assets/files/meta/site.webmanifest.license b/theme/assets/files/meta/site.webmanifest.license new file mode 100644 index 00000000..ff9009f9 --- /dev/null +++ b/theme/assets/files/meta/site.webmanifest.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: 2020 Jonah Aragon + +SPDX-License-Identifier: MIT diff --git a/theme/assets/javascripts/feedback.js b/theme/assets/javascripts/feedback.js index ba968b0c..e8d09a56 100644 --- a/theme/assets/javascripts/feedback.js +++ b/theme/assets/javascripts/feedback.js @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Jonah Aragon +// +// SPDX-License-Identifier: MIT + var feedback = document.forms.feedback feedback.hidden = false diff --git a/theme/assets/javascripts/randomize-element.js b/theme/assets/javascripts/randomize-element.js index 44b25968..0fa7bf08 100644 --- a/theme/assets/javascripts/randomize-element.js +++ b/theme/assets/javascripts/randomize-element.js @@ -1,27 +1,6 @@ -/** - * @overview Randomizes the order of an HTML element's children. - * @author Jonah Aragon - * @license - * Copyright (c) 2024 Jonah Aragon - * - * 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 the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: - * - * The above copyright notice and this permission notice shall be included in all - * copies or substantial portions of the Software. - * - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - * 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. - */ +// SPDX-FileCopyrightText: 2024 Jonah Aragon +// +// SPDX-License-Identifier: MIT // Fetch global data from meta tag let globalData = document.querySelector("#global-data"); diff --git a/theme/assets/stylesheets/extra.css b/theme/assets/stylesheets/extra.css index ed15da61..857cfc4a 100644 --- a/theme/assets/stylesheets/extra.css +++ b/theme/assets/stylesheets/extra.css @@ -1,24 +1,8 @@ /* -/// Copyright (c) 2022-2024 Jonah Aragon -/// -/// 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 the Software without restriction, including without limitation -/// the rights to use, copy, modify, merge, publish, distribute, sublicense, -/// and/or sell copies of the Software, and to permit persons to whom the -/// Software is furnished to do so, subject to the following conditions: -/// -/// The above copyright notice and this permission notice shall be included in -/// all copies or substantial portions of the Software. -/// -/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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 -*/ + * SPDX-FileCopyrightText: 2022 Jonah Aragon + * + * SPDX-License-Identifier: MIT + */ @font-face { font-family: 'Bagnard'; diff --git a/theme/assets/stylesheets/home.css b/theme/assets/stylesheets/home.css index f91f1e43..063fbed1 100644 --- a/theme/assets/stylesheets/home.css +++ b/theme/assets/stylesheets/home.css @@ -1,25 +1,9 @@ /* -/// Copyright (c) 2016-2022 Martin Donath -/// Copyright (c) 2022-2024 Jonah Aragon -/// -/// 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 the Software without restriction, including without limitation -/// the rights to use, copy, modify, merge, publish, distribute, sublicense, -/// and/or sell copies of the Software, and to permit persons to whom the -/// Software is furnished to do so, subject to the following conditions: -/// -/// The above copyright notice and this permission notice shall be included in -/// all copies or substantial portions of the Software. -/// -/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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 -*/ + * SPDX-FileCopyrightText: 2016 Martin Donath + * SPDX-FileCopyrightText: 2022 Jonah Aragon + * + * SPDX-License-Identifier: MIT OR LicenseRef-MIT-mkdocs-material + */ /* Homepage hero section */ .mdx-container { diff --git a/theme/assets/stylesheets/lang-he.css b/theme/assets/stylesheets/lang-he.css index 6b89367a..c6012f54 100644 --- a/theme/assets/stylesheets/lang-he.css +++ b/theme/assets/stylesheets/lang-he.css @@ -1,24 +1,8 @@ /* -/// Copyright (c) 2023 Jonah Aragon -/// -/// 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 the Software without restriction, including without limitation -/// the rights to use, copy, modify, merge, publish, distribute, sublicense, -/// and/or sell copies of the Software, and to permit persons to whom the -/// Software is furnished to do so, subject to the following conditions: -/// -/// The above copyright notice and this permission notice shall be included in -/// all copies or substantial portions of the Software. -/// -/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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 -*/ + * SPDX-FileCopyrightText: 2023 Jonah Aragon + * + * SPDX-License-Identifier: MIT + */ /* hebrew */ @font-face { diff --git a/theme/assets/stylesheets/lang-ru.css b/theme/assets/stylesheets/lang-ru.css index ef984c29..3088a141 100644 --- a/theme/assets/stylesheets/lang-ru.css +++ b/theme/assets/stylesheets/lang-ru.css @@ -1,24 +1,8 @@ /* -/// Copyright (c) 2023 Jonah Aragon -/// -/// 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 the Software without restriction, including without limitation -/// the rights to use, copy, modify, merge, publish, distribute, sublicense, -/// and/or sell copies of the Software, and to permit persons to whom the -/// Software is furnished to do so, subject to the following conditions: -/// -/// The above copyright notice and this permission notice shall be included in -/// all copies or substantial portions of the Software. -/// -/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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 -*/ + * SPDX-FileCopyrightText: 2023 Jonah Aragon + * + * SPDX-License-Identifier: MIT + */ /* cyrillic */ @font-face { diff --git a/theme/assets/stylesheets/lang-zh-Hant.css b/theme/assets/stylesheets/lang-zh-Hant.css index fd78bb57..9296dcac 100644 --- a/theme/assets/stylesheets/lang-zh-Hant.css +++ b/theme/assets/stylesheets/lang-zh-Hant.css @@ -1,24 +1,8 @@ /* -/// Copyright (c) 2023 Jonah Aragon -/// -/// 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 the Software without restriction, including without limitation -/// the rights to use, copy, modify, merge, publish, distribute, sublicense, -/// and/or sell copies of the Software, and to permit persons to whom the -/// Software is furnished to do so, subject to the following conditions: -/// -/// The above copyright notice and this permission notice shall be included in -/// all copies or substantial portions of the Software. -/// -/// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -/// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -/// FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 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 -*/ + * SPDX-FileCopyrightText: 2023 Jonah Aragon + * + * SPDX-License-Identifier: MIT + */ /* chinese-traditional */ @font-face { diff --git a/theme/blog-post.html b/theme/blog-post.html index 71dfde67..1a6f80cc 100644 --- a/theme/blog-post.html +++ b/theme/blog-post.html @@ -1,24 +1,8 @@ {% extends "main.html" %} diff --git a/theme/home.html b/theme/home.html index b42e782a..f8621dae 100644 --- a/theme/home.html +++ b/theme/home.html @@ -1,24 +1,8 @@ {% extends "main.html" %} {% set homepage = config.extra.privacy_guides.homepage %} diff --git a/theme/layouts/blog.yml b/theme/layouts/blog.yml index 68eb52b4..f03f945c 100644 --- a/theme/layouts/blog.yml +++ b/theme/layouts/blog.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Jonah Aragon +# +# SPDX-License-Identifier: MIT + definitions: - &site_name >- {{ config.site_name }} diff --git a/theme/layouts/home.yml b/theme/layouts/home.yml index ab2223fa..e268004e 100644 --- a/theme/layouts/home.yml +++ b/theme/layouts/home.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT + definitions: - &background_color >- #FFD06F diff --git a/theme/layouts/page.yml b/theme/layouts/page.yml index 1bee1429..f7763064 100644 --- a/theme/layouts/page.yml +++ b/theme/layouts/page.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT + definitions: - &background_image >- {%- if page.meta.cover -%} diff --git a/theme/layouts/pride.yml b/theme/layouts/pride.yml index 461c0140..e6b4db53 100644 --- a/theme/layouts/pride.yml +++ b/theme/layouts/pride.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2023 Jonah Aragon +# +# SPDX-License-Identifier: MIT + definitions: - &background_image >- {%- if page.meta.cover -%} diff --git a/theme/layouts/video.yml b/theme/layouts/video.yml index 90ef6cab..dd5e75e6 100644 --- a/theme/layouts/video.yml +++ b/theme/layouts/video.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + definitions: - &site_name >- {{ config.site_name }} diff --git a/theme/main.html b/theme/main.html index f3090eee..0b95e188 100644 --- a/theme/main.html +++ b/theme/main.html @@ -1,24 +1,8 @@ {% extends "base.html" %} {% block site_meta %} diff --git a/theme/partials/alternate.html b/theme/partials/alternate.html index 91b2afea..038369c7 100644 --- a/theme/partials/alternate.html +++ b/theme/partials/alternate.html @@ -1,24 +1,8 @@ diff --git a/theme/partials/content.html b/theme/partials/content.html index 6dc85d93..f610f30f 100644 --- a/theme/partials/content.html +++ b/theme/partials/content.html @@ -1,25 +1,8 @@ {% if page and page.meta and page.meta.cover %} diff --git a/theme/partials/copyright.html b/theme/partials/copyright.html index f869f893..abdf9589 100644 --- a/theme/partials/copyright.html +++ b/theme/partials/copyright.html @@ -1,23 +1,7 @@ {% set copyright = config.extra.privacy_guides.footer %} diff --git a/theme/partials/donate.html b/theme/partials/donate.html index 45548fc8..d32ce718 100644 --- a/theme/partials/donate.html +++ b/theme/partials/donate.html @@ -1,3 +1,9 @@ + +
{% set icon = "material/heart" %} diff --git a/theme/partials/header.html b/theme/partials/header.html index e2da3d2d..5615fb37 100644 --- a/theme/partials/header.html +++ b/theme/partials/header.html @@ -1,24 +1,8 @@ {% macro notice() %}{% if config.extra.offline %} diff --git a/theme/partials/logo.html b/theme/partials/logo.html index 760fa4a3..7a23d9a3 100644 --- a/theme/partials/logo.html +++ b/theme/partials/logo.html @@ -1,23 +1,7 @@ diff --git a/theme/partials/path.html b/theme/partials/path.html index c8ac1b5b..ed0c6165 100644 --- a/theme/partials/path.html +++ b/theme/partials/path.html @@ -1,24 +1,8 @@ {% import "partials/path-item.html" as item with context %} diff --git a/theme/partials/source-file.html b/theme/partials/source-file.html index ff9cd460..b4c5f6d9 100644 --- a/theme/partials/source-file.html +++ b/theme/partials/source-file.html @@ -1,24 +1,8 @@ diff --git a/theme/partials/video.html b/theme/partials/video.html index c24880ee..4fc3f200 100644 --- a/theme/partials/video.html +++ b/theme/partials/video.html @@ -1,3 +1,9 @@ + +
diff --git a/theme/review-article.html b/theme/review-article.html index 3d33e2f2..313ec943 100644 --- a/theme/review-article.html +++ b/theme/review-article.html @@ -1,23 +1,8 @@ {% extends "blog-post.html" %} diff --git a/theme/video-post.html b/theme/video-post.html index 50e6e332..6e62a74a 100644 --- a/theme/video-post.html +++ b/theme/video-post.html @@ -1,24 +1,8 @@ {% extends "main.html" %} diff --git a/theme/video.html b/theme/video.html index 12003212..9c4d7d06 100644 --- a/theme/video.html +++ b/theme/video.html @@ -1,3 +1,9 @@ + + {% extends "main.html" %} diff --git a/videos/index.md b/videos/index.md index 892caa85..f0f30c21 100644 --- a/videos/index.md +++ b/videos/index.md @@ -1,4 +1,7 @@ --- +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT description: >- This is our home for the latest video content from the Privacy Guides team. Be sure you are subscribed to find out about our latest uploads, and share these videos with your family and friends if you find them helpful! template: video.html diff --git a/videos/posts/.meta.yml b/videos/posts/.meta.yml index f394e5a2..2a12da39 100644 --- a/videos/posts/.meta.yml +++ b/videos/posts/.meta.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2025 Jonah Aragon +# +# SPDX-License-Identifier: MIT + template: video-post.html hide: - toc