diff options
| author | 2022-07-27 13:00:59 -0400 | |
|---|---|---|
| committer | 2022-07-27 13:00:59 -0400 | |
| commit | 1779795d817f575ad48469d782b671ae7104bd19 (patch) | |
| tree | 66af975c5f64fa6611e90ba89ee9fc9d277f53f6 /.github | |
| parent | Merge pull request #8652 from lat9nq/ffmpeg-gh (diff) | |
| parent | ci: add reuse job (diff) | |
| download | yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.gz yuzu-1779795d817f575ad48469d782b671ae7104bd19.tar.xz yuzu-1779795d817f575ad48469d782b671ae7104bd19.zip | |
Merge pull request #8338 from Tachi107/spdx-fixes
chore: make yuzu REUSE compliant
Diffstat (limited to '.github')
| -rw-r--r-- | .github/FUNDING.yml | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report-feature-request.md | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/ci.yml | 9 | ||||
| -rw-r--r-- | .github/workflows/verify.yml | 3 |
5 files changed, 23 insertions, 0 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 11bd525ad..ef03a1fc5 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2019 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | # These are supported funding model platforms | 4 | # These are supported funding model platforms |
| 2 | 5 | ||
| 3 | patreon: yuzuteam | 6 | patreon: yuzuteam |
diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md index 5706243bb..93370eaca 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | <!-- | ||
| 2 | SPDX-FileCopyrightText: 2016 MerryMage | ||
| 3 | SPDX-License-Identifier: GPL-2.0-or-later | ||
| 4 | --> | ||
| 5 | |||
| 1 | --- | 6 | --- |
| 2 | name: Bug Report / Feature Request | 7 | name: Bug Report / Feature Request |
| 3 | about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better. | 8 | about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with yuzu or you are requesting a feature you believe would make yuzu better. |
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 52faafad3..8eed3b7c2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2020 tgsm <doodrabbit@hotmail.com> | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | blank_issues_enabled: false | 4 | blank_issues_enabled: false |
| 2 | contact_links: | 5 | contact_links: |
| 3 | - name: yuzu Discord | 6 | - name: yuzu Discord |
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ec7e3c69..04f4bb9f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2021 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 1 | name: yuzu-ci | 4 | name: yuzu-ci |
| 2 | 5 | ||
| 3 | on: | 6 | on: |
| @@ -21,3 +24,9 @@ jobs: | |||
| 21 | run: ./.ci/scripts/transifex/docker.sh | 24 | run: ./.ci/scripts/transifex/docker.sh |
| 22 | env: | 25 | env: |
| 23 | TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} | 26 | TRANSIFEX_API_TOKEN: ${{ secrets.TRANSIFEX_API_TOKEN }} |
| 27 | |||
| 28 | reuse: | ||
| 29 | runs-on: ubuntu-latest | ||
| 30 | steps: | ||
| 31 | - uses: actions/checkout@v3 | ||
| 32 | - uses: fsfe/reuse-action@v1 | ||
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 887220441..18cefe325 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2022 yuzu Emulator Project | ||
| 2 | # SPDX-License-Identifier: GPL-3.0-or-later | ||
| 3 | |||
| 1 | name: 'yuzu verify' | 4 | name: 'yuzu verify' |
| 2 | 5 | ||
| 3 | on: | 6 | on: |