From 46018778d2494189cb8d9f49966ca64cf82e70bc Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sat, 11 Jul 2020 17:35:23 +0300 Subject: 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 Reviewed-by: Kieran Bingham --- src/.gitignore | 2 ++ src/Makefile | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src') 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 -- cgit v1.2.3