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

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 26

Based on 1 normalized pattern(s):

gnupg 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 gnupg is distributed in the hope that
it will be useful but without any warranty without even the implied
warranty of merchantability or fitness for a particular purpose see
the gnu general public license for more details you should have
received a copy of the gnu general public license along with this
program if not write to the free software foundation inc 59 temple
place suite 330 boston ma 02111 1307 usa note this code is heavily
based on the gnu mp library actually it s the same code with only
minor changes in the way the data is stored this is to support the
abstraction of an optional secure memory allocation which may be
used to avoid revealing of sensitive data due to paging etc the gnu
mp library itself is published under the lgpl however i decided to
publish this code under the plain gpl

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 14 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520170856.639982569@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
465ae836 2c1212de

+14 -196
+1 -14
include/linux/mpi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* mpi.h - Multi Precision Integers 2 3 * Copyright (C) 1994, 1996, 1998, 1999, 3 4 * 2000, 2001 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GNUPG. 6 - * 7 - * GNUPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GNUPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-add1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-add_1.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1997, 1998, 3 4 * 2000 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GnuPG. 6 - * 7 - * GnuPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GnuPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-lshift.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-lshift.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1998, 2001 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-mul1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-mul_1.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-mul2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-mul_2.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-mul3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-mul_3.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-rshift.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpih-rshift.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1998, 1999, 3 4 * 2000, 2001 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GNUPG 6 - * 7 - * GNUPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GNUPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/generic_mpih-sub1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-add_2.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpi-inline.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* mpi-inline.h - Internal to the Multi Precision Integers 2 3 * Copyright (C) 1994, 1996, 1998, 1999 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpi-internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* mpi-internal.h - Internal to the Multi Precision Integers 2 3 * Copyright (C) 1994, 1996 Free Software Foundation, Inc. 3 4 * Copyright (C) 1998, 2000 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GnuPG. 6 - * 7 - * GnuPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GnuPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpi-pow.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpi-pow.c - MPI functions 2 3 * Copyright (C) 1994, 1996, 1998, 2000 Free Software Foundation, Inc. 3 4 * 4 5 * This file is part of GnuPG. 5 - * 6 - * GnuPG is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; either version 2 of the License, or 9 - * (at your option) any later version. 10 - * 11 - * GnuPG is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 19 6 * 20 7 * Note: This code is heavily based on the GNU MP Library. 21 8 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpih-cmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-sub.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996 Free Software Foundation, Inc. 3 4 * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GnuPG. 6 - * 7 - * GnuPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GnuPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpih-div.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-div.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996 Free Software Foundation, Inc. 3 4 * Copyright (C) 1998, 1999 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GnuPG. 6 - * 7 - * GnuPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GnuPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the
+1 -14
lib/mpi/mpih-mul.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* mpihelp-mul.c - MPI helper functions 2 3 * Copyright (C) 1994, 1996, 1998, 1999, 3 4 * 2000 Free Software Foundation, Inc. 4 5 * 5 6 * This file is part of GnuPG. 6 - * 7 - * GnuPG is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 - * 12 - * GnuPG is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA 20 7 * 21 8 * Note: This code is heavily based on the GNU MP Library. 22 9 * Actually it's the same code with only minor changes in the