summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-07-11 17:35:23 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-07-14 12:12:02 +0300
commit46018778d2494189cb8d9f49966ca64cf82e70bc (patch)
tree61be6d39da26e7064426f7acd1b364d12fb7f19f /Makefile
parent6d0da32ad190069976c1744b5fa189730e216941 (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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a104078..4d311e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+
SUBDIRS=data scripts src tests
recursive=all clean install