diff mbox

[ethtool] ethtool: correct ixgbevf copyright date

Message ID 1377925372-13385-1-git-send-email-jeffrey.t.kirsher@intel.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Kirsher, Jeffrey T Aug. 31, 2013, 5:02 a.m. UTC
From: Jacob Keller <jacob.e.keller@intel.com>

This patch corrects the copyright date of the ixgbevf code, which was only
recently added.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
---
 ixgbevf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Hutchings Sept. 12, 2013, 2:17 p.m. UTC | #1
On Fri, 2013-08-30 at 22:02 -0700, Jeff Kirsher wrote:
> From: Jacob Keller <jacob.e.keller@intel.com>
> 
> This patch corrects the copyright date of the ixgbevf code, which was only
> recently added.

Applied, thanks.

Ben.

> Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
> ---
>  ixgbevf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ixgbevf.c b/ixgbevf.c
> index dae1178..2a3aa6f 100644
> --- a/ixgbevf.c
> +++ b/ixgbevf.c
> @@ -1,4 +1,4 @@
> -/* Copyright (c) 2007 Intel Corporation */
> +/* Copyright (c) 2013 Intel Corporation */
>  #include <stdio.h>
>  #include "internal.h"
>
diff mbox

Patch

diff --git a/ixgbevf.c b/ixgbevf.c
index dae1178..2a3aa6f 100644
--- a/ixgbevf.c
+++ b/ixgbevf.c
@@ -1,4 +1,4 @@ 
-/* Copyright (c) 2007 Intel Corporation */
+/* Copyright (c) 2013 Intel Corporation */
 #include <stdio.h>
 #include "internal.h"