diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-11 17:35:23 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-14 12:12:02 +0300 |
commit | 46018778d2494189cb8d9f49966ca64cf82e70bc (patch) | |
tree | 61be6d39da26e7064426f7acd1b364d12fb7f19f /src | |
parent | 6d0da32ad190069976c1744b5fa189730e216941 (diff) |
Add license and copyright information
Add SPDX tags to describe license and copyright information to all files
in the repository.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/.gitignore | 2 | ||||
-rw-r--r-- | src/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore index 0c9be86..d42c924 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,2 +1,4 @@ +# SPDX-License-Identifier: CC0-1.0 + *.o gen-image diff --git a/src/Makefile b/src/Makefile index 564ee24..d7f901f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc |