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 /data | |
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 'data')
-rw-r--r-- | data/Makefile | 2 | ||||
-rw-r--r-- | data/frames/.gitignore | 2 | ||||
-rw-r--r-- | data/frames/Makefile | 2 | ||||
-rwxr-xr-x | data/frames/gen-lut.py | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile b/data/Makefile index 768a346..a65b5bc 100644 --- a/data/Makefile +++ b/data/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + SUBDIRS=frames recursive=all clean install diff --git a/data/frames/.gitignore b/data/frames/.gitignore index a8a0dce..2c0a1ff 100644 --- a/data/frames/.gitignore +++ b/data/frames/.gitignore @@ -1 +1,3 @@ +# SPDX-License-Identifier: CC0-1.0 + *.bin diff --git a/data/frames/Makefile b/data/frames/Makefile index 37c284f..026cbdd 100644 --- a/data/frames/Makefile +++ b/data/frames/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + frames=$(patsubst %.pnm.gz,%.pnm,$(wildcard *.pnm.gz)) all: diff --git a/data/frames/gen-lut.py b/data/frames/gen-lut.py index f180ad6..07889b1 100755 --- a/data/frames/gen-lut.py +++ b/data/frames/gen-lut.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016 Renesas Electronics Corporation import math import sys |