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 - gpl-2.0_168.RULE (part 1)

Based on the normalized pattern:

this program is free software you may redistribute it and/or modify it
under the terms of the gnu general public license as published by the
free software foundation version 2 of the license the software is
provided as is without warranty of any kind express or implied
including but not limited to the warranties of merchantability fitness
for a particular purpose and noninfringement in no event shall the
authors or copyright holders be liable for any claim damages or other
liability whether in an action of contract tort or otherwise arising
from out of or in connection with the software or the use or other
dealings in the software

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
e6550b3e 1f88a743

+89 -1033
+1 -14
drivers/net/ethernet/cisco/enic/cq_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _CQ_DESC_H_
+1 -14
drivers/net/ethernet/cisco/enic/cq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _CQ_ENET_DESC_H_
+1 -14
drivers/net/ethernet/cisco/enic/enic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _ENIC_H_
+2 -17
drivers/net/ethernet/cisco/enic/enic_api.c
··· 1 - /* 2 - * Copyright 2013 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2013 Cisco Systems, Inc. All rights reserved. 18 3 19 4 #include <linux/netdevice.h> 20 5 #include <linux/spinlock.h>
+2 -17
drivers/net/ethernet/cisco/enic/enic_api.h
··· 1 - /** 2 - * Copyright 2013 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2013 Cisco Systems, Inc. All rights reserved. */ 18 3 19 4 #ifndef __ENIC_API_H__ 20 5 #define __ENIC_API_H__
+2 -17
drivers/net/ethernet/cisco/enic/enic_dev.c
··· 1 - /* 2 - * Copyright 2011 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2011 Cisco Systems, Inc. All rights reserved. 18 3 19 4 #include <linux/pci.h> 20 5 #include <linux/etherdevice.h>
+2 -17
drivers/net/ethernet/cisco/enic/enic_dev.h
··· 1 - /* 2 - * Copyright 2011 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2011 Cisco Systems, Inc. All rights reserved. */ 18 3 19 4 #ifndef _ENIC_DEV_H_ 20 5 #define _ENIC_DEV_H_
+2 -17
drivers/net/ethernet/cisco/enic/enic_ethtool.c
··· 1 - /* 2 - * Copyright 2013 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2013 Cisco Systems, Inc. All rights reserved. 18 3 19 4 #include <linux/netdevice.h> 20 5 #include <linux/ethtool.h>
+2 -17
drivers/net/ethernet/cisco/enic/enic_pp.c
··· 1 - /* 2 - * Copyright 2011 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2011 Cisco Systems, Inc. All rights reserved. 18 3 19 4 #include <linux/kernel.h> 20 5 #include <linux/string.h>
+2 -17
drivers/net/ethernet/cisco/enic/enic_pp.h
··· 1 - /* 2 - * Copyright 2011 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2011 Cisco Systems, Inc. All rights reserved. */ 18 3 19 4 #ifndef _ENIC_PP_H_ 20 5 #define _ENIC_PP_H_
+1 -14
drivers/net/ethernet/cisco/enic/enic_res.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/net/ethernet/cisco/enic/enic_res.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _ENIC_RES_H_
+1 -14
drivers/net/ethernet/cisco/enic/rq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _RQ_ENET_DESC_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_cq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/net/ethernet/cisco/enic/vnic_cq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_CQ_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/net/ethernet/cisco/enic/vnic_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_DEV_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_devcmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_DEVCMD_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_enet.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_ENIC_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_intr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/net/ethernet/cisco/enic/vnic_intr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_INTR_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_nic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_NIC_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_resource.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_RESOURCE_H_
+1 -15
drivers/net/ethernet/cisco/enic/vnic_rq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h> ··· 203 216 204 217 vnic_dev_clear_desc_ring(&rq->ring); 205 218 } 206 -
+1 -14
drivers/net/ethernet/cisco/enic/vnic_rq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_RQ_H_
+1 -13
drivers/net/ethernet/cisco/enic/vnic_rss.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #ifndef _VNIC_RSS_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_stats.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_STATS_H_
+2 -17
drivers/net/ethernet/cisco/enic/vnic_vic.c
··· 1 - /* 2 - * Copyright 2010 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2010 Cisco Systems, Inc. All rights reserved. 18 3 19 4 #include <linux/kernel.h> 20 5 #include <linux/errno.h>
+2 -17
drivers/net/ethernet/cisco/enic/vnic_vic.h
··· 1 - /* 2 - * Copyright 2010 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - * 17 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2010 Cisco Systems, Inc. All rights reserved. */ 18 3 19 4 #ifndef _VNIC_VIC_H_ 20 5 #define _VNIC_VIC_H_
+1 -14
drivers/net/ethernet/cisco/enic/vnic_wq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
drivers/net/ethernet/cisco/enic/vnic_wq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _VNIC_WQ_H_
+1 -14
drivers/net/ethernet/cisco/enic/wq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008-2010 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 - * 18 5 */ 19 6 20 7 #ifndef _WQ_ENET_DESC_H_
+1 -13
drivers/scsi/fnic/cq_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _CQ_DESC_H_ 19 7 #define _CQ_DESC_H_
+1 -13
drivers/scsi/fnic/cq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _CQ_ENET_DESC_H_ 19 7 #define _CQ_ENET_DESC_H_
+1 -13
drivers/scsi/fnic/cq_exch_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _CQ_EXCH_DESC_H_ 19 7 #define _CQ_EXCH_DESC_H_
+1 -13
drivers/scsi/fnic/fcpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _FCPIO_H_ 19 7 #define _FCPIO_H_
+1 -13
drivers/scsi/fnic/fnic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _FNIC_H_ 19 7 #define _FNIC_H_
+1 -13
drivers/scsi/fnic/fnic_attrs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/string.h> 19 7 #include <linux/device.h>
+2 -16
drivers/scsi/fnic/fnic_debugfs.c
··· 1 - /* 2 - * Copyright 2012 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2012 Cisco Systems, Inc. All rights reserved. 17 3 18 4 #include <linux/module.h> 19 5 #include <linux/errno.h>
+1 -13
drivers/scsi/fnic/fnic_fcs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/errno.h> 19 7 #include <linux/pci.h>
+1 -13
drivers/scsi/fnic/fnic_fip.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #ifndef _FNIC_FIP_H_
+1 -13
drivers/scsi/fnic/fnic_io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _FNIC_IO_H_ 19 7 #define _FNIC_IO_H_
+1 -14
drivers/scsi/fnic/fnic_isr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/string.h> 19 7 #include <linux/errno.h> ··· 320 332 pci_free_irq_vectors(fnic->pdev); 321 333 vnic_dev_set_intr_mode(fnic->vdev, VNIC_DEV_INTR_MODE_INTX); 322 334 } 323 -
+1 -14
drivers/scsi/fnic/fnic_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/module.h> 19 7 #include <linux/mempool.h> ··· 1147 1159 1148 1160 module_init(fnic_init_module); 1149 1161 module_exit(fnic_cleanup_module); 1150 -
+1 -13
drivers/scsi/fnic/fnic_res.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/errno.h> 19 7 #include <linux/types.h>
+1 -13
drivers/scsi/fnic/fnic_res.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _FNIC_RES_H_ 19 7 #define _FNIC_RES_H_
+1 -13
drivers/scsi/fnic/fnic_scsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/mempool.h> 19 7 #include <linux/errno.h>
+2 -16
drivers/scsi/fnic/fnic_stats.h
··· 1 - /* 2 - * Copyright 2013 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2013 Cisco Systems, Inc. All rights reserved. */ 17 3 #ifndef _FNIC_STATS_H_ 18 4 #define _FNIC_STATS_H_ 19 5
+2 -16
drivers/scsi/fnic/fnic_trace.c
··· 1 - /* 2 - * Copyright 2012 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2012 Cisco Systems, Inc. All rights reserved. 17 3 18 4 #include <linux/module.h> 19 5 #include <linux/mempool.h>
+2 -16
drivers/scsi/fnic/fnic_trace.h
··· 1 - /* 2 - * Copyright 2012 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2012 Cisco Systems, Inc. All rights reserved. */ 17 3 18 4 #ifndef __FNIC_TRACE_H__ 19 5 #define __FNIC_TRACE_H__
+1 -13
drivers/scsi/fnic/rq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _RQ_ENET_DESC_H_ 19 7 #define _RQ_ENET_DESC_H_
+1 -13
drivers/scsi/fnic/vnic_cq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #include <linux/errno.h> 19 7 #include <linux/types.h>
+1 -13
drivers/scsi/fnic/vnic_cq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_CQ_H_ 19 7 #define _VNIC_CQ_H_
+1 -13
drivers/scsi/fnic/vnic_cq_copy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_CQ_COPY_H_ 19 7 #define _VNIC_CQ_COPY_H_
+1 -13
drivers/scsi/fnic/vnic_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #include <linux/kernel.h>
+1 -13
drivers/scsi/fnic/vnic_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_DEV_H_ 19 7 #define _VNIC_DEV_H_
+1 -13
drivers/scsi/fnic/vnic_devcmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_DEVCMD_H_ 19 7 #define _VNIC_DEVCMD_H_
+1 -13
drivers/scsi/fnic/vnic_intr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #include <linux/kernel.h>
+1 -13
drivers/scsi/fnic/vnic_intr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_INTR_H_ 19 7 #define _VNIC_INTR_H_
+1 -13
drivers/scsi/fnic/vnic_nic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_NIC_H_ 19 7 #define _VNIC_NIC_H_
+1 -13
drivers/scsi/fnic/vnic_resource.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_RESOURCE_H_ 19 7 #define _VNIC_RESOURCE_H_
+1 -14
drivers/scsi/fnic/vnic_rq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #include <linux/errno.h> ··· 179 191 180 192 vnic_dev_clear_desc_ring(&rq->ring); 181 193 } 182 -
+1 -13
drivers/scsi/fnic/vnic_rq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_RQ_H_ 19 7 #define _VNIC_RQ_H_
+1 -13
drivers/scsi/fnic/vnic_scsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_SCSI_H_ 19 7 #define _VNIC_SCSI_H_
+1 -13
drivers/scsi/fnic/vnic_stats.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_STATS_H_ 19 7 #define _VNIC_STATS_H_
+1 -13
drivers/scsi/fnic/vnic_wq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #include <linux/errno.h>
+1 -13
drivers/scsi/fnic/vnic_wq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_WQ_H_ 19 7 #define _VNIC_WQ_H_
+1 -14
drivers/scsi/fnic/vnic_wq_copy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 19 7 #include <linux/errno.h> ··· 96 108 iowrite32(error_interrupt_enable, &wq->ctrl->error_interrupt_enable); 97 109 iowrite32(error_interrupt_offset, &wq->ctrl->error_interrupt_offset); 98 110 } 99 -
+1 -13
drivers/scsi/fnic/vnic_wq_copy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _VNIC_WQ_COPY_H_ 19 7 #define _VNIC_WQ_COPY_H_
+1 -13
drivers/scsi/fnic/wq_enet_desc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cisco Systems, Inc. All rights reserved. 3 4 * Copyright 2007 Nuova Systems, Inc. All rights reserved. 4 - * 5 - * This program is free software; you may redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 - * 9 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 10 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 11 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 12 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 13 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 14 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 15 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 16 - * SOFTWARE. 17 5 */ 18 6 #ifndef _WQ_ENET_DESC_H_ 19 7 #define _WQ_ENET_DESC_H_
+2 -16
drivers/scsi/snic/cq_desc.h
··· 1 - /* 2 - * Copyright 2014 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2014 Cisco Systems, Inc. All rights reserved. */ 17 3 18 4 #ifndef _CQ_DESC_H_ 19 5 #define _CQ_DESC_H_
+2 -16
drivers/scsi/snic/cq_enet_desc.h
··· 1 - /* 2 - * Copyright 2014 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2014 Cisco Systems, Inc. All rights reserved. */ 17 3 18 4 #ifndef _CQ_ENET_DESC_H_ 19 5 #define _CQ_ENET_DESC_H_
+2 -16
drivers/scsi/snic/snic.h
··· 1 - /* 2 - * Copyright 2014 Cisco Systems, Inc. All rights reserved. 3 - * 4 - * This program is free software; you may redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 - * 8 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 9 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 10 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 11 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 12 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 13 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 14 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 15 - * SOFTWARE. 16 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright 2014 Cisco Systems, Inc. All rights reserved. */ 17 3 18 4 #ifndef _SNIC_H_ 19 5 #define _SNIC_H_