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 --- scripts/Makefile | 2 ++ scripts/bin2png.sh | 2 ++ scripts/histo2png.py | 2 ++ scripts/logger.sh | 2 ++ scripts/vsp-lib.sh | 2 ++ scripts/vsp-tests.sh | 2 ++ 6 files changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/Makefile b/scripts/Makefile index 6586b29..6511c3c 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: CC0-1.0 + SCRIPTS=$(wildcard *.sh) all: diff --git a/scripts/bin2png.sh b/scripts/bin2png.sh index 6422ee5..d231d19 100755 --- a/scripts/bin2png.sh +++ b/scripts/bin2png.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016-2017 Renesas Electronics Corporation FILE=${1:-.} diff --git a/scripts/histo2png.py b/scripts/histo2png.py index ff1da21..aef2363 100755 --- a/scripts/histo2png.py +++ b/scripts/histo2png.py @@ -1,4 +1,6 @@ #!/usr/bin/python +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016 Renesas Electronics Corporation import matplotlib.pyplot as plt import struct diff --git a/scripts/logger.sh b/scripts/logger.sh index 8412b0b..97e1f58 100755 --- a/scripts/logger.sh +++ b/scripts/logger.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016 Renesas Electronics Corporation now() { awk '/^now/ {time=$3; printf("[%u.%06u]", time / 1000000000, (time % 1000000000) / 1000) ; exit}' /proc/timer_list diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index c0eb1ca..a8898e8 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016-2017 Renesas Electronics Corporation genimage='./gen-image' mediactl='media-ctl' diff --git a/scripts/vsp-tests.sh b/scripts/vsp-tests.sh index 1ed8171..e6cae04 100755 --- a/scripts/vsp-tests.sh +++ b/scripts/vsp-tests.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2016-2017 Renesas Electronics Corporation ## ## VSP Tests runner -- cgit v1.2.3