From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id A14C05961 for ; Fri, 11 Apr 2014 17:46:17 +0200 (CEST) Received: by mail-wi0-f170.google.com with SMTP id bs8so2735610wib.5 for ; Fri, 11 Apr 2014 08:47:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=h8DAKPLyWfgRAz3qniuLfVf/t0na6Fwl02yJyz1oz2Q=; b=AwVMDbkgvqVj4NTWL3hj20oTAAifvRT9Toa4ljegH+6TT57S8NsUNZ7xP18Gk9KhcC EPKfijRjRCE85661vbH1yGRs8aDbGIUrou/b1rV86Tvr3PLJ0DTVolurFe95TlB6tFrk +s33QjOXZcOF/5EwvE+FUh6+BTJKUW5Dr9Fu+v4uB5MKWg4WPl5AcmJHAj45jFlEn7+V qdmjjFqU1k/2CborQBFsv2/N4tH1DOf8i0W6D3s08f2XijqpPizE0XOued7GJN7uBg+e 1VbkEUrdtf+SHVFxS2wj5BQERtjN4DaKJnLgRjtdb4zqbXI77fDSmwf473Zarkk0OH+9 JAwQ== X-Gm-Message-State: ALoCoQnoRg0Iglyi7rCsPMPnHSZHk87eHDjFQdCdxbe8i3WybYdAXSXMcbpcPrqSYNMUybqeYArG X-Received: by 10.180.10.164 with SMTP id j4mr4028179wib.51.1397231275129; Fri, 11 Apr 2014 08:47:55 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id pm5sm11800680wjc.11.2014.04.11.08.47.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Apr 2014 08:47:54 -0700 (PDT) From: Thomas Monjalon To: h-shimamoto@ct.jp.nec.com Date: Fri, 11 Apr 2014 17:47:54 +0200 Message-ID: <5253492.Zo37Ec7hbX@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.7-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <3455178.4558zZJzhp@platinum> References: <7F861DC0615E0C47A872E6F3C5FCDDBD0109D660@BPXM14GP.gisp.nec.co.jp> <3455178.4558zZJzhp@platinum> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org 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 15:46:17 -0000 2014-04-11 11:35, Olivier MATZ: > 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 > > Reviewed-by: Olivier Matz Applied Thanks -- Thomas