diff options
author | Thomas Gleixner <[email protected]> | 2019-05-29 16:57:53 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 17:37:07 +0200 |
commit | eee1cba5edf140fd9b429fd90e282802f024134a (patch) | |
tree | 584d38036aa02d742fed457a1ef7a64715c4f233 | |
parent | 6e9ef5098c12b53a4df060c8f1fda83f4112f08a (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 339
Based on 1 normalized pattern(s):
released under gplv2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 1 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Alexios Zavras <[email protected]>
Reviewed-by: Armijn Hemel <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Kate Stewart <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rwxr-xr-x | scripts/extract_xc3028.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/extract_xc3028.pl b/scripts/extract_xc3028.pl index a1c51b7e4baf..e1c9af25a595 100755 --- a/scripts/extract_xc3028.pl +++ b/scripts/extract_xc3028.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl +# SPDX-License-Identifier: GPL-2.0-only # Copyright (c) Mauro Carvalho Chehab <[email protected]> -# Released under GPLv2 # # In order to use, you need to: # 1) Download the windows driver with something like: |