diff options
author | Thomas Huth | 2019-02-13 16:54:59 +0100 |
---|---|---|
committer | Daniel P. Berrangé | 2019-07-19 15:21:25 +0200 |
commit | b7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf (patch) | |
tree | 0da273cf52c81eba8759d5ad2bc8e30095dc155c /crypto/hash-nettle.c | |
parent | doc: document that the monitor console is a privileged control interface (diff) | |
download | qemu-b7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf.tar.gz qemu-b7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf.tar.xz qemu-b7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf.zip |
crypto: Fix LGPL information in the file headers
It's either "GNU *Library* General Public License version 2" or "GNU
Lesser General Public License version *2.1*", but there was no "version
2.0" of the "Lesser" license. So assume that version 2.1 is meant here.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/hash-nettle.c')
-rw-r--r-- | crypto/hash-nettle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hash-nettle.c b/crypto/hash-nettle.c index 6ffb9c3db7..2a6ee7c7d5 100644 --- a/crypto/hash-nettle.c +++ b/crypto/hash-nettle.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |