hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/scripts/markup_oops.pl
....@@ -1,4 +1,5 @@
11 #!/usr/bin/env perl
2
+# SPDX-License-Identifier: GPL-2.0-only
23
34 use File::Basename;
45 use Math::BigInt;
....@@ -7,10 +8,6 @@
78 # Copyright 2008, Intel Corporation
89 #
910 # This file is part of the Linux kernel
10
-#
11
-# This program file is free software; you can redistribute it and/or modify it
12
-# under the terms of the GNU General Public License as published by the
13
-# Free Software Foundation; version 2 of the License.
1411 #
1512 # Authors:
1613 # Arjan van de Ven <arjan@linux.intel.com>