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>
This commit is contained in:
parent
7c1e7e99ab
commit
577ae39ddb
16 changed files with 63 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue