Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: lib: convert to SPDX identifiers

Update license to use SPDX-License-Identifier instead of verbose license
text.

Link: http://lkml.kernel.org/r/871s6wcswb.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Rich Felker <dalias@libc.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Kuninori Morimoto and committed by
Linus Torvalds
4494ce4f 5933f6d2

+44 -240
+4 -25
arch/sh/lib/ashiftrt.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+4 -25
arch/sh/lib/ashlsi3.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+4 -25
arch/sh/lib/ashrsi3.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+3 -6
arch/sh/lib/checksum.S
··· 1 - /* $Id: checksum.S,v 1.10 2001/07/06 13:11:32 gniibe Exp $ 1 + /* SPDX-License-Identifier: GPL-2.0+ 2 + * 3 + * $Id: checksum.S,v 1.10 2001/07/06 13:11:32 gniibe Exp $ 2 4 * 3 5 * INET An implementation of the TCP/IP protocol suite for the LINUX 4 6 * operating system. INET is implemented using the BSD Socket ··· 23 21 * converted to pure assembler 24 22 * 25 23 * SuperH version: Copyright (C) 1999 Niibe Yutaka 26 - * 27 - * This program is free software; you can redistribute it and/or 28 - * modify it under the terms of the GNU General Public License 29 - * as published by the Free Software Foundation; either version 30 - * 2 of the License, or (at your option) any later version. 31 24 */ 32 25 33 26 #include <asm/errno.h>
+1 -4
arch/sh/lib/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * arch/sh/lib/io.c - SH32 optimized I/O routines 3 4 * ··· 7 6 * 8 7 * Provide real functions which expand to whatever the header file defined. 9 8 * Also definitions of machine independent IO functions. 10 - * 11 - * This file is subject to the terms and conditions of the GNU General Public 12 - * License. See the file "COPYING" in the main directory of this archive 13 - * for more details. 14 9 */ 15 10 #include <linux/module.h> 16 11 #include <linux/io.h>
+2
arch/sh/lib/libgcc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 2 + 1 3 #ifndef __ASM_LIBGCC_H 2 4 #define __ASM_LIBGCC_H 3 5
+4 -25
arch/sh/lib/lshrsi3.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+2 -5
arch/sh/lib/mcount.S
··· 1 - /* 1 + /* SPDX-License-Identifier: GPL-2.0 2 + * 2 3 * arch/sh/lib/mcount.S 3 4 * 4 5 * Copyright (C) 2008, 2009 Paul Mundt 5 6 * Copyright (C) 2008, 2009 Matt Fleming 6 - * 7 - * This file is subject to the terms and conditions of the GNU General Public 8 - * License. See the file "COPYING" in the main directory of this archive 9 - * for more details. 10 7 */ 11 8 #include <asm/ftrace.h> 12 9 #include <asm/thread_info.h>
+4 -25
arch/sh/lib/movmem.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+4 -25
arch/sh/lib/udiv_qrnnd.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+4 -25
arch/sh/lib/udivsi3.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.
+4 -25
arch/sh/lib/udivsi3_i4i-Os.S
··· 1 - /* Copyright (C) 2006 Free Software Foundation, Inc. 2 - 3 - This file is free software; you can redistribute it and/or modify it 4 - under the terms of the GNU General Public License as published by the 5 - Free Software Foundation; either version 2, or (at your option) any 6 - later version. 7 - 8 - In addition to the permissions in the GNU General Public License, the 9 - Free Software Foundation gives you unlimited permission to link the 10 - compiled version of this file into combinations with other programs, 11 - and to distribute those combinations without any restriction coming 12 - from the use of this file. (The General Public License restrictions 13 - do apply in other respects; for example, they cover modification of 14 - the file, and distribution when not linked into a combine 15 - executable.) 16 - 17 - This file is distributed in the hope that it will be useful, but 18 - WITHOUT ANY WARRANTY; without even the implied warranty of 19 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - General Public License for more details. 21 - 22 - You should have received a copy of the GNU General Public License 23 - along with this program; see the file COPYING. If not, write to 24 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 25 - Boston, MA 02110-1301, USA. */ 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + * 3 + * Copyright (C) 2006 Free Software Foundation, Inc. 4 + */ 26 5 27 6 /* Moderately Space-optimized libgcc routines for the Renesas SH / 28 7 STMicroelectronics ST40 CPUs.
+4 -25
arch/sh/lib/udivsi3_i4i.S
··· 1 - /* Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 1 + /* SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 2 + 3 + Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2 4 2004, 2005, 2006 3 5 Free Software Foundation, Inc. 4 - 5 - This file is free software; you can redistribute it and/or modify it 6 - under the terms of the GNU General Public License as published by the 7 - Free Software Foundation; either version 2, or (at your option) any 8 - later version. 9 - 10 - In addition to the permissions in the GNU General Public License, the 11 - Free Software Foundation gives you unlimited permission to link the 12 - compiled version of this file into combinations with other programs, 13 - and to distribute those combinations without any restriction coming 14 - from the use of this file. (The General Public License restrictions 15 - do apply in other respects; for example, they cover modification of 16 - the file, and distribution when not linked into a combine 17 - executable.) 18 - 19 - This file is distributed in the hope that it will be useful, but 20 - WITHOUT ANY WARRANTY; without even the implied warranty of 21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - General Public License for more details. 23 - 24 - You should have received a copy of the GNU General Public License 25 - along with this program; see the file COPYING. If not, write to 26 - the Free Software Foundation, 51 Franklin Street, Fifth Floor, 27 - Boston, MA 02110-1301, USA. */ 6 + */ 28 7 29 8 !! libgcc routines for the Renesas / SuperH SH CPUs. 30 9 !! Contributed by Steve Chamberlain.