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 2)

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
dfb99b05 e6550b3e

+62 -506
+2 -16
drivers/scsi/snic/snic_attrs.c
··· 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 #include <linux/string.h> 19 5 #include <linux/device.h>
+2 -16
drivers/scsi/snic/snic_ctl.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/pci.h>
+2 -16
drivers/scsi/snic/snic_debugfs.c
··· 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 #include <linux/module.h> 19 5 #include <linux/errno.h>
+2 -16
drivers/scsi/snic/snic_disc.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/mempool.h>
+2 -16
drivers/scsi/snic/snic_disc.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_DISC_H 19 5 #define __SNIC_DISC_H
+2 -16
drivers/scsi/snic/snic_fwint.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_FWINT_H 19 5 #define __SNIC_FWINT_H
+2 -16
drivers/scsi/snic/snic_io.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/pci.h>
+2 -16
drivers/scsi/snic/snic_io.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_IO_H 19 5 #define _SNIC_IO_H
+2 -16
drivers/scsi/snic/snic_isr.c
··· 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 #include <linux/string.h> 19 5 #include <linux/errno.h>
+2 -16
drivers/scsi/snic/snic_main.c
··· 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 #include <linux/module.h> 19 5 #include <linux/mempool.h>
+2 -16
drivers/scsi/snic/snic_res.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/types.h>
+2 -16
drivers/scsi/snic/snic_res.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_RES_H 19 5 #define __SNIC_RES_H
+2 -16
drivers/scsi/snic/snic_scsi.c
··· 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 #include <linux/mempool.h> 19 5 #include <linux/errno.h>
+2 -16
drivers/scsi/snic/snic_stats.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_STATS_H 19 5 #define __SNIC_STATS_H
+2 -16
drivers/scsi/snic/snic_trc.c
··· 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 #include <linux/module.h> 19 5 #include <linux/mempool.h>
+2 -16
drivers/scsi/snic/snic_trc.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_TRC_H 19 5 #define __SNIC_TRC_H
+2 -16
drivers/scsi/snic/vnic_cq.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/types.h>
+2 -16
drivers/scsi/snic/vnic_cq.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 _VNIC_CQ_H_ 19 5 #define _VNIC_CQ_H_
+2 -16
drivers/scsi/snic/vnic_cq_fw.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 _VNIC_CQ_FW_H_ 19 5 #define _VNIC_CQ_FW_H_
+2 -16
drivers/scsi/snic/vnic_dev.c
··· 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 #include <linux/kernel.h> 19 5 #include <linux/errno.h>
+2 -16
drivers/scsi/snic/vnic_dev.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 _VNIC_DEV_H_ 19 5 #define _VNIC_DEV_H_
+2 -16
drivers/scsi/snic/vnic_devcmd.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 _VNIC_DEVCMD_H_ 19 5 #define _VNIC_DEVCMD_H_
+2 -16
drivers/scsi/snic/vnic_intr.c
··· 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 #include <linux/kernel.h> 19 5 #include <linux/errno.h>
+2 -16
drivers/scsi/snic/vnic_intr.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 _VNIC_INTR_H_ 19 5 #define _VNIC_INTR_H_
+2 -16
drivers/scsi/snic/vnic_resource.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 _VNIC_RESOURCE_H_ 19 5 #define _VNIC_RESOURCE_H_
+2 -16
drivers/scsi/snic/vnic_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 _VNIC_SNIC_H_ 19 5 #define _VNIC_SNIC_H_
+2 -16
drivers/scsi/snic/vnic_stats.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 _VNIC_STATS_H_ 19 5 #define _VNIC_STATS_H_
+2 -16
drivers/scsi/snic/vnic_wq.c
··· 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 #include <linux/errno.h> 19 5 #include <linux/types.h>
+2 -16
drivers/scsi/snic/vnic_wq.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 _VNIC_WQ_H_ 19 5 #define _VNIC_WQ_H_
+2 -16
drivers/scsi/snic/wq_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 _WQ_ENET_DESC_H_ 19 5 #define _WQ_ENET_DESC_H_
+1 -13
include/media/i2c/ov2659.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Omnivision OV2659 CMOS Image Sensor driver 3 4 * ··· 6 5 * 7 6 * Benoit Parrot <bparrot@ti.com> 8 7 * Lad, Prabhakar <prabhakar.csengg@gmail.com> 9 - * 10 - * This program is free software; you may redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 15 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 16 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 17 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 18 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 19 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 20 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 - * SOFTWARE. 22 8 */ 23 9 24 10 #ifndef OV2659_H
+1 -13
samples/v4l/v4l2-pci-skeleton.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This is a V4L2 PCI Skeleton Driver. It gives an initial skeleton source 3 4 * for use with other PCI drivers. ··· 7 6 * input 0 and an HDMI connector as input 1. 8 7 * 9 8 * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. 10 - * 11 - * This program is free software; you may redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 16 - * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 17 - * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 18 - * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS 19 - * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN 20 - * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 21 - * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 - * SOFTWARE. 23 9 */ 24 10 25 11 #include <linux/types.h>