]> git.droids-corp.org - dpdk.git/commitdiff
e1000/base: update copyright to 2014
authorJijiang Liu <jijiang.liu@intel.com>
Wed, 18 Jun 2014 09:42:04 +0000 (11:42 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jun 2014 21:30:43 +0000 (23:30 +0200)
Signed-off-by: Jijiang Liu <jijiang.liu@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
Tested-by: Waterman Cao <waterman.cao@intel.com>
[Thomas: split code drop]

36 files changed:
lib/librte_pmd_e1000/e1000/README
lib/librte_pmd_e1000/e1000/e1000_80003es2lan.c
lib/librte_pmd_e1000/e1000/e1000_80003es2lan.h
lib/librte_pmd_e1000/e1000/e1000_82540.c
lib/librte_pmd_e1000/e1000/e1000_82541.c
lib/librte_pmd_e1000/e1000/e1000_82541.h
lib/librte_pmd_e1000/e1000/e1000_82542.c
lib/librte_pmd_e1000/e1000/e1000_82543.c
lib/librte_pmd_e1000/e1000/e1000_82543.h
lib/librte_pmd_e1000/e1000/e1000_82571.c
lib/librte_pmd_e1000/e1000/e1000_82571.h
lib/librte_pmd_e1000/e1000/e1000_82575.c
lib/librte_pmd_e1000/e1000/e1000_82575.h
lib/librte_pmd_e1000/e1000/e1000_api.c
lib/librte_pmd_e1000/e1000/e1000_api.h
lib/librte_pmd_e1000/e1000/e1000_defines.h
lib/librte_pmd_e1000/e1000/e1000_hw.h
lib/librte_pmd_e1000/e1000/e1000_i210.c
lib/librte_pmd_e1000/e1000/e1000_i210.h
lib/librte_pmd_e1000/e1000/e1000_ich8lan.c
lib/librte_pmd_e1000/e1000/e1000_ich8lan.h
lib/librte_pmd_e1000/e1000/e1000_mac.c
lib/librte_pmd_e1000/e1000/e1000_mac.h
lib/librte_pmd_e1000/e1000/e1000_manage.c
lib/librte_pmd_e1000/e1000/e1000_manage.h
lib/librte_pmd_e1000/e1000/e1000_mbx.c
lib/librte_pmd_e1000/e1000/e1000_mbx.h
lib/librte_pmd_e1000/e1000/e1000_nvm.c
lib/librte_pmd_e1000/e1000/e1000_nvm.h
lib/librte_pmd_e1000/e1000/e1000_osdep.c
lib/librte_pmd_e1000/e1000/e1000_osdep.h
lib/librte_pmd_e1000/e1000/e1000_phy.c
lib/librte_pmd_e1000/e1000/e1000_phy.h
lib/librte_pmd_e1000/e1000/e1000_regs.h
lib/librte_pmd_e1000/e1000/e1000_vf.c
lib/librte_pmd_e1000/e1000/e1000_vf.h

index 29981f56aac80e68af949648ab69148c96d61a93..851e54e186be12bddcfd94c56c643667575e2680 100644 (file)
@@ -31,7 +31,7 @@
      OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 This directory contains source code of FreeBSD em & igb drivers of version
-cid-shared-code.2012.11.09 released by LAD. The sub-directory of lad/
+cid-shared-code.2014.04.21 released by LAD. The sub-directory of lad/
 contains the original source package.
 Few changes to the original FreeBSD sources were made to:
 - Adopt it for PMD usage mode:
index 86ddb68f41303e02f516d5231f084635e7630e0b..72692d9eaa7ebe9bf399bd525e7fab930141a17f 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index b187e8f65e31e308e7a41eb9d52a0247b187e38b..f5fe9677bfc6453a285030c3f061a257adfc290a 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index d942c472b4d28e53bb96a85f5c04d80b9b1463ad..fc1fa946cb47f054e746dec07eb4378bc74d1025 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 8440af3efeeb1df5042fc0147375de94f6a5d871..952aea288951c3d2b2e25c2931960d75d2332fd4 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index c8b495bc6f718fb543493448bd0ab56c7526baaf..0f50f556895ec98fb0a756c35ce503b58c41367e 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 2e06e167e922ab255c9a231a548cddbede330b61..afea4697d426e9d0dc5f2ba2ffa569a36c4e232a 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index e666c26ff2736a3498d44be7c045cbb430b4e06c..36335ba24b4e5d6d8983db79fc40c22d1ad18e03 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 7c2494c2fde63951a6116ce557a906738f074bd9..51056dbc05fe280887e0abcb4d184ef3dd0c8ef6 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index e5f56bb7b48f2e3a93da7f10f21f634e46808d5b..8ae1cb12e208765b81394d830609c02313ab6113 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 6aa7a213b004c2e42f62ed033909ed45074266f3..bdf64469a4c90a580ee243348dd652f2ae86bbc3 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 2c447d82af54b1ea4f54204664e30ee616a7e5c9..25fa672717f3ae419264036e106ecf42996d848a 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index cbe145d298231c7b7b2c6eff06636b238add4c7a..09b7bf2e80d774951771aba5340a225b960dab55 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index c6c64d903fd0b1d2e33098d25aa0a99eaf3031e5..a0645651ff8adde5b8314e542d672cd3448123da 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 619a852693244aeadfe73aa48230991911187ea7..02b16da35b927c13b6f45f00adcfa60182a4e192 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 3023a60c9a3011a64871f8c150d24b7d2f8790b5..278c50727cb67e580a3739a2070b33650c6b204b 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index bedd0ea14226894a0ee69e08b45f99e0ba1d7d5f..4dd92a30b9f4884d8632a9c71afe356781aa0ad6 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 6529febf6cdaa8e99e1a41c0f45d66a88ff0ba6e..1f5600d5d7cf4f2bd34ff53aefe99c9e43603ec8 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 1d79f3a9751b3d8ca2bc71370c9a8dd9f8ec2736..f2bd43bbb4c58c886a88922ed9103fc567926ab0 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 837ab2d44c412e9c8a2888d199a9dc851a73e2eb..3b1627bf382cad8f85680ae16ea8118ec936980b 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index ced45507da5be50df7288e63b8eac9571363e8af..8c5e9c328a6bf355add3f32e0229887576c29a82 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 86689040253c432a0ab9754d33f18383a04a0219..c8ec049be87859ee21a61e4d6a96a0905f3c7154 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 62512f037b9a0bcef3dd381753dcee877315de06..5a7ce4a4e2e97d7ca63250a163080df3ddc7c6c4 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index b2ca1742bda17481124012af3766c37870a7e6fa..30db8920edb0cfa61b23ffbcf195b6034b13d2f3 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 38a97b2c802562cfc0fb48680be99bf34bd067e8..e6f92c0c46f440757980edf7fa0ab54f6006a5ff 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 0a9bf8e72dc625cf24329be99165085eb8c42e4e..7ec4c564c80316c321717a248504e0425d9fcb8e 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 3bb4482e610f742593746c698f9143c4d20f810c..e9524fc8188e03df0593361f27ac098cda03907f 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 77bd5002298a0ac1f5d0f67813dc5712c9716ee2..8be437a8d1d7c3ba3bccf4af9886158cb88feb9e 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 10f0ae8dc91efdfd46c382f2e2e7b50ab14bcdd7..dee1f62f92c793c5bedae16d91fbe681632c4a38 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 7a569b22fe2b52409481612efa6da704baacd5bc..7270edfa1616304828835ca3e9e5c5189d01b97f 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2001-2011, Intel Corporation 
+  Copyright (c) 2001-2014, Intel Corporation 
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 
index f1301f7f0a02934c58108b92a670cea5518d891e..b083a829e71f7d6ab44dec9c866e7ad8335a066e 100644 (file)
@@ -1,6 +1,6 @@
 /******************************************************************************
 
-  Copyright (c) 2001-2011, Intel Corporation 
+  Copyright (c) 2001-2014, Intel Corporation 
   All rights reserved.
   
   Redistribution and use in source and binary forms, with or without 
index a8063cd991f4f34a6def88ba3e413ea98b57da32..e214f17986708fcdc050e32468a8ef4b39b2d20f 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 072d559e03d5cbd40743ceb600149f7f62e343db..73a9b1fda25b056fdbf30309b87bc161ff82ba69 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 81b34e9498e4253d95c0484282750c2b1fe727c2..bde2a089e919bc2b04399841e779378518b48688 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 501fe5a87a801d127614c0559ec4ae6e456c0ffc..778561e73ed7768e7abc00a4e0090106bf6f05de 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
index 56cf7b382138a23988a7e9a14aeecc6792cc6b9e..6d5bd996d7c6adcf21deeb00295cc14d3cabd73c 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
 
-Copyright (c) 2001-2012, Intel Corporation
+Copyright (c) 2001-2014, Intel Corporation
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without