add licenses

This commit is contained in:
MaxHearnden 2023-11-28 05:01:22 +00:00
parent 3ef06654b7
commit fd1aa8f042
2 changed files with 7 additions and 0 deletions

View file

@ -1,5 +1,8 @@
#!/bin/sh
# SPDX-FileCopyrightText: 2023 Max Hearnden <max@hearnden.org.uk>
# SPDX-License-Identifier: GPL-3.0-or-later
set -ex
PATH=./${ARCH_DIR}/bin

View file

@ -1,3 +1,7 @@
/* SPDX-FileCopyrightText: 2023 Max Hearnden <max@hearnden.org.uk> */
/* SPDX-License-Identifier: GPL-3.0-or-later */
#define CLONE_NEWUSER 0x10000000
#define CLONE_NEWNS 0x00020000
#define MS_BIND 4096