diff options
Diffstat (limited to 'tools/microcode-tool.py')
-rwxr-xr-x | tools/microcode-tool.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/microcode-tool.py b/tools/microcode-tool.py index 069d961d80..249a33b8ca 100755 --- a/tools/microcode-tool.py +++ b/tools/microcode-tool.py @@ -1,9 +1,8 @@ #!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0+ # # Copyright (c) 2014 Google, Inc # -# SPDX-License-Identifier: GPL-2.0+ -# # Intel microcode update tool from optparse import OptionParser |