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 - rule 411

Based on 1 normalized pattern(s):

this file is licensed under gplv2 this file is part of the [aic94xx]
driver the [aic94xx] driver is free software you can redistribute it
and or modify it under the terms of the gnu general public license
as published by the free software foundation version 2 of the
license the [aic94xx] driver is distributed in the hope that it will
be useful but without any warranty without even the implied warranty
of merchantability or fitness for a particular purpose see the gnu
general public license for more details you should have received a
copy of the gnu general public license along with the [aic94xx]
driver if not write to the free software foundation inc 51 franklin
st fifth floor boston ma 02110 1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190112.766909183@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
65c85c83 a98c5b19

+19 -357
+1 -17
drivers/scsi/aic94xx/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # 2 3 # Makefile for Adaptec aic94xx SAS/SATA driver. 3 4 # 4 5 # Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 7 # 7 - # This file is licensed under GPLv2. 8 - # 9 - # This file is part of the aic94xx driver. 10 - # 11 - # The aic94xx driver is free software; you can redistribute it and/or 12 - # modify it under the terms of the GNU General Public License as 13 - # published by the Free Software Foundation; version 2 of the 14 - # License. 15 - # 16 - # The aic94xx driver is distributed in the hope that it will be useful, 17 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - # General Public License for more details. 20 - # 21 - # You should have received a copy of the GNU General Public License 22 - # along with the aic94xx driver; if not, write to the Free Software 23 - # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 8 25 9 ccflags-$(CONFIG_AIC94XX_DEBUG) := -DASD_DEBUG -DASD_ENTER_EXIT 26 10
+1 -18
drivers/scsi/aic94xx/aic94xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 7 * 25 8 * $Id: //depot/aic94xx/aic94xx.h#31 $ 26 9 */
+1 -18
drivers/scsi/aic94xx/aic94xx_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA DDB management 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 7 * 25 8 * $Id: //depot/aic94xx/aic94xx_dev.c#21 $ 26 9 */
+1 -19
drivers/scsi/aic94xx/aic94xx_dump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver dump interface. 3 4 * ··· 6 5 * Copyright (C) 2004 David Chaw <david_chaw@adaptec.com> 7 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 8 7 * 9 - * This file is licensed under GPLv2. 10 - * 11 - * This file is part of the aic94xx driver. 12 - * 13 - * The aic94xx driver is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation; version 2 of the 16 - * License. 17 - * 18 - * The aic94xx driver is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 - * 23 - * You should have received a copy of the GNU General Public License 24 - * along with the aic94xx driver; if not, write to the Free Software 25 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 26 - * 27 8 * 2005/07/14/LT Complete overhaul of this file. Update pages, register 28 9 * locations, names, etc. Make use of macros. Print more information. 29 10 * Print all cseq and lseq mip and mdp. 30 - * 31 11 */ 32 12 33 13 #include <linux/pci.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_dump.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver dump header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #ifndef _AIC94XX_DUMP_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_hwi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver hardware interface. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/pci.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_hwi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver hardware interface header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #ifndef _AIC94XX_HWI_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver initialization. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/module.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_reg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver register access. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/pci.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver hardware registers definitions. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #ifndef _AIC94XX_REG_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_reg_def.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver hardware registers definitions. 3 4 * ··· 10 9 * agnostic register r/w functions. Some register corrections, sizes, 11 10 * etc. 12 11 * 13 - * This file is licensed under GPLv2. 14 - * 15 - * This file is part of the aic94xx driver. 16 - * 17 - * The aic94xx driver is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation; version 2 of the 20 - * License. 21 - * 22 - * The aic94xx driver is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 25 - * General Public License for more details. 26 - * 27 - * You should have received a copy of the GNU General Public License 28 - * along with the aic94xx driver; if not, write to the Free Software 29 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 30 - * 31 12 * $Id: //depot/aic94xx/aic94xx_reg_def.h#27 $ 32 - * 33 13 */ 34 14 35 15 #ifndef _ADP94XX_REG_DEF_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_sas.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver SAS definitions and hardware interface header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #ifndef _AIC94XX_SAS_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_scb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver SCB management. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/gfp.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_sds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver access to shared data structures and memory 3 4 * maps. 4 5 * 5 6 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 6 7 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 7 - * 8 - * This file is licensed under GPLv2. 9 - * 10 - * This file is part of the aic94xx driver. 11 - * 12 - * The aic94xx driver is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation; version 2 of the 15 - * License. 16 - * 17 - * The aic94xx driver is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 - * You should have received a copy of the GNU General Public License 23 - * along with the aic94xx driver; if not, write to the Free Software 24 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 25 - * 26 8 */ 27 9 28 10 #include <linux/pci.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_sds.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver hardware interface header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Gilbert Wu <gilbert_wu@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 #ifndef _AIC94XX_SDS_H_ 27 9 #define _AIC94XX_SDS_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_seq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA driver sequencer interface. 3 4 * ··· 6 5 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 7 6 * 8 7 * Parts of this code adapted from David Chaw's adp94xx_seq.c. 9 - * 10 - * This file is licensed under GPLv2. 11 - * 12 - * This file is part of the aic94xx driver. 13 - * 14 - * The aic94xx driver is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation; version 2 of the 17 - * License. 18 - * 19 - * The aic94xx driver is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 - * General Public License for more details. 23 - * 24 - * You should have received a copy of the GNU General Public License 25 - * along with the aic94xx driver; if not, write to the Free Software 26 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 27 - * 28 8 */ 29 9 30 10 #include <linux/delay.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_seq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aic94xx SAS/SATA driver sequencer interface header file. 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #ifndef _AIC94XX_SEQ_H_
+1 -19
drivers/scsi/aic94xx/aic94xx_task.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx SAS/SATA Tasks 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/spinlock.h>
+1 -19
drivers/scsi/aic94xx/aic94xx_tmf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aic94xx Task Management Functions 3 4 * 4 5 * Copyright (C) 2005 Adaptec, Inc. All rights reserved. 5 6 * Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 6 - * 7 - * This file is licensed under GPLv2. 8 - * 9 - * This file is part of the aic94xx driver. 10 - * 11 - * The aic94xx driver is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation; version 2 of the 14 - * License. 15 - * 16 - * The aic94xx driver is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 - * 21 - * You should have received a copy of the GNU General Public License 22 - * along with the aic94xx driver; if not, write to the Free Software 23 - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 24 - * 25 7 */ 26 8 27 9 #include <linux/spinlock.h>