kernel/scripts/objdiff
.. .. @@ -1,11 +1,11 @@ 1 1 #!/bin/bash 2 +# SPDX-License-Identifier: GPL-2.0-only2 3 3 4 # objdiff - a small script for validating that a commit or series of commits 4 5 # didn't change object code. 5 6 # 6 7 # Copyright 2014, Jason Cooper <jason@lakedaemon.net> 7 8 # 8 -# Licensed under the terms of the GNU GPL version 29 9 10 10 # usage example: 11 11 #