hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/scripts/objdiff
....@@ -1,11 +1,11 @@
11 #!/bin/bash
2
+# SPDX-License-Identifier: GPL-2.0-only
23
34 # objdiff - a small script for validating that a commit or series of commits
45 # didn't change object code.
56 #
67 # Copyright 2014, Jason Cooper <jason@lakedaemon.net>
78 #
8
-# Licensed under the terms of the GNU GPL version 2
99
1010 # usage example:
1111 #