[dpdk-dev] [PATCH] ethtool: remove triple license information

2016-08-24 Thread Thomas Monjalon
2016-08-04 17:45, Ferruh Yigit:
> On 8/1/2016 1:17 PM, Christian Ehrhardt wrote:
> > License information is already in LICENSE.GPL.
> > Remove two extra copies and change referred filename in the files.
> > 
> > Signed-off-by: Christian Ehrhardt 
> 
> In patch subject, I think it is better to use "kni: " tag instead of
> "ethtool:", apart from this:
> 
> Acked-by: Ferruh Yigit 

Applied, thanks


[dpdk-dev] [PATCH] ethtool: remove triple license information

2016-08-04 Thread Ferruh Yigit
On 8/1/2016 1:17 PM, Christian Ehrhardt wrote:
> License information is already in LICENSE.GPL.
> Remove two extra copies and change referred filename in the files.
> 
> Signed-off-by: Christian Ehrhardt 

In patch subject, I think it is better to use "kni: " tag instead of
"ethtool:", apart from this:

Acked-by: Ferruh Yigit 




[dpdk-dev] [PATCH] ethtool: remove triple license information

2016-08-01 Thread Christian Ehrhardt
License information is already in LICENSE.GPL.
Remove two extra copies and change referred filename in the files.

Signed-off-by: Christian Ehrhardt 
---
 lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING| 339 -
 .../linuxapp/kni/ethtool/igb/e1000_82575.c |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_82575.h |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_api.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_api.h   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_defines.h   |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/e1000_hw.h |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_i210.c  |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_i210.h  |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_mac.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_mac.h   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_manage.c|   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_manage.h|   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_mbx.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_mbx.h   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_nvm.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_nvm.h   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_osdep.h |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_phy.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_phy.h   |   2 +-
 .../linuxapp/kni/ethtool/igb/e1000_regs.h  |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb.h  |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_debugfs.c |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_ethtool.c |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_hwmon.c   |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_main.c |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_param.c   |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_procfs.c  |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_ptp.c  |   2 +-
 .../linuxapp/kni/ethtool/igb/igb_regtest.h |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_vmdq.c |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/igb_vmdq.h |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.c  |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/igb/kcompat.h  |   2 +-
 .../linuxapp/kni/ethtool/igb/kcompat_ethtool.c |   2 +-
 lib/librte_eal/linuxapp/kni/ethtool/ixgbe/COPYING  | 339 -
 lib/librte_eal/linuxapp/kni/ethtool/ixgbe/ixgbe.h  |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_82598.c   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_82598.h   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_82599.c   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_82599.h   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_api.c |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_api.h |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.c  |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_common.h  |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_dcb.h |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_ethtool.c |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_fcoe.h|   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_main.c|   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_mbx.h |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_osdep.h   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_phy.c |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_phy.h |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_sriov.h   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_type.h|   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_x540.c|   2 +-
 .../linuxapp/kni/ethtool/ixgbe/ixgbe_x540.h|   2 +-
 .../linuxapp/kni/ethtool/ixgbe/kcompat.c   |   2 +-
 .../linuxapp/kni/ethtool/ixgbe/kcompat.h   |   2 +-
 59 files changed, 57 insertions(+), 735 deletions(-)
 delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING
 delete mode 100644 lib/librte_eal/linuxapp/kni/ethtool/ixgbe/COPYING

diff --git a/lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING 
b/lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING
deleted file mode 100644
index 5f297e5..000
--- a/lib/librte_eal/linuxapp/kni/ethtool/igb/COPYING
+++ /dev/null
@@ -1,339 +0,0 @@
-
-"This software program is licensed subject to the GNU General Public License 
-(GPL). Version 2, June 1991, available at 
-"
-
-GNU General Public License 
-
-Version 2, June 1991
-
-Copyright (C) 1989, 1991 Free Software Foundation, Inc.  
-59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
-
-Everyone is permitted to copy and distribute verbatim copies of this license
-document, but changing it is not allowed.
-
-Preamble
-
-The licenses for most software are designed to take away your freedom to 
-share and change it. By contrast, the GNU General Public License is intended
-to guarantee your freedom to share and change free software--to make sure 
-the software is free for all its users. This General Public Li