diff options
author | notgne2 | 2020-10-11 15:23:58 -0700 |
---|---|---|
committer | notgne2 | 2020-10-11 15:23:58 -0700 |
commit | b2326d8694465718024e63c691fe9920c416489e (patch) | |
tree | 5dc561917e884c81524e3ce6618e8d95ce70c90b /interface | |
parent | 898bb2814b51fb76ef3d54164768512ed13016be (diff) |
Add missing license information
Diffstat (limited to 'interface')
-rw-r--r-- | interface/README.md | 6 | ||||
-rw-r--r-- | interface/deploy.json.license | 3 |
2 files changed, 9 insertions, 0 deletions
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 |