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

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

Based on 1 normalized pattern(s):

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 or at your option any
later version this program 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 51 franklin street fifth
floor boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

has been chosen to replace the boilerplate/reference in 23 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/20190520170857.458548087@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
68252eb5 28c8eea7

+23 -322
+1 -14
fs/squashfs/block.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * block.c 22 9 */
+1 -14
fs/squashfs/cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * cache.c 22 9 */
+1 -14
fs/squashfs/decompressor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * decompressor.c 22 9 */
+1 -14
fs/squashfs/decompressor.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef DECOMPRESSOR_H 2 3 #define DECOMPRESSOR_H 3 4 /* ··· 6 5 * 7 6 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 8 7 * Phillip Lougher <phillip@squashfs.org.uk> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * as published by the Free Software Foundation; either version 2, 13 - * or (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 23 8 * 24 9 * decompressor.h 25 10 */
+1 -14
fs/squashfs/dir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * dir.c 22 9 */
+1 -14
fs/squashfs/export.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * export.c 22 9 */
+1 -14
fs/squashfs/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * file.c 22 9 */
+1 -14
fs/squashfs/fragment.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * fragment.c 22 9 */
+1 -14
fs/squashfs/id.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * id.c 22 9 */
+1 -14
fs/squashfs/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * inode.c 22 9 */
+1 -14
fs/squashfs/lzo_wrapper.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2010 LG Electronics 5 6 * Chan Jeong <chan.jeong@lge.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * lzo_wrapper.c 22 9 */
+1 -14
fs/squashfs/namei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * namei.c 22 9 */
+1 -14
fs/squashfs/squashfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * squashfs.h 22 9 */
+1 -14
fs/squashfs/squashfs_fs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef SQUASHFS_FS 2 3 #define SQUASHFS_FS 3 4 /* ··· 6 5 * 7 6 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 8 7 * Phillip Lougher <phillip@squashfs.org.uk> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * as published by the Free Software Foundation; either version 2, 13 - * or (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 23 8 * 24 9 * squashfs_fs.h 25 10 */
+1 -14
fs/squashfs/squashfs_fs_i.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef SQUASHFS_FS_I 2 3 #define SQUASHFS_FS_I 3 4 /* ··· 6 5 * 7 6 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 8 7 * Phillip Lougher <phillip@squashfs.org.uk> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * as published by the Free Software Foundation; either version 2, 13 - * or (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 23 8 * 24 9 * squashfs_fs_i.h 25 10 */
+1 -14
fs/squashfs/squashfs_fs_sb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 #ifndef SQUASHFS_FS_SB 2 3 #define SQUASHFS_FS_SB 3 4 /* ··· 6 5 * 7 6 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 8 7 * Phillip Lougher <phillip@squashfs.org.uk> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * as published by the Free Software Foundation; either version 2, 13 - * or (at your option) any later version. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software 22 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 23 8 * 24 9 * squashfs_fs_sb.h 25 10 */
+1 -14
fs/squashfs/super.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * super.c 22 9 */
+1 -14
fs/squashfs/symlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * symlink.c 22 9 */
+1 -14
fs/squashfs/xattr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2010 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * xattr.c 22 9 */
+1 -14
fs/squashfs/xattr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2010 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * xattr.h 22 9 */
+1 -14
fs/squashfs/xattr_id.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2010 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * xattr_id.c 22 9 */
+1 -14
fs/squashfs/xz_wrapper.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * xz_wrapper.c 22 9 */
+1 -14
fs/squashfs/zlib_wrapper.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Squashfs - a compressed read only filesystem for Linux 3 4 * 4 5 * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 5 6 * Phillip Lougher <phillip@squashfs.org.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; either version 2, 10 - * or (at your option) any later version. 11 - * 12 - * This program 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, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 7 * 21 8 * zlib_wrapper.c 22 9 */