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 269

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of version 2 of the gnu general public license as
published by the free software foundation 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 inc 51 franklin street fifth floor boston ma
02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 21 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: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141334.228102212@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
c9422999 04672fe6

+21 -294
+1 -14
include/linux/openvswitch.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2011 Nicira Networks. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef _LINUX_OPENVSWITCH_H
+1 -14
net/ipv4/ip_tunnel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/ipv4/ip_tunnel_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/actions.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2017 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/datapath.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/datapath.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef DATAPATH_H
+1 -14
net/openvswitch/dp_notify.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2012 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #include <linux/netdevice.h>
+1 -14
net/openvswitch/flow.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #include <linux/uaccess.h>
+1 -14
net/openvswitch/flow.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2017 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef FLOW_H
+1 -14
net/openvswitch/flow_netlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2017 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/flow_netlink.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2013 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6
+1 -14
net/openvswitch/flow_table.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #include "flow.h"
+1 -14
net/openvswitch/flow_table.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2013 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef FLOW_TABLE_H
+1 -14
net/openvswitch/vport-gre.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/vport-internal_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2012 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #include <linux/if_vlan.h>
+1 -14
net/openvswitch/vport-internal_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2011 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef VPORT_INTERNAL_DEV_H
+1 -14
net/openvswitch/vport-netdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2012 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -14
net/openvswitch/vport-netdev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2011 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef VPORT_NETDEV_H
+1 -14
net/openvswitch/vport-vxlan.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 Nicira, Inc. 3 4 * Copyright (c) 2013 Cisco Systems, Inc. 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of version 2 of the GNU General Public 7 - * License as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 17 - * 02110-1301, USA 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
net/openvswitch/vport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2007-2014 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #include <linux/etherdevice.h>
+1 -14
net/openvswitch/vport.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2007-2012 Nicira, Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of version 2 of the GNU General Public 6 - * License as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software 15 - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 16 - * 02110-1301, USA 17 4 */ 18 5 19 6 #ifndef VPORT_H