diff options
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 |