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 83A6CA09E0; Fri, 11 Dec 2020 13:49:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 62483AC9C; Fri, 11 Dec 2020 13:49:32 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id A4711AC9B for ; Fri, 11 Dec 2020 13:49:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1607690968; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9gjcEsqIE/05smuyzSxWoqdKx1S3IfeAwxnMDFu72do=; b=Ts6+mcsqC9UwaQQAB9twD5e5HQAievkQLalvggAG9n0IZH7C7Untc8C9tnowVsn6gDqXyU M9kRJV7Z34zPxXkc+WU8PFH5OtBsXTkNqco1/S98kE00rylV1mpPv1fB0JfaWYstgwsASu gDGmJpQTCOe935WY8smC4O9z6Dz1aqg= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-396-KmkcROkVPT2CmduvXC1Rpg-1; Fri, 11 Dec 2020 07:49:23 -0500 X-MC-Unique: KmkcROkVPT2CmduvXC1Rpg-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2FDCC107ACE3; Fri, 11 Dec 2020 12:49:22 +0000 (UTC) Received: from [10.36.114.230] (ovpn-114-230.ams2.redhat.com [10.36.114.230]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5606D5F9B7; Fri, 11 Dec 2020 12:49:20 +0000 (UTC) To: Thomas Monjalon , John McNamara , bluca@debian.org Cc: dev@dpdk.org, ferruh.yigit@intel.com, Bruce Richardson , stable@dpdk.org References: <20201201142646.2522769-1-john.mcnamara@intel.com> <20201203094300.GA1625@bricha3-MOBL.ger.corp.intel.com> <1901524.QUgt7jSOqn@thomas> <1658595.gB0cm55zWW@thomas> From: Kevin Traynor Message-ID: <1bc3d17c-b556-24db-6760-4f0a09903e5a@redhat.com> Date: Fri, 11 Dec 2020 12:49:19 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: <1658595.gB0cm55zWW@thomas> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] license: add licenses for exception cases 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" On 11/12/2020 11:24, Thomas Monjalon wrote: > 11/12/2020 12:20, Thomas Monjalon: >> 03/12/2020 10:43, Bruce Richardson: >>> On Wed, Dec 02, 2020 at 07:01:40PM +0000, John McNamara wrote: >>>> The license/exceptions.txt file lists a small number of files >>>> that have licenses that are exceptions to the three main >>>> licenses defined in the Intellectual Property Policy of the >>>> DPDK Charter. >>>> >>>> The three exception licenses are MIT, ISC and BSD-2-Clause. >>>> Each of these licenses states that the content of the license >>>> message should be included in the code distribution. This >>>> change adds the text of the MIT, ISC and BSD-2-Clause licenses >>>> as defined on the SPDX website. >>>> >>>> Signed-off-by: John McNamara >>>> --- >>> Acked-by: Bruce Richardson >> >> Applied, thanks > > Added Cc stable to be compliant with the licenses in 18.11 and 19.11. > > Applied to 18.11 branch, thanks.