From patchwork Thu Oct 24 11:06:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wei Liu X-Patchwork-Id: 11208993 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 12DA6112C for ; Thu, 24 Oct 2019 11:08:00 +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 E889D20684 for ; Thu, 24 Oct 2019 11:07:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E889D20684 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 1iNawi-00074C-31; Thu, 24 Oct 2019 11:06:24 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iNawh-000747-Ck for xen-devel@lists.xenproject.org; Thu, 24 Oct 2019 11:06:23 +0000 X-Inumbo-ID: 50274f90-f64e-11e9-beca-bc764e2007e4 Received: from mail-wr1-f65.google.com (unknown [209.85.221.65]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 50274f90-f64e-11e9-beca-bc764e2007e4; Thu, 24 Oct 2019 11:06:22 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id s1so16818167wro.0 for ; Thu, 24 Oct 2019 04:06:22 -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=LLVMlsyqW8Eq8mMDKBcgjPJTjFBTTDdaGAOHmapLf48=; b=CXEE6JFvf9zVC8oezk1gKLH9aaxg+vcd1XL534NOk4Y54FCfjTcP9CZAIKUpoRgMu2 Ei+Hm/C9EXpKhUjqZUAxi2jlal2evWbRKP1pa1KSFemzI/voLefBswEceeElKbNY/e3N OX0VYeuNi6nCdwQboK9lFgs493EvRm34iuz9iP/c+KmX6Fj2m8ocCfnKobTY5riMF3jO quk0nhVJrajc83DxEb/uPRuaeBCQAWJkWTr7McYPM5ONH6Nq1sAZpyD/jhcOUfnm1u+n cvpxovuSG4v9beLKmJtG92P3ouh2wc3YZkf3nuxxyFVOeFndP02sQ6Sofp13HF10E+SR nxdA== X-Gm-Message-State: APjAAAU9edtMaCUf1Y0cBnm02luS9hLvmYLpBbr6t78AEwsdQKonX8sR BK/ltAM5fIutyNtBC+AgYVHkZXAe0NA= X-Google-Smtp-Source: APXvYqxFA9jlzINR+MXtzLi/MYMP+TDdK0SyJ14N54HvICIn/9ciQMYVC5wOau9XhBP0Q6sxJKeYaA== X-Received: by 2002:a5d:46ca:: with SMTP id g10mr3386806wrs.193.1571915181954; Thu, 24 Oct 2019 04:06:21 -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 o15sm7130090wrv.76.2019.10.24.04.06.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Oct 2019 04:06:21 -0700 (PDT) From: Wei Liu To: Xen Development List Date: Thu, 24 Oct 2019 12:06:18 +0100 Message-Id: <20191024110618.6436-1-wl@xen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH for-4.13] CONTRIBUTING: drop reference to blktap2 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 Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Blktap2 is gone. Signed-off-by: Wei Liu Reviewed-by: Juergen Gross --- CONTRIBUTING | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 47f53e9a49..4fff4fd9f6 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -13,7 +13,6 @@ 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/libxc : LGPL v2.1 - tools/libxl : LGPL v2.1 - tools/xl : LGPL v2.1