From 6074e77186a7be1e4893a9e9d4393b877e30a05b 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 8a028bd4..a4eb2236 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 Samuel Tyler # SPDX-FileCopyrightText: 2023-24 Gábor Stefanik +# SPDX-FileCopyrightText: 2024 Lance Vick import argparse import os