From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: [kvm-unit-tests PATCH 2/3] COPYRIGHT: Make it clear that kvm-unit-tests is GPL2 nowadays Date: Wed, 3 May 2017 13:50:28 +0200 Message-ID: <1493812229-21037-3-git-send-email-thuth@redhat.com> References: <1493812229-21037-1-git-send-email-thuth@redhat.com> Cc: pbonzini@redhat.com, drjones@redhat.com, david@redhat.com, lvivier@redhat.com To: kvm@vger.kernel.org, rkrcmar@redhat.com Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35792 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751447AbdECLuw (ORCPT ); Wed, 3 May 2017 07:50:52 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1438A6B221 for ; Wed, 3 May 2017 11:50:52 +0000 (UTC) In-Reply-To: <1493812229-21037-1-git-send-email-thuth@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Some GPL2 code is already in the repository, so this should be taken into account in the COPYRIGHT file, too. Signed-off-by: Thomas Huth --- COPYRIGHT | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index d35649c..b9d975f 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,4 +1,10 @@ Copyright (C) 2006 Qumranet. +Copyright (C) 2007-2017 by various contributors (see source files for details) -The files in this directory and its subdirectories are licensed under the -GNU LGPL, version 2. +The kvm-unit-tests are free software; the whole package can be redistributed +and/or modified under the terms of the GNU General Public License version 2 +as published by the Free Software Foundation. + +Many files in this directory and its subdirectories are also licensed under +the less restrictive GNU LGPL, version 2, or other compatible licenses. See +the individual files for details. -- 1.8.3.1