crypto: Fix LGPL information in the file headers
commitb7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf
authorThomas Huth <thuth@redhat.com>
Wed, 13 Feb 2019 15:54:59 +0000 (13 16:54 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 19 Jul 2019 13:21:25 +0000 (19 14:21 +0100)
tree0da273cf52c81eba8759d5ad2bc8e30095dc155c
parent4f24430821c568936aeda417bbb00e989a9e1984
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>
52 files changed:
crypto/block-luks.c
crypto/block-luks.h
crypto/block-qcow.c
crypto/block-qcow.h
crypto/block.c
crypto/blockpriv.h
crypto/cipher-builtin.c
crypto/cipher-gcrypt.c
crypto/cipher-nettle.c
crypto/cipher.c
crypto/hash-gcrypt.c
crypto/hash-glib.c
crypto/hash-nettle.c
crypto/hash.c
crypto/init.c
crypto/ivgen-essiv.c
crypto/ivgen-essiv.h
crypto/ivgen-plain.c
crypto/ivgen-plain.h
crypto/ivgen-plain64.c
crypto/ivgen-plain64.h
crypto/ivgen.c
crypto/ivgenpriv.h
crypto/pbkdf-gcrypt.c
crypto/pbkdf-nettle.c
crypto/pbkdf-stub.c
crypto/pbkdf.c
crypto/random-gcrypt.c
crypto/random-gnutls.c
crypto/random-platform.c
crypto/secret.c
crypto/tlscreds.c
crypto/tlscredsanon.c
crypto/tlscredspriv.h
crypto/tlscredspsk.c
crypto/tlscredsx509.c
crypto/tlssession.c
crypto/xts.c
include/crypto/block.h
include/crypto/cipher.h
include/crypto/hash.h
include/crypto/init.h
include/crypto/ivgen.h
include/crypto/pbkdf.h
include/crypto/random.h
include/crypto/secret.h
include/crypto/tlscreds.h
include/crypto/tlscredsanon.h
include/crypto/tlscredspsk.h
include/crypto/tlscredsx509.h
include/crypto/tlssession.h
include/crypto/xts.h