Skip to content

Commit

Permalink
Add spdx license identifiers (#61)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 9, 2023
1 parent 5d805b3 commit afa11da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions image-create.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/bin/bash

# SPDX-License-Identifier: MIT
# source: https://github.com/cloudymax/pxeless

set -Eeuo pipefail

trap cleanup SIGINT SIGTERM ERR EXIT
Expand Down
1 change: 1 addition & 0 deletions playbooks/build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
---
- name: Build image
hosts: all
Expand Down
1 change: 1 addition & 0 deletions playbooks/pre.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
---
- name: Pre
hosts: all
Expand Down
2 changes: 2 additions & 0 deletions render-user-data.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: Apache-2.0

import yaml
from yamlinclude import YamlIncludeConstructor

Expand Down

0 comments on commit afa11da

Please sign in to comment.