diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-11 17:21:51 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2020-07-14 12:10:13 +0300 |
commit | 2b8ccf53eefc9155cabf0460583599e1dab65eec (patch) | |
tree | 7df403dfadf2417ba79a507751f9f6f6dd6821f3 /tests/kms-test-modes.py | |
parent | f4f5e930412a007b9f862024cccede416da8b2d9 (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 'tests/kms-test-modes.py')
-rwxr-xr-x | tests/kms-test-modes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kms-test-modes.py b/tests/kms-test-modes.py index 82a1a3b..b298a19 100755 --- a/tests/kms-test-modes.py +++ b/tests/kms-test-modes.py @@ -1,4 +1,6 @@ #!/usr/bin/python3 +# SPDX-License-Identifier: GPL-2.0-or-later +# SPDX-FileCopyrightText: 2017-2019 Renesas Electronics Corporation import kmstest import pykms |