Skip to content

Commit 577ae39

Browse files
Jitendra Kalsariadavem330
authored andcommitted
qlcnic: Updating copyright information.
We recently refactored the driver source, this patch will take care of updating copyright date and adding it to newly added files. Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7c1e7e9 commit 577ae39

File tree

16 files changed

+63
-8
lines changed

16 files changed

+63
-8
lines changed

Documentation/networking/LICENSE.qlcnic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2009-2011 QLogic Corporation
1+
Copyright (c) 2009-2013 QLogic Corporation
22
QLogic Linux qlcnic NIC Driver
33

44
You may modify and redistribute the device driver code under the

drivers/net/ethernet/qlogic/qlcnic/qlcnic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* QLogic qlcnic NIC Driver
3-
* Copyright (c) 2009-2010 QLogic Corporation
3+
* Copyright (c) 2009-2013 QLogic Corporation
44
*
55
* See LICENSE.qlcnic for copyright and licensing details.
66
*/

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* QLogic qlcnic NIC Driver
3+
* Copyright (c) 2009-2013 QLogic Corporation
4+
*
5+
* See LICENSE.qlcnic for copyright and licensing details.
6+
*/
7+
18
#include "qlcnic.h"
29
#include <linux/if_vlan.h>
310
#include <linux/ipv6.h>

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* QLogic qlcnic NIC Driver
3+
* Copyright (c) 2009-2013 QLogic Corporation
4+
*
5+
* See LICENSE.qlcnic for copyright and licensing details.
6+
*/
7+
18
#ifndef __QLCNIC_83XX_HW_H
29
#define __QLCNIC_83XX_HW_H
310

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* QLogic qlcnic NIC Driver
3+
* Copyright (c) 2009-2013 QLogic Corporation
4+
*
5+
* See LICENSE.qlcnic for copyright and licensing details.
6+
*/
7+
18
#include "qlcnic.h"
29
#include "qlcnic_hw.h"
310

drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* QLogic qlcnic NIC Driver
3+
* Copyright (c) 2009-2013 QLogic Corporation
4+
*
5+
* See LICENSE.qlcnic for copyright and licensing details.
6+
*/
7+
18
#include "qlcnic.h"
29
#include "qlcnic_hw.h"
310

drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* QLogic qlcnic NIC Driver
3-
* Copyright (c) 2009-2010 QLogic Corporation
3+
* Copyright (c) 2009-2013 QLogic Corporation
44
*
55
* See LICENSE.qlcnic for copyright and licensing details.
66
*/

drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* QLogic qlcnic NIC Driver
3-
* Copyright (c) 2009-2010 QLogic Corporation
3+
* Copyright (c) 2009-2013 QLogic Corporation
44
*
55
* See LICENSE.qlcnic for copyright and licensing details.
66
*/

drivers/net/ethernet/qlogic/qlcnic/qlcnic_hdr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* QLogic qlcnic NIC Driver
3-
* Copyright (c) 2009-2010 QLogic Corporation
3+
* Copyright (c) 2009-2013 QLogic Corporation
44
*
55
* See LICENSE.qlcnic for copyright and licensing details.
66
*/

drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* QLogic qlcnic NIC Driver
3-
* Copyright (c) 2009-2010 QLogic Corporation
3+
* Copyright (c) 2009-2013 QLogic Corporation
44
*
55
* See LICENSE.qlcnic for copyright and licensing details.
66
*/

0 commit comments

Comments
 (0)