License headers

This commit is contained in:
Lance R. Vick 2024-01-24 16:58:46 -08:00 committed by Kevin Nause
parent 4d95de08a0
commit 6074e77186
3 changed files with 10 additions and 1 deletions

View file

@ -1,2 +1,6 @@
*
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
#
# SPDX-License-Identifier: GPL-3.0-or-later
!target

View file

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
#
# SPDX-License-Identifier: GPL-3.0-or-later
FROM scratch as build
ADD target/ /
RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]

View file

@ -13,6 +13,7 @@ you can run bootstap inside chroot.
# SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
# SPDX-FileCopyrightText: 2021-23 Samuel Tyler <samuel@samuelt.me>
# SPDX-FileCopyrightText: 2023-24 Gábor Stefanik <netrolller.3d@gmail.com>
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
import argparse
import os