kernel/scripts/markup_oops.pl
.. .. @@ -1,4 +1,5 @@ 1 1 #!/usr/bin/env perl 2 +# SPDX-License-Identifier: GPL-2.0-only2 3 3 4 use File::Basename; 4 5 use Math::BigInt; .. .. @@ -7,10 +8,6 @@ 7 8 # Copyright 2008, Intel Corporation 8 9 # 9 10 # This file is part of the Linux kernel 10 -#11 -# This program file is free software; you can redistribute it and/or modify it12 -# under the terms of the GNU General Public License as published by the13 -# Free Software Foundation; version 2 of the License.14 11 # 15 12 # Authors: 16 13 # Arjan van de Ven <arjan@linux.intel.com>