Re: [PATCH 1/30] cryptodev: Fix Lesser GPL version number

2020-10-26 Thread Laurent Vivier
Le 19/10/2020 à 16:49, Thomas Huth a écrit : > On 14/10/2020 15.37, Chetan Pant wrote: >> 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 G

Re: [PATCH 1/30] cryptodev: Fix Lesser GPL version number

2020-10-19 Thread Thomas Huth
On 14/10/2020 15.37, Chetan Pant wrote: > 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

[PATCH 1/30] cryptodev: Fix Lesser GPL version number

2020-10-14 Thread Chetan Pant
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 --- backends/cryptodev-builtin.c