]> git.ipfire.org Git - thirdparty/qemu.git/commit
crypt: Fix Lesser GPL version number
authorChetan Pant <chetan4windows@gmail.com>
Wed, 14 Oct 2020 13:42:48 +0000 (13:42 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Oct 2020 09:57:37 +0000 (09:57 +0000)
commit422c16e7ecf8a2cd460e9b02cfb1955a235d36d7
tree7df9ca8c09bb051ffafed0b9895ff7a46bbfe110
parente0622ae3ca3cef79ec5f3c71e8225de77417f123
crypt: Fix Lesser GPL version number

There is no "version 2" of the "Lesser" General Public License.
It is either "GPL version 2.0" or "Lesser GPL version 2.1".
This patch replaces all occurrences of "Lesser GPL version 2" with
"Lesser GPL version 2.1" in comment section.

Signed-off-by: Chetan Pant <chetan4windows@gmail.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
tests/test-crypto-afsplit.c
tests/test-crypto-block.c
tests/test-crypto-cipher.c
tests/test-crypto-hash.c
tests/test-crypto-ivgen.c
tests/test-crypto-secret.c
tests/test-crypto-xts.c