From 2408b8e6418008568134d7b1c8c334cf226fc216 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Wed, 24 Jan 2024 16:58:46 -0800 Subject: [PATCH] License headers --- .dockerignore | 6 +++++- Dockerfile | 4 ++++ rootfs.py | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index 50365994..69dc4014 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,6 @@ -* +# SPDX-FileCopyrightText: 2024 Lance Vick +# +# SPDX-License-Identifier: GPL-3.0-or-later + + !target diff --git a/Dockerfile b/Dockerfile index 1d47d90f..4742fdba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Lance Vick +# +# SPDX-License-Identifier: GPL-3.0-or-later + FROM scratch as build ADD target/ / RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"] diff --git a/rootfs.py b/rootfs.py index 42d624e3..fc910835 100755 --- a/rootfs.py +++ b/rootfs.py @@ -13,6 +13,7 @@ you can run bootstap inside chroot. # SPDX-FileCopyrightText: 2021 Melg Eight # SPDX-FileCopyrightText: 2021-23 fosslinux # SPDX-FileCopyrightText: 2023-24 Gábor Stefanik +# SPDX-FileCopyrightText: 2024 Lance Vick import argparse import os