Skip to content

Commit b3f858c

Browse files
committed
update copyright notices
1 parent 88f7464 commit b3f858c

13 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 macmpi
3+
Copyright (c) 2022-2025, macmpi
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

headless.apkovl.tar.gz

-2 Bytes
Binary file not shown.

headless.apkovl.tar.gz.sha512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fecc6b66f1b08a959c6509334b5c1942b8df76ba6b7d51c54630f0c502706650b9d345bab71cd3d787681113eb5c1a40b2f6bc238ca6e4137fd00de8a6bc8a17 headless.apkovl.tar.gz
1+
ea1cea5f22afc342685a0ee7437bf4d61b2d263a6cc13c88c2595852cd1f080701ee6a8228e6d66d3f004c9d33fbbf88e2e889822ecbf33d66778ca392e1cb4c headless.apkovl.tar.gz

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/busybox sh
22

3-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
3+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
44
# SPDX-License-Identifier: MIT
55

66
# Script meant to be run on Alpine (busybox) or on Ubuntu.

overlay/etc/init.d/headless_bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/sbin/openrc-run
22

3-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
3+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
44
# SPDX-License-Identifier: MIT
55

66
description="Headless main boostrappring script"

overlay/etc/init.d/headless_cleanup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/sbin/openrc-run
22

3-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
3+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
44
# SPDX-License-Identifier: MIT
55

66
description="Headless cleanup script"

overlay/etc/init.d/headless_unattended

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/sbin/openrc-run
22

3-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
3+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
44
# SPDX-License-Identifier: MIT
55

66
description="Headless unattended setup script (optional)"

overlay/etc/modprobe.d/headless_gadget.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
1+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
22
# SPDX-License-Identifier: MIT
33

44
# support g_cdc USB-Ethernet gadget mode at boot for Pi devices

overlay/usr/local/bin/headless_bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
3+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
44
# SPDX-License-Identifier: MIT
55

66
HDLSBSTRP_VERSION="1.2.3"

sample_auto-updt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright 2022-2023, macmpi
1+
# SPDX-FileCopyrightText: Copyright 2022-2025, macmpi
22
# SPDX-License-Identifier: MIT
33

44
# Automated reboot after update is cancelled if:

0 commit comments

Comments
 (0)