Skip to content

Commit

Permalink
docs: ✏️ Added SPDX-License-Identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRDias committed Nov 17, 2023
1 parent 4b8ffc0 commit 7f83965
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Daniel Dias, Vitesco Technologies
#
# SPDX-License-Identifier: Apache-2.0
SHELL := /bin/bash
.DEFAULT_GOAL := help

Expand Down
3 changes: 3 additions & 0 deletions src/lambda_function.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Daniel Dias, Vitesco Technologies
#
# SPDX-License-Identifier: Apache-2.0
import json
import logging
import os
Expand Down
3 changes: 3 additions & 0 deletions tests/test_lambda.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Daniel Dias, Vitesco Technologies
#
# SPDX-License-Identifier: Apache-2.0
import json
import logging
import os
Expand Down
3 changes: 3 additions & 0 deletions tests/utilities/lambda_util.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2023 Daniel Dias, Vitesco Technologies
#
# SPDX-License-Identifier: Apache-2.0
import io
import zipfile

Expand Down

0 comments on commit 7f83965

Please sign in to comment.