qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

authored by

Thomas Huth and committed by
Daniel P. Berrangé
b7cbb874 4f244308

+52 -52
+1 -1
crypto/block-luks.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/block-luks.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/block-qcow.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/block-qcow.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/block.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/blockpriv.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/cipher-builtin.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/cipher-gcrypt.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/cipher-nettle.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/cipher.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/hash-gcrypt.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/hash-glib.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/hash-nettle.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/hash.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/init.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-essiv.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-essiv.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-plain.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-plain.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-plain64.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen-plain64.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgen.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/ivgenpriv.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/pbkdf-gcrypt.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/pbkdf-nettle.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/pbkdf-stub.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/pbkdf.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/random-gcrypt.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/random-gnutls.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/random-platform.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/secret.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlscreds.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlscredsanon.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlscredspriv.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlscredspsk.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlscredsx509.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/tlssession.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
crypto/xts.c
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/block.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/cipher.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/hash.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/init.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/ivgen.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/pbkdf.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/random.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/secret.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/tlscreds.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/tlscredsanon.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/tlscredspsk.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/tlscredsx509.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/tlssession.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
+1 -1
include/crypto/xts.h
··· 6 6 * This library is free software; you can redistribute it and/or 7 7 * modify it under the terms of the GNU Lesser General Public 8 8 * License as published by the Free Software Foundation; either 9 - * version 2 of the License, or (at your option) any later version. 9 + * version 2.1 of the License, or (at your option) any later version. 10 10 * 11 11 * This library is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of