1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-29 22:29:21 +00:00

refactor: Add license information to files (#3093)

This commit is contained in:
2025-08-12 01:55:49 -05:00
parent 071943afa5
commit 7f3839630f
125 changed files with 1095 additions and 1222 deletions

16
.github/workflows/reuse.yml vendored Normal file
View File

@@ -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