hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
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 #