diff options
Diffstat (limited to 'kernel/kexec_core.c')
| -rw-r--r-- | kernel/kexec_core.c | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/kernel/kexec_core.c b/kernel/kexec_core.c index fd5c95ff9251..d5870723b8ad 100644 --- a/kernel/kexec_core.c +++ b/kernel/kexec_core.c @@ -1,9 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only  /*   * kexec.c - kexec system call core code.   * Copyright (C) 2002-2004 Eric Biederman  <[email protected]> - * - * This source code is licensed under the GNU General Public License, - * Version 2.  See the file COPYING for more details.   */  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt  |