diff options
Diffstat (limited to 'examples/standalone/ppc_setjmp.S')
-rw-r--r-- | examples/standalone/ppc_setjmp.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/standalone/ppc_setjmp.S b/examples/standalone/ppc_setjmp.S index 29c295bd3b..d538fb0f2c 100644 --- a/examples/standalone/ppc_setjmp.S +++ b/examples/standalone/ppc_setjmp.S @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: LGPL-2.1+ */ /* setjmp 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> |