diff options
Diffstat (limited to 'examples/standalone/ppc_longjmp.S')
-rw-r--r-- | examples/standalone/ppc_longjmp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/standalone/ppc_longjmp.S b/examples/standalone/ppc_longjmp.S index bf01daae88..50dc2b9456 100644 --- a/examples/standalone/ppc_longjmp.S +++ b/examples/standalone/ppc_longjmp.S @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ /* longjmp for PowerPC. Copyright (C) 1995, 1996, 1997, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. - - * SPDX-License-Identifier: LGPL-2.1+ */ #include <ppc_asm.tmpl> |