diff mbox

[kvm-unit-tests,2/3] COPYRIGHT: Make it clear that kvm-unit-tests is GPL2 nowadays

Message ID 1493812229-21037-3-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth May 3, 2017, 11:50 a.m. UTC
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 <thuth@redhat.com>
---
 COPYRIGHT | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

Laurent Vivier May 3, 2017, 12:34 p.m. UTC | #1
On 03/05/2017 13:50, Thomas Huth wrote:
> 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 <thuth@redhat.com>
> ---
>  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.
> 
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
diff mbox

Patch

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.