hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 #