aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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