summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-01-11 15:17:02 +0000
committerAlyssa Ross <hi@alyssa.is>2022-01-11 15:17:18 +0000
commit1add21e48efa1e7710c71f9aa72a329958e0974e (patch)
treeb022c87d496d824c08ae7004b0a638206245e622 /host
parent2e514bf7c442f3084fb1f012a9e55549d50bce6a (diff)
downloadspectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar.gz
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar.bz2
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar.lz
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar.xz
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.tar.zst
spectrum-1add21e48efa1e7710c71f9aa72a329958e0974e.zip
Add missing copyright and license info
Diffstat (limited to 'host')
-rw-r--r--host/initramfs/default.nix3
-rwxr-xr-xhost/initramfs/etc/init2
-rw-r--r--host/initramfs/extfs.nix3
3 files changed, 8 insertions, 0 deletions
diff --git a/host/initramfs/default.nix b/host/initramfs/default.nix
index 833da69..3be6429 100644
--- a/host/initramfs/default.nix
+++ b/host/initramfs/default.nix
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
+# SPDX-License-Identifier: MIT
+
 { pkgs ? import <nixpkgs> {}
 , rootfs ? import ../rootfs { inherit pkgs; }
 }:
diff --git a/host/initramfs/etc/init b/host/initramfs/etc/init
index 62492bd..bb58c84 100755
--- a/host/initramfs/etc/init
+++ b/host/initramfs/etc/init
@@ -1,4 +1,6 @@
 #!/bin/execlineb -S0
+# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
+# SPDX-License-Identifier: EUPL-1.2
 
 export PATH /bin
 
diff --git a/host/initramfs/extfs.nix b/host/initramfs/extfs.nix
index c50df21..20f6392 100644
--- a/host/initramfs/extfs.nix
+++ b/host/initramfs/extfs.nix
@@ -1,3 +1,6 @@
+# SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
+# SPDX-License-Identifier: MIT
+
 { pkgs, runCommand, s6-rc, tar2ext4 }:
 
 let