aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotgne22020-10-11 15:23:58 -0700
committernotgne22020-10-11 15:23:58 -0700
commitb2326d8694465718024e63c691fe9920c416489e (patch)
tree5dc561917e884c81524e3ce6618e8d95ce70c90b
parent898bb2814b51fb76ef3d54164768512ed13016be (diff)
Add missing license information
Diffstat (limited to '')
-rw-r--r--default.nix4
-rw-r--r--interface/README.md6
-rw-r--r--interface/deploy.json.license3
3 files changed, 13 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 873ece4..73df194 100644
--- a/default.nix
+++ b/default.nix
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+#
+# SPDX-License-Identifier: MPL-2.0
+
(import
(
let
diff --git a/interface/README.md b/interface/README.md
index 99afeb2..f61a69f 100644
--- a/interface/README.md
+++ b/interface/README.md
@@ -1,3 +1,9 @@
+<!--
+SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+
+SPDX-License-Identifier: MPL-2.0
+-->
+
A flake must have a `deploy` output with the following structure:
```
diff --git a/interface/deploy.json.license b/interface/deploy.json.license
new file mode 100644
index 0000000..9e9897d
--- /dev/null
+++ b/interface/deploy.json.license
@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
+
+SPDX-License-Identifier: MPL-2.0 \ No newline at end of file