1
0
Fork 0

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>
hifive-unleashed-5.1
Jitendra Kalsaria 2013-02-04 12:33:07 +00:00 committed by David S. Miller
parent 7c1e7e99ab
commit 577ae39ddb
16 changed files with 63 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2009-2011 QLogic Corporation Copyright (c) 2009-2013 QLogic Corporation
QLogic Linux qlcnic NIC Driver QLogic Linux qlcnic NIC Driver
You may modify and redistribute the device driver code under the You may modify and redistribute the device driver code under the

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -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.h"
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <linux/ipv6.h> #include <linux/ipv6.h>

View File

@ -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 #ifndef __QLCNIC_83XX_HW_H
#define __QLCNIC_83XX_HW_H #define __QLCNIC_83XX_HW_H

View File

@ -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.h"
#include "qlcnic_hw.h" #include "qlcnic_hw.h"

View File

@ -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.h"
#include "qlcnic_hw.h" #include "qlcnic_hw.h"

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -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 #ifndef __QLCNIC_HW_H
#define __QLCNIC_HW_H #define __QLCNIC_HW_H

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -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/netdevice.h>
#include <linux/if_vlan.h> #include <linux/if_vlan.h>
#include <net/ip.h> #include <net/ip.h>

View File

@ -1,6 +1,6 @@
/* /*
* QLogic qlcnic NIC Driver * QLogic qlcnic NIC Driver
* Copyright (c) 2009-2010 QLogic Corporation * Copyright (c) 2009-2013 QLogic Corporation
* *
* See LICENSE.qlcnic for copyright and licensing details. * See LICENSE.qlcnic for copyright and licensing details.
*/ */

View File

@ -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.h"
#include "qlcnic_hdr.h" #include "qlcnic_hdr.h"

View File

@ -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/slab.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/interrupt.h> #include <linux/interrupt.h>