diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-05-02 15:07:29 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-06-03 12:43:43 +0200 |
commit | 7af76c5f23abc7afedf449e7d2960f463cbc4097 (patch) | |
tree | f69dbd6c18ac31ec6d35eb05dce8ef20daab5c4c /arch | |
parent | powerpc/64s: Wire up arch_trigger_cpumask_backtrace() (diff) | |
download | linux-7af76c5f23abc7afedf449e7d2960f463cbc4097.tar.xz linux-7af76c5f23abc7afedf449e7d2960f463cbc4097.zip |
powerpc/stacktrace: Update copyright
This now has new code in it written by Nick and I, and switch to a
SPDX tag.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/kernel/stacktrace.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/stacktrace.c b/arch/powerpc/kernel/stacktrace.c index b4f134e8bbd9..07e97f289c52 100644 --- a/arch/powerpc/kernel/stacktrace.c +++ b/arch/powerpc/kernel/stacktrace.c @@ -1,13 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0 + /* - * Stack trace utility + * Stack trace utility functions etc. * * Copyright 2008 Christoph Hellwig, IBM Corp. * Copyright 2018 SUSE Linux GmbH - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. + * Copyright 2018 Nick Piggin, Michael Ellerman, IBM Corp. */ #include <linux/export.h> |