Compare commits
No commits in common. "6d8ec6a54a3a40b99dcd9857ac8923e3f0fbf0b1" and "088066197f60f59ed38b918cd6a9d0efe2ffd564" have entirely different histories.
6d8ec6a54a
...
088066197f
8
.github/workflows/reuse-check.yml
vendored
8
.github/workflows/reuse-check.yml
vendored
@ -7,11 +7,9 @@ name: REUSE Compliance Check
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
reuse-compliance-check:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: REUSE Compliance Check
|
- name: REUSE Compliance Check
|
||||||
uses: fsfe/reuse-action@v5
|
uses: fsfe/reuse-action@v2
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- qt_ver: '6.8.2'
|
- qt_ver: '6.8.1'
|
||||||
vs: '2022'
|
vs: '2022'
|
||||||
aqt_arch: 'win64_msvc2022_64'
|
aqt_arch: 'win64_msvc2022_64'
|
||||||
msvc_arch: 'x64'
|
msvc_arch: 'x64'
|
||||||
@ -44,7 +44,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- qt_ver: '6.8.2'
|
- qt_ver: '6.8.1'
|
||||||
vs: '2022'
|
vs: '2022'
|
||||||
aqt_arch: 'win64_msvc2022_64'
|
aqt_arch: 'win64_msvc2022_64'
|
||||||
msvc_arch: 'x64'
|
msvc_arch: 'x64'
|
||||||
|
28
.reuse/dep5
Normal file
28
.reuse/dep5
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: Pineapple Pictures
|
||||||
|
Source: https://github.com/BLumia/pineapple-pictures
|
||||||
|
|
||||||
|
# Config files
|
||||||
|
Files: .gitignore appveyor.yml .github/*
|
||||||
|
Copyright: None
|
||||||
|
License: CC0-1.0
|
||||||
|
|
||||||
|
# README, resource files and Metadata files
|
||||||
|
Files: README*.md NEWS assets/*.rc assets/*.qrc dist/*
|
||||||
|
Copyright: None
|
||||||
|
License: CC0-1.0
|
||||||
|
|
||||||
|
# Translation files
|
||||||
|
# See assets/plain/translators.html for a list of translators
|
||||||
|
Files: app/translations/*.ts assets/plain/translators.html
|
||||||
|
Copyright: Translators from hosted.weblate.org
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
# Assets
|
||||||
|
Files: assets/icons/*.svg
|
||||||
|
Copyright: 2022 Gary Wang
|
||||||
|
License: MIT
|
||||||
|
|
||||||
|
Files: assets/icons/app-icon.*
|
||||||
|
Copyright: 2020 Lovelyblack
|
||||||
|
License: MIT
|
33
REUSE.toml
33
REUSE.toml
@ -1,33 +0,0 @@
|
|||||||
version = 1
|
|
||||||
SPDX-PackageName = "Pineapple Pictures"
|
|
||||||
SPDX-PackageDownloadLocation = "https://github.com/BLumia/pineapple-pictures"
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = [".gitignore", "appveyor.yml", ".github/**"]
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "None"
|
|
||||||
SPDX-License-Identifier = "CC0-1.0"
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = ["README**.md", "NEWS", "assets/**.rc", "assets/**.qrc", "dist/**"]
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "None"
|
|
||||||
SPDX-License-Identifier = "CC0-1.0"
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = ["app/translations/**.ts", "assets/plain/translators.html"]
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "Translators from hosted.weblate.org"
|
|
||||||
SPDX-License-Identifier = "MIT"
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = "assets/icons/**.svg"
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "2022 Gary Wang"
|
|
||||||
SPDX-License-Identifier = "MIT"
|
|
||||||
|
|
||||||
[[annotations]]
|
|
||||||
path = "assets/icons/app-icon.**"
|
|
||||||
precedence = "aggregate"
|
|
||||||
SPDX-FileCopyrightText = "2020 Lovelyblack"
|
|
||||||
SPDX-License-Identifier = "MIT"
|
|
Loading…
Reference in New Issue
Block a user