Browse Source
fix license headers
Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter
6 months ago
No known key found for this signature in database
GPG Key ID: A5A7629F109C8FD1
4 changed files with
18 additions and
9 deletions
-
.ci/license-header.sh
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/features/settings/model/IntSetting.kt
-
src/core/core_timing.cpp
-
src/yuzu/configuration/configure_cpu.cpp
|
|
|
@ -70,16 +70,16 @@ if [ "$FIX" = "true" ]; then |
|
|
|
done |
|
|
|
|
|
|
|
echo "License headers fixed." |
|
|
|
fi |
|
|
|
|
|
|
|
if [ "$COMMIT" = "true" ]; then |
|
|
|
echo |
|
|
|
echo "COMMIT set to true. Committing changes." |
|
|
|
echo |
|
|
|
if [ "$COMMIT" = "true" ]; then |
|
|
|
echo |
|
|
|
echo "COMMIT set to true. Committing changes." |
|
|
|
echo |
|
|
|
|
|
|
|
git commit -m "Fix license headers" |
|
|
|
git commit -m "Fix license headers" |
|
|
|
|
|
|
|
echo "Changes committed. You may now push." |
|
|
|
echo "Changes committed. You may now push." |
|
|
|
fi |
|
|
|
else |
|
|
|
exit 1 |
|
|
|
fi |
|
|
|
|
|
|
|
exit |
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project |
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project |
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later |
|
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|
|
|
|
@ -1,3 +1,6 @@ |
|
|
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project
|
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
|
|
|
|