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 9A0002BE9; Tue, 28 Nov 2017 19:39:40 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4E66120A17; Tue, 28 Nov 2017 13:39:40 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Tue, 28 Nov 2017 13:39:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=RmsNKMW9BCrurK Oqqvr7ALWGQ+MkYrfogVrc4NTIasU=; b=DShJx56T69nJXXFn2rXWvjj1SUgPjJ 52cj3SJzTkCmGwozqh1t3hD8izVYrabq4p6qdjfUvK3VJkwgKQp11kzvFDVrBzxw PweR7SydLzVHMK60cvPm4TAIIb9OCErEnyOU7Xor7XdpviodNmZTi/ayQvCdTizS 1/M5mnx2ZHYpg= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=RmsNKMW9BCrurKOqqvr7ALWGQ+MkYrfogVrc4NTIasU=; b=AZQo5jn7 IxRtgOu1oQQcd2G0Q//YGHTiEiSUTMuZ6x9a7AP1GwjdBpZ1goU4+jrvggy4nLA3 eu8QqorgyZcuRXyM9cQqgRvEt+IFzqbLBT7zqqj338r/6Oi5C+xo1Cdh3xNvIA7U oF/eQWU6uIakxuekILMoUf/FnwJD8AMb/1iGjiciD+g3AsjBOM5NYLq/fuRipGhc iOkdTQ+wONhmVPlq/ky3+ocJxNL6d+0O/LOt6NxxMR/vGxgWD9/PGUdBLkFy5mrk py72VfHWdP2gPNPPkCdLwIAy0DQP7myqrimGvEj5KgrWGNdYEgblli2W64uF/W+0 YfGPVRUyaFpDQQ== X-ME-Sender: Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 74E2924A6C; Tue, 28 Nov 2017 13:39:39 -0500 (EST) From: Thomas Monjalon To: tdelanerolle@linuxfoundation.org Cc: web@dpdk.org, govboard@dpdk.org, techboard@dpdk.org Date: Tue, 28 Nov 2017 19:39:16 +0100 Message-Id: <20171128183917.17742-4-thomas@monjalon.net> X-Mailer: git-send-email 2.15.0 In-Reply-To: <20171128183917.17742-1-thomas@monjalon.net> References: <20171018150431.17200-1-thomas@monjalon.net> <20171128183917.17742-1-thomas@monjalon.net> Subject: [dpdk-web] [PATCH v2 3/4] 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: Tue, 28 Nov 2017 18:39:41 -0000 Linux Foundation and Governing Board ask to - change wording of the license names - use spdx.org to describe licenses - change dual licensing wording with "OR" keyword - replace "shall" by "will" Signed-off-by: Thomas Monjalon --- about/charter.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/about/charter.html b/about/charter.html index b73cda8..f93fba7 100644 --- a/about/charter.html +++ b/about/charter.html @@ -448,11 +448,11 @@
  1. All new inbound contributions to DPDK - shall be made under the following licenses: + will be made under the following licenses:
    1. - The GPLv2 license + The GPL-2.0 license shall be used for code that runs in the kernel. Current examples of this are:
        @@ -466,20 +466,20 @@ lib/librte_eal/linuxapp/kni/ethtool/ixgbe
    2. - A dual - 3-clause BSD / - GPLv2 license or - 3-clause BSD / - LGPLv2 license - shall be used for code that is shared between the kernel and userspace. + A disjunctive 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. Current examples of this are:
      • - BSD/GPLv2: + BSD-3-Clause OR GPL-2.0:
        1. All files in @@ -497,7 +497,7 @@ >dom0_mm_misc.c
      • - BSD/LGPLv2: + BSD-3-Clause OR LGPL-2.0:
    3. - The 3-clause BSD license - shall be used for all other contributions. + The BSD-3-Clause license + will be used for all other contributions.
  2. All contributions shall include a "Signed-off-by:" line -- 2.15.0