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 321

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 version 2 and no 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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
685a6bf8 3b20eb23

+33 -297
+1 -9
drivers/misc/vmw_vmci/vmci_context.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_context.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI driver (vmciContext.h) 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_CONTEXT_H_
+1 -9
drivers/misc/vmw_vmci/vmci_datagram.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_datagram.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_DATAGRAM_H_
+1 -9
drivers/misc/vmw_vmci/vmci_doorbell.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_doorbell.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef VMCI_DOORBELL_H
+1 -9
drivers/misc/vmw_vmci/vmci_driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_driver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_DRIVER_H_
+1 -9
drivers/misc/vmw_vmci/vmci_event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef __VMCI_EVENT_H__
+1 -9
drivers/misc/vmw_vmci/vmci_guest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_handle_array.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/slab.h>
+1 -9
drivers/misc/vmw_vmci/vmci_handle_array.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_HANDLE_ARRAY_H_
+1 -9
drivers/misc/vmw_vmci/vmci_host.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_queue_pair.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_queue_pair.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_QUEUE_PAIR_H_
+1 -9
drivers/misc/vmw_vmci/vmci_resource.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_resource.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_RESOURCE_H_
+1 -9
drivers/misc/vmw_vmci/vmci_route.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #include <linux/vmw_vmci_defs.h>
+1 -9
drivers/misc/vmw_vmci/vmci_route.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_ROUTE_H_
+1 -9
include/linux/vm_sockets.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #ifndef _VM_SOCKETS_H
+1 -9
include/linux/vmw_vmci_api.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef __VMW_VMCI_API_H__
+1 -9
include/linux/vmw_vmci_defs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware VMCI Driver 3 4 * 4 5 * Copyright (C) 2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 12 - * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 13 - * for more details. 14 6 */ 15 7 16 8 #ifndef _VMW_VMCI_DEF_H_
+1 -9
include/net/af_vsock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #ifndef __AF_VSOCK_H__
+1 -9
include/net/vsock_addr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #ifndef _VSOCK_ADDR_H_
+1 -9
net/vmw_vsock/af_vsock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 /* Implementation notes:
+1 -9
net/vmw_vsock/diag.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vsock sock_diag(7) module 3 4 * 4 5 * Copyright (C) 2017 Red Hat, Inc. 5 6 * Author: Stefan Hajnoczi <stefanha@redhat.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation version 2 and no later version. 10 - * 11 - * This program is distributed in the hope that it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 17 9 #include <linux/module.h>
+1 -9
net/vmw_vsock/vmci_transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #include <linux/types.h>
+1 -9
net/vmw_vsock/vmci_transport.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #ifndef _VMCI_TRANSPORT_H_
+1 -9
net/vmw_vsock/vmci_transport_notify.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2009-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #include <linux/types.h>
+1 -9
net/vmw_vsock/vmci_transport_notify.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2009-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #ifndef __VMCI_TRANSPORT_NOTIFY_H__
+1 -9
net/vmw_vsock/vmci_transport_notify_qstate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2009-2013 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #include <linux/types.h>
+1 -9
net/vmw_vsock/vsock_addr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VMware vSockets Driver 3 4 * 4 5 * Copyright (C) 2007-2012 VMware, Inc. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation version 2 and no later version. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #include <linux/types.h>