Skip to content

Commit

Permalink
qlcnic: Updating copyright information.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jitendra Kalsaria authored and David S. Miller committed Feb 5, 2013
1 parent 7c1e7e9 commit 577ae39
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Documentation/networking/LICENSE.qlcnic
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009-2011 QLogic Corporation
Copyright (c) 2009-2013 QLogic Corporation
QLogic Linux qlcnic NIC Driver

You may modify and redistribute the device driver code under the
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include "qlcnic.h"
#include <linux/if_vlan.h>
#include <linux/ipv6.h>
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#ifndef __QLCNIC_83XX_HW_H
#define __QLCNIC_83XX_HW_H

Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include "qlcnic.h"
#include "qlcnic_hw.h"

Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include "qlcnic.h"
#include "qlcnic_hw.h"

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_hdr.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#ifndef __QLCNIC_HW_H
#define __QLCNIC_HW_H

Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include <linux/netdevice.h>
#include <linux/if_vlan.h>
#include <net/ip.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/
Expand Down
6 changes: 6 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_minidump.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include "qlcnic.h"
#include "qlcnic_hdr.h"
Expand Down
7 changes: 7 additions & 0 deletions drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* QLogic qlcnic NIC Driver
* Copyright (c) 2009-2013 QLogic Corporation
*
* See LICENSE.qlcnic for copyright and licensing details.
*/

#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/interrupt.h>
Expand Down

0 comments on commit 577ae39

Please sign in to comment.