From b7cbb8741b40b7cd4de9ad6bdb69baae4d6dadcf Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Wed, 13 Feb 2019 16:54:59 +0100 Subject: crypto: Fix LGPL information in the file headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Daniel P. Berrangé --- crypto/ivgenpriv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ivgenpriv.h') diff --git a/crypto/ivgenpriv.h b/crypto/ivgenpriv.h index 28e5c67..cecdbed 100644 --- a/crypto/ivgenpriv.h +++ b/crypto/ivgenpriv.h @@ -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 -- cgit v1.1