Skip to content

Commit 2408b8e

Browse files
committed
License headers
1 parent fc1dcac commit 2408b8e

3 files changed

Lines changed: 10 additions & 1 deletion

File tree

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
*
1+
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
5+
26
!target

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
2+
#
3+
# SPDX-License-Identifier: GPL-3.0-or-later
4+
15
FROM scratch as build
26
ADD target/ /
37
RUN ["/bootstrap-seeds/POSIX/x86/kaem-optional-seed"]

rootfs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# SPDX-FileCopyrightText: 2021 Melg Eight <public.melg8@gmail.com>
1414
# SPDX-FileCopyrightText: 2021-23 fosslinux <fosslinux@aussies.space>
1515
# SPDX-FileCopyrightText: 2023-24 Gábor Stefanik <netrolller.3d@gmail.com>
16+
# SPDX-FileCopyrightText: 2024 Lance Vick <lance@vick.house>
1617

1718
import argparse
1819
import os

0 commit comments

Comments
 (0)