diff options
author | notgne2 | 2020-11-14 20:07:45 -0700 |
---|---|---|
committer | notgne2 | 2020-11-14 20:07:45 -0700 |
commit | 47df4ff9284051a5c41a7b2b5696f9c4ccbe792f (patch) | |
tree | 2dc32c2a864b94026f30129063ae41dedf2fe670 | |
parent | a5d43906064bce50b36ca16ce3c7e8c71ce16fd8 (diff) |
Add reuse headers to `shell.nix` and `.buildkite/pipeline.yml`
-rw-r--r-- | .buildkite/pipeline.yml | 4 | ||||
-rw-r--r-- | shell.nix | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 95c9417..e711ae5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +# +# SPDX-License-Identifier: MPL-2.0 + steps: - label: Check Nix flake commands: @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +# +# SPDX-License-Identifier: MPL-2.0 + (import ( let |