From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5D16CB0A7 for ; Thu, 15 May 2014 04:18:36 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 14 May 2014 19:18:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,1055,1389772800"; d="scan'208";a="539294418" Received: from shilc102.sh.intel.com ([10.239.39.44]) by fmsmga002.fm.intel.com with ESMTP; 14 May 2014 19:18:39 -0700 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shilc102.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s4F2IYFV024952; Thu, 15 May 2014 10:18:36 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id s4F2IVXQ015931; Thu, 15 May 2014 10:18:33 +0800 Received: (from jijiangl@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id s4F2IVcf015927; Thu, 15 May 2014 10:18:31 +0800 From: Jijiang Liu To: dev@dpdk.org Date: Thu, 15 May 2014 10:18:14 +0800 Message-Id: <1400120294-15871-4-git-send-email-jijiang.liu@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1400120294-15871-1-git-send-email-jijiang.liu@intel.com> References: <1400120294-15871-1-git-send-email-jijiang.liu@intel.com> Subject: [dpdk-dev] [PATCH 3/3] Upgrade share codes:change Copyright date of e1000_osdep.c and e1000_osdep.h files X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2014 02:18:36 -0000 Signed-off-by: Jijiang Liu --- lib/librte_pmd_e1000/e1000/e1000_osdep.c | 2 +- lib/librte_pmd_e1000/e1000/e1000_osdep.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_e1000/e1000/e1000_osdep.c b/lib/librte_pmd_e1000/e1000/e1000_osdep.c index 7a569b2..7270edf 100644 --- a/lib/librte_pmd_e1000/e1000/e1000_osdep.c +++ b/lib/librte_pmd_e1000/e1000/e1000_osdep.c @@ -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 diff --git a/lib/librte_pmd_e1000/e1000/e1000_osdep.h b/lib/librte_pmd_e1000/e1000/e1000_osdep.h index f1301f7..b083a82 100644 --- a/lib/librte_pmd_e1000/e1000/e1000_osdep.h +++ b/lib/librte_pmd_e1000/e1000/e1000_osdep.h @@ -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 -- 1.7.0.7