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 10954A09EC; Wed, 19 Oct 2022 20:42:47 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 055C142C1A; Wed, 19 Oct 2022 20:42:47 +0200 (CEST) Received: from mail-pj1-f50.google.com (mail-pj1-f50.google.com [209.85.216.50]) by mails.dpdk.org (Postfix) with ESMTP id E121942BF9 for ; Wed, 19 Oct 2022 20:42:41 +0200 (CEST) Received: by mail-pj1-f50.google.com with SMTP id h12so17715992pjk.0 for ; Wed, 19 Oct 2022 11:42: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=uwWwl9MWIrVvPSbwl9DbVPOrbG8PNFE6jHPRH1GiwIg=; b=UbRsjWUqXG9FK4dR8LuuEII9i6siqLoQB3KHS0v5Sc5vG5otj6DJXMWgJRLPaz9Xce nl/qECrHwAwQezIbclJ3vp3urgsYzHF8UBaAj9ikDdMx5K6FOnAMrWysM9Yp7LpEZKVJ UtfMGEUBJZCZ9AVo35PMZWX8JR9MLFqmvbtlOpY9mjZIW69oXIqOFvQtiBNO86jKXzU6 xtwGgt/XWFq47Hahmf1N6xqpYTrydFjNezkBZIqBz3gDYgZhl+tFbrRwm+oY8ZwQWwjE vV7IFwTI596z4FDwWXGLkCllzqA2J1YIgl5d0qdPYAIIxYuw8Lub9TytThpbCiG59UJT oqtg== 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=uwWwl9MWIrVvPSbwl9DbVPOrbG8PNFE6jHPRH1GiwIg=; b=N+WgTlpHLC+NaHE/PyYZC+iKRDnoLlIdChJwG1Z+q9bFJUFGsemz/pccoLky3Rq4yr RGIq14oQNYsSIxMVLILMC+rz2O9AaIiqfXRe/fC3uhdHTT6tG0EULOXj99IasD99mI0F RguZm1BGbrtdFJ86xONXevq6iZd4fmE4IWFPe6C93VqQU/PWac7pKu23WOgsf+dWZUpp cuUBjzDMMBYuIp9bdkNW7/wUojAC8TVwJNp8fg38KwJwa2OMnT0hXb5icilDIONHr21K XozFuB64GjP8FcmLSgM1KVSnX1aPLwXKw38KGrXMIfuQSxXn023hYBVGHNXZETpDKUvi 02vA== X-Gm-Message-State: ACrzQf3Swb+sqAwp/k/S3jDAnlemWai0hDA9VYRx2LWsoclyez34Jx29 +qqwig3gEoy/WSywEGOxPbmCwldQ37J5dQ== X-Google-Smtp-Source: AMsMyM4+uKhJTeL4ou/Ke35dErM+/+/0Tx4qNTlJTAQzD6D20jV6vHSwSakxKOmlIg+VOMDtbCWv2g== X-Received: by 2002:a17:90b:1943:b0:20a:85e9:f089 with SMTP id nk3-20020a17090b194300b0020a85e9f089mr11442432pjb.47.1666204960899; Wed, 19 Oct 2022 11:42:40 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id b14-20020a170903228e00b00176e8f85147sm11277544plh.83.2022.10.19.11.42.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 19 Oct 2022 11:42:40 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Subject: [PATCH 2/2] license: add MIT license exception for gve driver Date: Wed, 19 Oct 2022 11:42:37 -0700 Message-Id: <20221019184237.75506-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221019184237.75506-1-stephen@networkplumber.org> References: <20221005163220.78682-1-stephen@networkplumber.org> <20221019184237.75506-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 Tech Board and Governing Board approved license a exception for new Google driver. More general approval for MIT usage will be handled as needed. 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..e3862785eeb2 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/19/2022 10/18/2022 drivers/net/gve/base/* --------------------------------------------------------------------------------------------------- -- 2.35.1