From 67b726d29424dbae8b2dae350b2c4652bc4f97d4 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Fri, 22 Mar 2024 17:22:53 -0300 Subject: [PATCH] fix: Use proper REUSE Specification --- .gitlab-ci.yml | 3 +++ README.md | 2 +- dist/icns_generator.sh | 6 +++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3963969db6..bae87cf8cb 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2024 suyu Emulator Project +# SPDX-License-Identifier: GPL-3.0-or-later + stages: - format - build diff --git a/README.md b/README.md index eeb0acf0a3..bb124dd621 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ **Note**: We do not support or condone piracy in any form. In order to use suyu, you'll need keys from your real Switch system, and games which you have legally obtained and paid for. We do not intend to make money or profit from this project. diff --git a/dist/icns_generator.sh b/dist/icns_generator.sh index 3723483754..acd0122e68 100755 --- a/dist/icns_generator.sh +++ b/dist/icns_generator.sh @@ -1,5 +1,9 @@ #!/bin/bash -# icns_generator.sh GNU GPLv3 License + +# SPDX-FileCopyrightText: 2024 suyu Emulator Project +# SPDX-License-Identifier: GPL-3.0-or-later + +# icns_generator.sh # Run this script when a new logo is made and the svg file inside. # You should install Imagemagick to make the conversions: $brew install imagemagick