]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
README: fix license typo
authorJim Fehlig <jfehlig@suse.com>
Thu, 25 Jul 2019 14:51:33 +0000 (08:51 -0600)
committerJim Fehlig <jfehlig@suse.com>
Thu, 25 Jul 2019 15:21:28 +0000 (09:21 -0600)
The README contains a reference to GPL 2.1, which does not exist.
COPYING contains 2.0 so change the README to follow.

Signed-off-by: Jim Fehlig <jfehlig@suse.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
README.md

index 1271843cb1cbdd677f9b00dce62b58a83a98b736..4d1e86259d945d0f840f0bd9b0db93981cebe139 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ License
 The libvirt C API is distributed under the terms of GNU Lesser General
 Public License, version 2.1 (or later). Some parts of the code that are
 not part of the C library may have the more restrictive GNU General
-Public License, version 2.1 (or later). See the files `COPYING.LESSER`
+Public License, version 2.0 (or later). See the files `COPYING.LESSER`
 and `COPYING` for full license terms & conditions.