diff options
author | Karen Xie <kxie@chelsio.com> | 2015-04-10 16:57:15 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Odin.com> | 2015-05-25 11:46:25 -0400 |
commit | 1149a5ed72548dfb3ca0cf328b3737ebc678262b (patch) | |
tree | 42dd7d73a88febe3e45063cbe4ab44a0cc02c3b8 | |
parent | 81daf10c76770ef9fbb59f4d024f67517edf21d3 (diff) |
cxgbi: update copyright to 2015
Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Odin.com>
-rw-r--r-- | drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 2 | ||||
-rw-r--r-- | drivers/scsi/cxgbi/cxgb3i/cxgb3i.h | 2 | ||||
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 2 | ||||
-rw-r--r-- | drivers/scsi/cxgbi/cxgb4i/cxgb4i.h | 2 | ||||
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.c | 2 | ||||
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index 0ae71562a491..96c44f5cf1a5 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c +++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cxgb3i_offload.c: Chelsio S3xx iscsi offloaded tcp connection management | 2 | * cxgb3i_offload.c: Chelsio S3xx iscsi offloaded tcp connection management |
3 | * | 3 | * |
4 | * Copyright (C) 2003-2008 Chelsio Communications. All rights reserved. | 4 | * Copyright (C) 2003-2015 Chelsio Communications. All rights reserved. |
5 | * | 5 | * |
6 | * This program is distributed in the hope that it will be useful, but WITHOUT | 6 | * This program is distributed in the hope that it will be useful, but WITHOUT |
7 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 7 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h index 20593fd69d8f..b0430c9359e7 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h +++ b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cxgb3i.h: Chelsio S3xx iSCSI driver. | 2 | * cxgb3i.h: Chelsio S3xx iSCSI driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2008 Chelsio Communications, Inc. | 4 | * Copyright (c) 2008-2015 Chelsio Communications, Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c index 9147ae43a8c0..984d09280778 100644 --- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c +++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cxgb4i.c: Chelsio T4 iSCSI driver. | 2 | * cxgb4i.c: Chelsio T4 iSCSI driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2010 Chelsio Communications, Inc. | 4 | * Copyright (c) 2010-2015 Chelsio Communications, Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.h b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.h index 1096026ba241..63115bc6791c 100644 --- a/drivers/scsi/cxgbi/cxgb4i/cxgb4i.h +++ b/drivers/scsi/cxgbi/cxgb4i/cxgb4i.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * cxgb4i.h: Chelsio T4 iSCSI driver. | 2 | * cxgb4i.h: Chelsio T4 iSCSI driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2010 Chelsio Communications, Inc. | 4 | * Copyright (c) 2010-2015 Chelsio Communications, Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/scsi/cxgbi/libcxgbi.c b/drivers/scsi/cxgbi/libcxgbi.c index 42c928407d3d..f4cfa1eda9e4 100644 --- a/drivers/scsi/cxgbi/libcxgbi.c +++ b/drivers/scsi/cxgbi/libcxgbi.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * libcxgbi.c: Chelsio common library for T3/T4 iSCSI driver. | 2 | * libcxgbi.c: Chelsio common library for T3/T4 iSCSI driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2010 Chelsio Communications, Inc. | 4 | * Copyright (c) 2010-2015 Chelsio Communications, Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |
diff --git a/drivers/scsi/cxgbi/libcxgbi.h b/drivers/scsi/cxgbi/libcxgbi.h index f89fad00504f..b3e5bd1d5d9c 100644 --- a/drivers/scsi/cxgbi/libcxgbi.h +++ b/drivers/scsi/cxgbi/libcxgbi.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * libcxgbi.h: Chelsio common library for T3/T4 iSCSI driver. | 2 | * libcxgbi.h: Chelsio common library for T3/T4 iSCSI driver. |
3 | * | 3 | * |
4 | * Copyright (c) 2010 Chelsio Communications, Inc. | 4 | * Copyright (c) 2010-2015 Chelsio Communications, Inc. |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License as published by | 7 | * it under the terms of the GNU General Public License as published by |