From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id C08771B1EC; Wed, 18 Oct 2017 17:47:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 178EE20EFF; Wed, 18 Oct 2017 11:47:41 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Wed, 18 Oct 2017 11:47:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=OJP7QZa2J/WGVZgw7fFOppi5Oi +PlxFghE1/3IGDqbI=; b=jlwVVeYz3P5Pc8hSzKHo6Vou0RJj0mYiBSNFaI6FFw jD7xgze79eTpKin7FBQ7O2jJM7WHXxJJLkacgbcoZkZmpjXWM7em+NWNA/QL1Yr6 8+MPCUSe/RecckNzOjtd15OywXfz4PV5RH6V9zRyWNxAnaXJfZ9ssFfxgKvmqRc0 c= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=OJP7QZ a2J/WGVZgw7fFOppi5Oi+PlxFghE1/3IGDqbI=; b=U/ZktQza++FMCXtSP9u6zr FWJtxZZdvJkIHgwWiBXl4EY/FwrczbQbJE5ut0STayCEO+ZWdsYMtSE9sj9G7qun dPkXwx91fH4iaNVPu59WAIeaw78Qq3ZUDc1qzk5N9LttEqHqGnkC3gqZByThWq8m /78f6Tz1veDRreqfQs55gChgNS3j4mShqogjzsGiMzqYrWL32U3T1cgRLLb7Ptkg 6om1kG/qfjDAmJNi7rfPqPdWw+K1rNnTTEP2hukfgJSqZQ7gnyi9jmHndSbLddfp SBrbKnQ62tnoSS+QrqZO7eswHlHiUEPv6Zm0QdNft/gtfX69XXkqHsXU42VNCOhQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AE5E87F980; Wed, 18 Oct 2017 11:47:40 -0400 (EDT) From: Thomas Monjalon To: tdelanerolle@linuxfoundation.org Cc: web@dpdk.org, govboard@dpdk.org, techboard@dpdk.org Date: Wed, 18 Oct 2017 17:47:39 +0200 Message-ID: <5567869.8fT7ubPUGf@xps> In-Reply-To: <20171018150431.17200-4-thomas@monjalon.net> References: <20171018150431.17200-1-thomas@monjalon.net> <20171018150431.17200-4-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-web] [PATCH 3/3] update license policy wording X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Oct 2017 15:47:42 -0000 18/10/2017 17:04, Thomas Monjalon: > - change dual licensing wording with "OR" keyword [...] > --- a/about/charter.html > +++ b/about/charter.html > + A disjonctive licence choice of > + + >BSD-3-Clause OR > + + >GPL-2.0 or > + + >BSD-3-Clause OR > + + >LGPL-2.0 > + will be used for code that is shared between the kernel and userspace. I think this wording is confusing: - What exactly is disjonctive? - How to interpret "BSD OR GPL or BSD OR LGPL"? Should we add parens or commas? Or reword?