diff options
-rwxr-xr-x | scripts/extract-vmlinux | 2 | ||||
-rw-r--r-- | scripts/recordmcount.c | 2 | ||||
-rw-r--r-- | scripts/recordmcount.h | 3 | ||||
-rw-r--r-- | scripts/sortextable.c | 2 | ||||
-rw-r--r-- | scripts/sortextable.h | 4 |
5 files changed, 5 insertions, 8 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() |
diff --git a/scripts/recordmcount.c b/scripts/recordmcount.c index a50a2aa963ad..8387a9bc064a 100644 --- a/scripts/recordmcount.c +++ b/scripts/recordmcount.c | |||
@@ -1,8 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * recordmcount.c: construct a table of the locations of calls to 'mcount' | 3 | * recordmcount.c: construct a table of the locations of calls to 'mcount' |
3 | * so that ftrace can find them quickly. | 4 | * so that ftrace can find them quickly. |
4 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. | 5 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. |
5 | * Licensed under the GNU General Public License, version 2 (GPLv2). | ||
6 | * | 6 | * |
7 | * Restructured to fit Linux format, as well as other updates: | 7 | * Restructured to fit Linux format, as well as other updates: |
8 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. | 8 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. |
diff --git a/scripts/recordmcount.h b/scripts/recordmcount.h index 2e7793735e14..13c5e6c8829c 100644 --- a/scripts/recordmcount.h +++ b/scripts/recordmcount.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * recordmcount.h | 3 | * recordmcount.h |
3 | * | 4 | * |
@@ -15,8 +16,6 @@ | |||
15 | * | 16 | * |
16 | * This conversion to macros was done by: | 17 | * This conversion to macros was done by: |
17 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. | 18 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. |
18 | * | ||
19 | * Licensed under the GNU General Public License, version 2 (GPLv2). | ||
20 | */ | 19 | */ |
21 | #undef append_func | 20 | #undef append_func |
22 | #undef is_fake_mcount | 21 | #undef is_fake_mcount |
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 365a907f98b3..55768654e3c6 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * sortextable.c: Sort the kernel's exception table | 3 | * sortextable.c: Sort the kernel's exception table |
3 | * | 4 | * |
@@ -6,7 +7,6 @@ | |||
6 | * Based on code taken from recortmcount.c which is: | 7 | * Based on code taken from recortmcount.c which is: |
7 | * | 8 | * |
8 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. | 9 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. |
9 | * Licensed under the GNU General Public License, version 2 (GPLv2). | ||
10 | * | 10 | * |
11 | * Restructured to fit Linux format, as well as other updates: | 11 | * Restructured to fit Linux format, as well as other updates: |
12 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. | 12 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. |
diff --git a/scripts/sortextable.h b/scripts/sortextable.h index ba8700428e21..d4b3f6c40f02 100644 --- a/scripts/sortextable.h +++ b/scripts/sortextable.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * sortextable.h | 3 | * sortextable.h |
3 | * | 4 | * |
@@ -7,9 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. | 9 | * Copyright 2009 John F. Reiser <jreiser@BitWagon.com>. All rights reserved. |
9 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. | 10 | * Copyright 2010 Steven Rostedt <srostedt@redhat.com>, Red Hat Inc. |
10 | * | ||
11 | * | ||
12 | * Licensed under the GNU General Public License, version 2 (GPLv2). | ||
13 | */ | 11 | */ |
14 | 12 | ||
15 | #undef extable_ent_size | 13 | #undef extable_ent_size |