From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 91672A04DD; Thu, 28 Nov 2019 02:44:28 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4EC3F4C9D; Thu, 28 Nov 2019 02:44:27 +0100 (CET) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 812B4293C for ; Thu, 28 Nov 2019 02:44:25 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AF06A224DC; Wed, 27 Nov 2019 20:44:24 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Wed, 27 Nov 2019 20:44:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=CIieH9o3QE0wlwOnHa3i3P+BqbWnebJrNS2IMaD3mKA=; b=d1ziaUGXQFD4 wx6ie5ffx+XGYt3bSp9lh+OAv6SFXCKgp06a7D+0+HAIrOUS3OOx87Orsz/uDO7P 8O+X0ksyiCIBcmWGVAbD7jAaL7OVOaIOPSDvouBnnIxDSWPTn6ZcEXoWhCqsF4YB i3ZhbhVFvL07sW9vZSS5wqcqYQ0A8SA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=CIieH9o3QE0wlwOnHa3i3P+BqbWnebJrNS2IMaD3m KA=; b=K9o/LlIK8NF7HndNXRdsEUu6p2gYcGJh9kqHNPsYJjUVtB7igL/S2qIKQ QNhWROEgevqcOEBfhYgA4MMROS2M8V1ros/EDmZxwgm2aUv2o8GO3ReHxJk8n7++ LZpew/yjrbkFrdAd66YHQHDFnkEMoA+9d1nPPTTLPMJy4H51Imp1p3IIFAMIJD96 KNJPYWqJaDFMlbfcYH8erCWRPLfzTqzStIvsBTF1oMHnQe8mn4r6zUgsdmdutaVj JcebW2JKABPFjoPiennEWLRANBmaBZfKHhDFfiZpwnbW/8FBXmEVsnv1HhT33xFF ZiWws3/TokTxMC6ZeUbzyz1wz21lw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiiedgfeelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9700980060; Wed, 27 Nov 2019 20:44:23 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Date: Thu, 28 Nov 2019 02:44:22 +0100 Message-ID: <7225127.pohCp5yBmK@xps> In-Reply-To: <20190925155135.1688-2-stephen@networkplumber.org> References: <20190925155135.1688-1-stephen@networkplumber.org> <20190925155135.1688-2-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 1/7] uuid: remove BSD boilerplate X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/09/2019 17:51, Stephen Hemminger: > License type is already clear from SPDX tag. > > Signed-off-by: Stephen Hemminger Applied, thanks