Skip to content

Commit 58bda66

Browse files
thrimborRyzee119
authored andcommitted
build: Add license info to scripts
1 parent 83dfeda commit 58bda66

File tree

10 files changed

+43
-0
lines changed

10 files changed

+43
-0
lines changed

.ci_build_samples.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/sh
2+
3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2018-2021 Stefan Schmidt
6+
# SPDX-FileCopyrightText: 2021 Margen67
7+
28
set -e
39

410
eval $(./bin/activate -s)

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-License-Identifier: CC0-1.0
2+
3+
# SPDX-FileCopyrightText: 2020-2022 Stefan Schmidt
4+
15
FROM ghcr.io/xboxdev/nxdk-buildbase:git-2c3115b1 AS builder
26

37
COPY ./ /usr/src/nxdk/

bin/activate

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021-2022 Stefan Schmidt
6+
# SPDX-FileCopyrightText: 2021 Mike Davis
7+
38
readlink_cmd="readlink"
49

510
if [ $(uname -s) = 'Darwin' ]; then

bin/nxdk-as

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021 Stefan Schmidt
6+
37
clang \
48
-target i386-pc-win32 \
59
-march=pentium3 \

bin/nxdk-cc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021-2022 Stefan Schmidt
6+
37
clang \
48
-target i386-pc-win32 \
59
-march=pentium3 \

bin/nxdk-cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021 Stefan Schmidt
6+
37
cmake \
48
-DCMAKE_TOOLCHAIN_FILE=$NXDK_DIR/share/toolchain-nxdk.cmake \
59
"$@"

bin/nxdk-cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021-2022 Stefan Schmidt
6+
37
clang \
48
-target i386-pc-win32 \
59
-march=pentium3 \

bin/nxdk-lib

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021 Stefan Schmidt
6+
37
llvm-lib \
48
"$@"

bin/nxdk-link

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021 Stefan Schmidt
6+
37
lld -flavor link \
48
-subsystem:windows \
59
-fixed \

bin/nxdk-pkg-config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# SPDX-License-Identifier: CC0-1.0
4+
5+
# SPDX-FileCopyrightText: 2021 Stefan Schmidt
6+
37
export PKG_CONFIG_DIR=""
48
export PKG_CONFIG_PATH=""
59
export PKG_CONFIG_SYSROOT_DIR=""

0 commit comments

Comments
 (0)