From patchwork Thu Oct 24 13:01:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11209513 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 07C75139A for ; Thu, 24 Oct 2019 13:03:22 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E13EF21906 for ; Thu, 24 Oct 2019 13:03:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E13EF21906 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iNckb-0001pC-FR; Thu, 24 Oct 2019 13:02:01 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iNckZ-0001p3-Gw for xen-devel@lists.xenproject.org; Thu, 24 Oct 2019 13:01:59 +0000 X-Inumbo-ID: 761acdc0-f65e-11e9-94a0-12813bfff9fa Received: from mail-wr1-f46.google.com (unknown [209.85.221.46]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 761acdc0-f65e-11e9-94a0-12813bfff9fa; Thu, 24 Oct 2019 13:01:58 +0000 (UTC) Received: by mail-wr1-f46.google.com with SMTP id a11so9901951wra.6 for ; Thu, 24 Oct 2019 06:01:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=wjJrHvsBj7VSq00KNW4Y783u8nPwSFX/0mxCttqLCf8=; b=pHgVDVIjdwKJgfedWxjX1kYIxwHsvGB4So7EROrUq2EifLUj7jjYtyvfzGackmiqDj NgZ7HvrMQNP4kljZwjxab7YxJ0plUZaAnOjNcOsjkL+wEqfx4pux154m39aVRs1aDSvv 1vDcQky0BPwdHGuRtEcmjVxeqUnwT1oOEEuV9Z6llP22wuErTN0Hrp9r4uJIxF4D2VK1 n5eDqoAebUZhTeGpNXSGpsLAcOhvv0xYWcIdcejnVX84qj7LLCNlvzwkKasd5QZKzyEi +wbNy+we0ixgg1mwzjcCf5J6JATeMSyOMS+FvYIu2qOEIcXXWqZy3iXK/Zs1bA5kpx1V 0MYw== X-Gm-Message-State: APjAAAUHau29timOrOo2eQRc16Ec0spDdh1emYG6YFEYJWUUovoKP+LD 0Tk0bvxI5CQiOlr6IjQoRKopL7sdjAA= X-Google-Smtp-Source: APXvYqySjQ82GkcvwgqP/l3SoNkiDkKabynrY2RurrvXEEFId97OQpp11V2dwv1yQAA71aORTAsZoA== X-Received: by 2002:a5d:5544:: with SMTP id g4mr3947105wrw.72.1571922117334; Thu, 24 Oct 2019 06:01:57 -0700 (PDT) Received: from debian.mshome.net (54.163.200.146.dyn.plus.net. [146.200.163.54]) by smtp.gmail.com with ESMTPSA id u187sm1525302wme.15.2019.10.24.06.01.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Oct 2019 06:01:56 -0700 (PDT) From: Wei Liu To: Xen Development List Date: Thu, 24 Oct 2019 14:01:54 +0100 Message-Id: <20191024130154.19145-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH v2 for-4.13] CONTRIBUTING: drop blktap2 and add tools/libs X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Juergen Gross , lars.kurth@citrix.com, Wei Liu , Ian Jackson Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Blktap2 is gone and tools/libs is missing in the document. Signed-off-by: Wei Liu Reviewed-by: Juergen Gross Release-acked-by: Juergen Gross --- CONTRIBUTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 47f53e9a49..6ec146baf0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -13,7 +13,7 @@ Most of the Xen Project code is licensed under GPLv2, but a number of directories are primarily licensed under different licenses. Most notably: - - tools/blktap2 : BSD-Modified + - tools/libs : LGPL v2.1 - tools/libxc : LGPL v2.1 - tools/libxl : LGPL v2.1 - tools/xl : LGPL v2.1