summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-01-07 19:23:43 +0000
committerAlyssa Ross <hi@alyssa.is>2020-01-07 19:23:43 +0000
commit014835cedab6eb4c461b89882f22220abf71265d (patch)
treeda811eecfbc7c0a9e9030be994eed3599546b3b5 /default.nix
parent8a13ba58622729836817f8697662c86fa84c8197 (diff)
downloaddoc-014835cedab6eb4c461b89882f22220abf71265d.tar
doc-014835cedab6eb4c461b89882f22220abf71265d.tar.gz
doc-014835cedab6eb4c461b89882f22220abf71265d.tar.bz2
doc-014835cedab6eb4c461b89882f22220abf71265d.tar.lz
doc-014835cedab6eb4c461b89882f22220abf71265d.tar.xz
doc-014835cedab6eb4c461b89882f22220abf71265d.tar.zst
doc-014835cedab6eb4c461b89882f22220abf71265d.zip
Better licensing
This frees the Makefile and default.nix, adds SPDX headers, and
creates a LICENSES directory where files are named by SPDX identifier,
because with three licenses it starts getting excessive to have them
all in the root.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 6b05783..3f3b4aa 100644
--- a/default.nix
+++ b/default.nix
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 with import <nixpkgs> {};
 
 stdenv.mkDerivation {