From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DD4E7A0560; Tue, 18 Oct 2022 04:04:45 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A546C40A8B; Tue, 18 Oct 2022 04:04:44 +0200 (CEST) Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mails.dpdk.org (Postfix) with ESMTP id C499A4021E for ; Tue, 18 Oct 2022 04:04:41 +0200 (CEST) Received: by mail-pl1-f180.google.com with SMTP id c24so12462068pls.9 for ; Mon, 17 Oct 2022 19:04:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=snrRb2YEDyOMB094kGEUQuC7KlCZNJOYqTz9tuEbPLs=; b=eq8H1pOM+tewfHGjXPNXIDOkuznIRD6idNY1JJD8lD/6NiEe5yDb67dHF2CKg9fV6l q2u66qfZt0wKKNRi0rP72Ky/OWgYY2EKvzC72PTsUHklYhFHRcyvfpRqJSBY+3DKwXdQ qaWwRXMWn+r8m7m8TSf+xyeODtRiYSPF9kF4qjCMsMilchuV6Lu2CIUhIa3G/NGZ2Bxc IToivnrisSO9YX78X5y9QbRbY5V1axZFVHbXB3UDRoAPz3zoLorpiNah188mSb10azGX 3eLFLEnqzbNCxNCdjlNtYVla+oGuVlr13MhWngIP4JmJIK4txyNcoTIAfmmDkiRn2oO2 saEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=snrRb2YEDyOMB094kGEUQuC7KlCZNJOYqTz9tuEbPLs=; b=Wifgac6xQJpZvgI/HRGr9GqAPVL9qiAZzXdjBrHhWHuaLursvf0SEEm+kZqPiu2JMw dhsvqIC1IlHVMtbSF2ISrtn/+GkRRTJ0Gn+s1yTkvm0uVOe8cg+G68GlHC2NL5eDQz98 ptDkbWgmViapzvoO7EGicYeOQpZvtXDJVNsT2L4skytPW+qBnzdR2GgMtw0+PVzAhmwo wCiWQM8fOJuxsiI9wtc8TUodVWQ/jFWePU56ps2tvGR5t+U4wyRERpanFhtziMYgOK7X zMnBjEQRN2ceJ3XouYVBQX9oOgVygjGnatjuMeqtMwWBgqs5CeEfpuXqnJUK/+DjC5WH e1oQ== X-Gm-Message-State: ACrzQf0qwuVammLeo07aLfbb4hzryQsM097T1kOwPhiEZ4M1Q5ug3y7A pNiXYQ2LbqudjQXahA7Q56JNhcCWbAr+5w== X-Google-Smtp-Source: AMsMyM6fvtRSNur2a9eVaYlvGGLvX++moFOMzm3swx5brx/oko8z3EbeY24LMIjB4GKGGauNfq7okA== X-Received: by 2002:a17:90b:1648:b0:20b:f0ae:2169 with SMTP id il8-20020a17090b164800b0020bf0ae2169mr35600274pjb.173.1666058680775; Mon, 17 Oct 2022 19:04:40 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id 33-20020a630d61000000b004351358f056sm6800273pgn.85.2022.10.17.19.04.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Oct 2022 19:04:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: techboard@dpdk.org, Stephen Hemminger Subject: [RFC 2/2] license: add using MIT license in base code Date: Mon, 17 Oct 2022 19:04:37 -0700 Message-Id: <20221018020437.412353-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221018020437.412353-1-stephen@networkplumber.org> References: <20221005163220.78682-1-stephen@networkplumber.org> <20221018020437.412353-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Many network drivers have base code which is shared from other sources. It is allowed to use MIT license in this code since that license is compatiable with BSD license. The dates need to be adjusted after final approval. Signed-off-by: Stephen Hemminger --- license/exceptions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/license/exceptions.txt b/license/exceptions.txt index 1bd4dbf8f780..693ea2d490cc 100644 --- a/license/exceptions.txt +++ b/license/exceptions.txt @@ -16,4 +16,5 @@ SPDX Identifier TB Approval Date GB Approval Date File name 2.BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/include/getopt.h 3.ISC AND BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/getopt.c +4. MIT 10/25/2022 10/28/2002 drivers/net/*/base/* --------------------------------------------------------------------------------------------------- -- 2.35.1