mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-23 10:19:05 +00:00
license
This commit is contained in:
Regular → Executable
+3
@@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
|
|
||||||
|
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
WORK_DIR="$PWD"
|
WORK_DIR="$PWD"
|
||||||
if [ -z "$NPROC" ]; then
|
if [ -z "$NPROC" ]; then
|
||||||
NPROC="$(nproc)"
|
NPROC="$(nproc)"
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
# SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
# This file is part of the ios-cmake project. It was retrieved from
|
# This file is part of the ios-cmake project. It was retrieved from
|
||||||
# https://github.com/leetal/ios-cmake.git, which is a fork of
|
# https://github.com/leetal/ios-cmake.git, which is a fork of
|
||||||
# https://github.com/gerstrong/ios-cmake.git, which is a fork of
|
# https://github.com/gerstrong/ios-cmake.git, which is a fork of
|
||||||
|
|||||||
Reference in New Issue
Block a user