From: Michael Ellerman Date: Wed, 2 May 2018 13:07:29 +0000 (+1000) Subject: powerpc/stacktrace: Update copyright X-Git-Tag: v4.19~866^2~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7af76c5f23abc7afedf449e7d2960f463cbc4097;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Nicholas Piggin --- diff --git a/arch/powerpc/kernel/stacktrace.c b/arch/powerpc/kernel/stacktrace.c index b4f134e..07e97f2 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