diff options
Diffstat (limited to 'scripts/extract-vmlinux')
-rwxr-xr-x | scripts/extract-vmlinux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/extract-vmlinux b/scripts/extract-vmlinux index 85e1f32fb4a0..8995cd304e6e 100755 --- a/scripts/extract-vmlinux +++ b/scripts/extract-vmlinux | |||
@@ -1,4 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
2 | # ---------------------------------------------------------------------- | 3 | # ---------------------------------------------------------------------- |
3 | # extract-vmlinux - Extract uncompressed vmlinux from a kernel image | 4 | # extract-vmlinux - Extract uncompressed vmlinux from a kernel image |
4 | # | 5 | # |
@@ -7,7 +8,6 @@ | |||
7 | # | 8 | # |
8 | # (c) 2011 Corentin Chary <corentin.chary@gmail.com> | 9 | # (c) 2011 Corentin Chary <corentin.chary@gmail.com> |
9 | # | 10 | # |
10 | # Licensed under the GNU General Public License, version 2 (GPLv2). | ||
11 | # ---------------------------------------------------------------------- | 11 | # ---------------------------------------------------------------------- |
12 | 12 | ||
13 | check_vmlinux() | 13 | check_vmlinux() |