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 231

Based on 1 normalized pattern(s):

this library is free software you can redistribute it and or modify
it under the terms of the gnu general public license v2 as published
by the free software foundation this library 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 lesser general public license for more details
you should have received a copy of the gnu lesser general public
license along with this library if not write to the free software
foundation inc 59 temple place suite 330 boston ma 02111 1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204653.539286961@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
b6a3d1b7 40b0b3f8

+1 -26
+1 -13
fs/cifs/smb1ops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SMB1 (CIFS) version specific operations 3 4 * 4 5 * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> 5 - * 6 - * This library is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License v2 as published 8 - * by the Free Software Foundation. 9 - * 10 - * This library is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See 13 - * the GNU Lesser General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU Lesser General Public License 16 - * along with this library; if not, write to the Free Software 17 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 6 */ 19 7 20 8 #include <linux/pagemap.h>
-13
fs/cifs/smb2ops.c
··· 3 3 * SMB2 version specific operations 4 4 * 5 5 * Copyright (c) 2012, Jeff Layton <jlayton@redhat.com> 6 - * 7 - * This library is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License v2 as published 9 - * by the Free Software Foundation. 10 - * 11 - * This library 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 14 - * the GNU Lesser General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU Lesser General Public License 17 - * along with this library; if not, write to the Free Software 18 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 6 */ 20 7 21 8 #include <linux/pagemap.h>