summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2022-01-11 17:57:05 +0000
committerAlyssa Ross <hi@alyssa.is>2022-01-11 17:57:05 +0000
commit0af46f1b99de6bf451d59a8a5de6be2f131710b9 (patch)
tree883396a0a71ece914a2f605b84d754c693235a59 /host
parent6cf90f5eb290759ec2e0bb2dc07e44fa945742ec (diff)
downloadspectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar.gz
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar.bz2
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar.lz
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar.xz
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.tar.zst
spectrum-0af46f1b99de6bf451d59a8a5de6be2f131710b9.zip
Relicense Nix files to MIT
I don't think Nix files are likely to contain anything particularly
worth protecting with copyleft, and I'd like to make code sharing with
Nixpkgs as easy as possible, so I think it's a good idea to adopt the
policy that Nix files are MIT-licensed by default to match Nixpkgs.
Diffstat (limited to 'host')
-rw-r--r--host/initramfs/shell.nix2
-rw-r--r--host/rootfs/default.nix2
-rw-r--r--host/rootfs/shell.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/host/initramfs/shell.nix b/host/initramfs/shell.nix
index d00b39d..94cfcca 100644
--- a/host/initramfs/shell.nix
+++ b/host/initramfs/shell.nix
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 
 { pkgs ? import <nixpkgs> {} }:
diff --git a/host/rootfs/default.nix b/host/rootfs/default.nix
index f637a6b..94f5b08 100644
--- a/host/rootfs/default.nix
+++ b/host/rootfs/default.nix
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: 2021-2022 Alyssa Ross <hi@alyssa.is>
 
 { pkgs ? import <nixpkgs> {} }: pkgs.pkgsStatic.callPackage (
diff --git a/host/rootfs/shell.nix b/host/rootfs/shell.nix
index 16f443c..bafe2c8 100644
--- a/host/rootfs/shell.nix
+++ b/host/rootfs/shell.nix
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: EUPL-1.2
+# SPDX-License-Identifier: MIT
 # SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
 
 { pkgs ? import <nixpkgs> {} }: