Commit cddc0ab71194a09c0ac359be10a0f1ef976ddc95
Committed by
James Bottomley
1 parent
22288ca9e6
Exists in
master
and in
7 other branches
[SCSI] mpt fusion : Updated copyright statment with 2008 included
Updating copyright statement to include the year 2008 Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Showing 15 changed files with 17 additions and 17 deletions Side-by-side Diff
- drivers/message/fusion/lsi/mpi.h
- drivers/message/fusion/lsi/mpi_cnfg.h
- drivers/message/fusion/mptbase.c
- drivers/message/fusion/mptbase.h
- drivers/message/fusion/mptctl.c
- drivers/message/fusion/mptctl.h
- drivers/message/fusion/mptdebug.h
- drivers/message/fusion/mptfc.c
- drivers/message/fusion/mptlan.c
- drivers/message/fusion/mptlan.h
- drivers/message/fusion/mptsas.c
- drivers/message/fusion/mptsas.h
- drivers/message/fusion/mptscsih.c
- drivers/message/fusion/mptscsih.h
- drivers/message/fusion/mptspi.c
drivers/message/fusion/lsi/mpi.h
drivers/message/fusion/lsi/mpi_cnfg.h
drivers/message/fusion/mptbase.c
drivers/message/fusion/mptbase.h
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * LSIFC9xx/LSI409xx Fibre Channel |
6 | 6 | * running LSI Fusion MPT (Message Passing Technology) firmware. |
7 | 7 | * |
8 | - * Copyright (c) 1999-2007 LSI Corporation | |
8 | + * Copyright (c) 1999-2008 LSI Corporation | |
9 | 9 | * (mailto:DL-MPTFusionLinux@lsi.com) |
10 | 10 | * |
11 | 11 | */ |
... | ... | @@ -73,7 +73,7 @@ |
73 | 73 | #endif |
74 | 74 | |
75 | 75 | #ifndef COPYRIGHT |
76 | -#define COPYRIGHT "Copyright (c) 1999-2007 " MODULEAUTHOR | |
76 | +#define COPYRIGHT "Copyright (c) 1999-2008 " MODULEAUTHOR | |
77 | 77 | #endif |
78 | 78 | |
79 | 79 | #define MPT_LINUX_VERSION_COMMON "3.04.07" |
drivers/message/fusion/mptctl.c
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | * For use with LSI PCI chip/adapters |
5 | 5 | * running LSI Fusion MPT (Message Passing Technology) firmware. |
6 | 6 | * |
7 | - * Copyright (c) 1999-2007 LSI Corporation | |
7 | + * Copyright (c) 1999-2008 LSI Corporation | |
8 | 8 | * (mailto:DL-MPTFusionLinux@lsi.com) |
9 | 9 | * |
10 | 10 | */ |
... | ... | @@ -66,7 +66,7 @@ |
66 | 66 | #include <scsi/scsi_host.h> |
67 | 67 | #include <scsi/scsi_tcq.h> |
68 | 68 | |
69 | -#define COPYRIGHT "Copyright (c) 1999-2007 LSI Corporation" | |
69 | +#define COPYRIGHT "Copyright (c) 1999-2008 LSI Corporation" | |
70 | 70 | #define MODULEAUTHOR "LSI Corporation" |
71 | 71 | #include "mptbase.h" |
72 | 72 | #include "mptctl.h" |
drivers/message/fusion/mptctl.h
drivers/message/fusion/mptdebug.h
drivers/message/fusion/mptfc.c
drivers/message/fusion/mptlan.c
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | * For use with LSI Fibre Channel PCI chip/adapters |
5 | 5 | * running LSI Fusion MPT (Message Passing Technology) firmware. |
6 | 6 | * |
7 | - * Copyright (c) 2000-2007 LSI Corporation | |
7 | + * Copyright (c) 2000-2008 LSI Corporation | |
8 | 8 | * (mailto:DL-MPTFusionLinux@lsi.com) |
9 | 9 | * |
10 | 10 | */ |
drivers/message/fusion/mptlan.h
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | * For use with LSI Fibre Channel PCI chip/adapters |
5 | 5 | * running LSI Fusion MPT (Message Passing Technology) firmware. |
6 | 6 | * |
7 | - * Copyright (c) 2000-2007 LSI Corporation | |
7 | + * Copyright (c) 2000-2008 LSI Corporation | |
8 | 8 | * (mailto:DL-MPTFusionLinux@lsi.com) |
9 | 9 | * |
10 | 10 | */ |
drivers/message/fusion/mptsas.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * For use with LSI PCI chip/adapter(s) |
4 | 4 | * running LSI Fusion MPT (Message Passing Technology) firmware. |
5 | 5 | * |
6 | - * Copyright (c) 1999-2007 LSI Corporation | |
6 | + * Copyright (c) 1999-2008 LSI Corporation | |
7 | 7 | * (mailto:DL-MPTFusionLinux@lsi.com) |
8 | 8 | */ |
9 | 9 | /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ |
drivers/message/fusion/mptsas.h
drivers/message/fusion/mptscsih.c
drivers/message/fusion/mptscsih.h
drivers/message/fusion/mptspi.c