Message ID | 20220228112901.21289-1-laurent.pinchart@ideasonboard.com (mailing list archive) |
---|---|
State | New |
Delegated to: | Kieran Bingham |
Headers | show |
Series | [1/3] tests: Add SPDX headers to vsp-unit-test-0026.sh | expand |
Quoting Laurent Pinchart (2022-02-28 11:28:59) > vsp-unit-test-0026.sh is missing SPDX headers. Add them. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> > --- > tests/vsp-unit-test-0026.sh | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/tests/vsp-unit-test-0026.sh b/tests/vsp-unit-test-0026.sh > index 0e013cec881b..36ed0b03469b 100755 > --- a/tests/vsp-unit-test-0026.sh > +++ b/tests/vsp-unit-test-0026.sh > @@ -1,4 +1,6 @@ > #!/bin/sh > +# SPDX-License-Identifier: GPL-2.0-or-later > +# SPDX-FileCopyrightText: 2020 Renesas Electronics Corporation > > # > # Test unbinding and binding all VSP1 devices, performing a simple > > base-commit: 2e98a1bf774bc8516aa8027411a2fd511e52561c > -- > Regards, > > Laurent Pinchart >
diff --git a/tests/vsp-unit-test-0026.sh b/tests/vsp-unit-test-0026.sh index 0e013cec881b..36ed0b03469b 100755 --- a/tests/vsp-unit-test-0026.sh +++ b/tests/vsp-unit-test-0026.sh @@ -1,4 +1,6 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2020 Renesas Electronics Corporation # # Test unbinding and binding all VSP1 devices, performing a simple
vsp-unit-test-0026.sh is missing SPDX headers. Add them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- tests/vsp-unit-test-0026.sh | 2 ++ 1 file changed, 2 insertions(+) base-commit: 2e98a1bf774bc8516aa8027411a2fd511e52561c