Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi: aacraid: Update copyrights

Added new copyright messages

Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Signed-off-by: Dave Carroll <David.Carroll@microsemi.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Raghava Aditya Renukunta and committed by
Martin K. Petersen
f4babba0 c799d519

+59 -11
+7 -1
drivers/scsi/aacraid/aachba.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by ··· 22 21 * You should have received a copy of the GNU General Public License 23 22 * along with this program; see the file COPYING. If not, write to 24 23 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24 + * 25 + * Module Name: 26 + * aachba.c 27 + * 28 + * Abstract: Contains Interfaces to manage IOs. 25 29 * 26 30 */ 27 31
+32
drivers/scsi/aacraid/aacraid.h
··· 1 + /* 2 + * Adaptec AAC series RAID controller driver 3 + * (c) Copyright 2001 Red Hat Inc. <alan@redhat.com> 4 + * 5 + * based on the old aacraid driver that is.. 6 + * Adaptec aacraid device driver for Linux. 7 + * 8 + * Copyright (c) 2000-2010 Adaptec, Inc. 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 11 + * 12 + * This program is free software; you can redistribute it and/or modify 13 + * it under the terms of the GNU General Public License as published by 14 + * the Free Software Foundation; either version 2, or (at your option) 15 + * any later version. 16 + * 17 + * This program 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 20 + * GNU General Public License for more details. 21 + * 22 + * You should have received a copy of the GNU General Public License 23 + * along with this program; see the file COPYING. If not, write to 24 + * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 + * 26 + * Module Name: 27 + * aacraid.h 28 + * 29 + * Abstract: Contains all routines for control of the aacraid driver 30 + * 31 + */ 32 + 1 33 #ifndef _AACRAID_H_ 2 34 #define _AACRAID_H_ 3 35 #ifndef dprintk
+2 -1
drivers/scsi/aacraid/commctrl.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/comminit.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/commsup.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/dpcsup.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/linit.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/nark.c
··· 5 5 * Adaptec aacraid device driver for Linux. 6 6 * 7 7 * Copyright (c) 2000-2010 Adaptec, Inc. 8 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 8 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 9 10 * 10 11 * This program is free software; you can redistribute it and/or modify 11 12 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/rkt.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/rx.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/sa.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by
+2 -1
drivers/scsi/aacraid/src.c
··· 6 6 * Adaptec aacraid device driver for Linux. 7 7 * 8 8 * Copyright (c) 2000-2010 Adaptec, Inc. 9 - * 2010 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 9 + * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 10 + * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 10 11 * 11 12 * This program is free software; you can redistribute it and/or modify 12 13 * it under the terms of the GNU General Public License as published by