Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7af76c5f authored by Michael Ellerman's avatar Michael Ellerman
Browse files

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: default avatarMichael Ellerman <mpe@ellerman.id.au>
Reviewed-by: default avatarNicholas Piggin <npiggin@gmail.com>
parent 5cc05910
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
// 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>