From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id EC7955961 for ; Fri, 11 Apr 2014 11:34:40 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=platinum.localnet) by mail.droids-corp.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1WYXu0-0001WP-8C for dev@dpdk.org; Fri, 11 Apr 2014 11:37:46 +0200 From: Olivier MATZ To: dev@dpdk.org Date: Fri, 11 Apr 2014 11:35:55 +0200 Message-ID: <3455178.4558zZJzhp@platinum> Organization: 6WIND User-Agent: KMail/4.11.3 (Linux/3.12.6; KDE/4.11.3; x86_64; ; ) In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD0109D660@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD0109D660@BPXM14GP.gisp.nec.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [memnic PATCH] common: add Dual BSD/GPL license line 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: Fri, 11 Apr 2014 09:34:41 -0000 Hi Hiroshi, On Thursday, April 03, 2014 07:33:42 AM Hiroshi Shimamoto wrote: > From: Hiroshi Shimamoto > > The MEMNIC header file should be under Dual BSD/GPL license. > Put the license text "Dual BSD/GPL" into the file header. > > Signed-off-by: Hiroshi Shimamoto > --- > common/memnic.h | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Olivier Matz