Reviewed-by: Allison Randal <allison@xxxxxxxxxxx> On 5/20/19 6:08 PM, Thomas Gleixner wrote: > 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@xxxxxxxxxxxxx> > Cc: linux-spdx@xxxxxxxxxxxxxxx > > --- > https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch2&id=f9cf9da4a4a1 > --- > fs/squashfs/block.c | 15 +-------------- > fs/squashfs/cache.c | 15 +-------------- > fs/squashfs/decompressor.c | 15 +-------------- > fs/squashfs/decompressor.h | 15 +-------------- > fs/squashfs/dir.c | 15 +-------------- > fs/squashfs/export.c | 15 +-------------- > fs/squashfs/file.c | 15 +-------------- > fs/squashfs/fragment.c | 15 +-------------- > fs/squashfs/id.c | 15 +-------------- > fs/squashfs/inode.c | 15 +-------------- > fs/squashfs/lzo_wrapper.c | 15 +-------------- > fs/squashfs/namei.c | 15 +-------------- > fs/squashfs/squashfs.h | 15 +-------------- > fs/squashfs/squashfs_fs.h | 15 +-------------- > fs/squashfs/squashfs_fs_i.h | 15 +-------------- > fs/squashfs/squashfs_fs_sb.h | 15 +-------------- > fs/squashfs/super.c | 15 +-------------- > fs/squashfs/symlink.c | 15 +-------------- > fs/squashfs/xattr.c | 15 +-------------- > fs/squashfs/xattr.h | 15 +-------------- > fs/squashfs/xattr_id.c | 15 +-------------- > fs/squashfs/xz_wrapper.c | 15 +-------------- > fs/squashfs/zlib_wrapper.c | 15 +-------------- > 23 files changed, 23 insertions(+), 322 deletions(-) > > --- a/fs/squashfs/block.c > +++ b/fs/squashfs/block.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * block.c > */ > > --- a/fs/squashfs/cache.c > +++ b/fs/squashfs/cache.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * cache.c > */ > > --- a/fs/squashfs/decompressor.c > +++ b/fs/squashfs/decompressor.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * decompressor.c > */ > > --- a/fs/squashfs/decompressor.h > +++ b/fs/squashfs/decompressor.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef DECOMPRESSOR_H > #define DECOMPRESSOR_H > /* > @@ -6,20 +7,6 @@ > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * decompressor.h > */ > > --- a/fs/squashfs/dir.c > +++ b/fs/squashfs/dir.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * dir.c > */ > > --- a/fs/squashfs/export.c > +++ b/fs/squashfs/export.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * export.c > */ > > --- a/fs/squashfs/file.c > +++ b/fs/squashfs/file.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * file.c > */ > > --- a/fs/squashfs/fragment.c > +++ b/fs/squashfs/fragment.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * fragment.c > */ > > --- a/fs/squashfs/id.c > +++ b/fs/squashfs/id.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * id.c > */ > > --- a/fs/squashfs/inode.c > +++ b/fs/squashfs/inode.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * inode.c > */ > > --- a/fs/squashfs/lzo_wrapper.c > +++ b/fs/squashfs/lzo_wrapper.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2010 LG Electronics > * Chan Jeong <chan.jeong@xxxxxxx> > * > - * 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. > - * > * lzo_wrapper.c > */ > > --- a/fs/squashfs/namei.c > +++ b/fs/squashfs/namei.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * namei.c > */ > > --- a/fs/squashfs/squashfs.h > +++ b/fs/squashfs/squashfs.h > @@ -1,23 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * squashfs.h > */ > > --- a/fs/squashfs/squashfs_fs.h > +++ b/fs/squashfs/squashfs_fs.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef SQUASHFS_FS > #define SQUASHFS_FS > /* > @@ -6,20 +7,6 @@ > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * squashfs_fs.h > */ > > --- a/fs/squashfs/squashfs_fs_i.h > +++ b/fs/squashfs/squashfs_fs_i.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef SQUASHFS_FS_I > #define SQUASHFS_FS_I > /* > @@ -6,20 +7,6 @@ > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * squashfs_fs_i.h > */ > > --- a/fs/squashfs/squashfs_fs_sb.h > +++ b/fs/squashfs/squashfs_fs_sb.h > @@ -1,3 +1,4 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > #ifndef SQUASHFS_FS_SB > #define SQUASHFS_FS_SB > /* > @@ -6,20 +7,6 @@ > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * squashfs_fs_sb.h > */ > > --- a/fs/squashfs/super.c > +++ b/fs/squashfs/super.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * super.c > */ > > --- a/fs/squashfs/symlink.c > +++ b/fs/squashfs/symlink.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * symlink.c > */ > > --- a/fs/squashfs/xattr.c > +++ b/fs/squashfs/xattr.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2010 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * xattr.c > */ > > --- a/fs/squashfs/xattr.h > +++ b/fs/squashfs/xattr.h > @@ -1,23 +1,10 @@ > +/* SPDX-License-Identifier: GPL-2.0-or-later */ > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2010 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * xattr.h > */ > > --- a/fs/squashfs/xattr_id.c > +++ b/fs/squashfs/xattr_id.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2010 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * xattr_id.c > */ > > --- a/fs/squashfs/xz_wrapper.c > +++ b/fs/squashfs/xz_wrapper.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * xz_wrapper.c > */ > > --- a/fs/squashfs/zlib_wrapper.c > +++ b/fs/squashfs/zlib_wrapper.c > @@ -1,23 +1,10 @@ > +// SPDX-License-Identifier: GPL-2.0-or-later > /* > * Squashfs - a compressed read only filesystem for Linux > * > * Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 > * Phillip Lougher <phillip@xxxxxxxxxxxxxxx> > * > - * 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. > - * > * zlib_wrapper.c > */ > > > > >