Browse Source
[meta] add missing license headers for some .cmake/.sh (#2878 )
Mainly so doing `UPDATE=1 .ci/license-header.sh` doesnt just spam them everytime (I have like a copy of them on almost every stash ever since haha)
Signed-off-by: lizzie <lizzie@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2878
Reviewed-by: crueter <crueter@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
pull/2856/head
lizzie
2 months ago
committed by
crueter
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
5 changed files with
15 additions and
0 deletions
CMakeModules/Findzstd.cmake
tools/generate-legacy-icons.sh
tools/translations/lupdate.sh
tools/translations/qt-source.sh
tools/translations/update-translations.sh
@ -1,3 +1,6 @@
# S P D X - F i l e C o p y r i g h t T e x t : C o p y r i g h t 2 0 2 5 E d e n E m u l a t o r P r o j e c t
# S P D X - L i c e n s e - I d e n t i f i e r : G P L - 3 . 0 - o r - l a t e r
# S P D X - F i l e C o p y r i g h t T e x t : 2 0 2 2 y u z u E m u l a t o r P r o j e c t
# S P D X - F i l e C o p y r i g h t T e x t : 2 0 2 2 y u z u E m u l a t o r P r o j e c t
# S P D X - L i c e n s e - I d e n t i f i e r : G P L - 2 . 0 - o r - l a t e r
# S P D X - L i c e n s e - I d e n t i f i e r : G P L - 2 . 0 - o r - l a t e r
@ -1,5 +1,8 @@
#!/bin/sh -e
#!/bin/sh -e
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
# Generate SDK <26 icons for android
# Generate SDK <26 icons for android
# requires imagemagick, inkscape
# requires imagemagick, inkscape
@ -1,5 +1,8 @@
#!/bin/sh
#!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
for i in dist/languages/*.ts; do
for i in dist/languages/*.ts; do
SRC = en_US
SRC = en_US
TARGET = ` head -n1 $i | awk -F 'language="' '{split($2, a, "\""); print a[1]}' `
TARGET = ` head -n1 $i | awk -F 'language="' '{split($2, a, "\""); print a[1]}' `
@ -1,5 +1,8 @@
#!/bin/sh
#!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
SRC = en_US
SRC = en_US
TARGET = en_US
TARGET = en_US
@ -1,5 +1,8 @@
#!/bin/sh
#!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
command -v tx-cli && COMMAND = tx-cli
command -v tx-cli && COMMAND = tx-cli
command -v tx && COMMAND = tx
command -v tx && COMMAND = tx