Le 19/10/2020 à 12:41, Daniel P. Berrangé a écrit : > On Wed, Oct 14, 2020 at 01:40:33PM +0000, 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-by: Chetan Pant <chetan4wind...@gmail.com> >> --- >> include/io/channel-buffer.h | 2 +- >> include/io/channel-command.h | 2 +- >> include/io/channel-file.h | 2 +- >> include/io/channel-socket.h | 2 +- >> include/io/channel-tls.h | 2 +- >> include/io/channel-util.h | 2 +- >> include/io/channel-watch.h | 2 +- >> include/io/channel-websock.h | 2 +- >> include/io/channel.h | 2 +- >> include/io/dns-resolver.h | 2 +- >> include/io/task.h | 2 +- >> io/channel-buffer.c | 2 +- >> io/channel-command.c | 2 +- >> io/channel-file.c | 2 +- >> io/channel-socket.c | 2 +- >> io/channel-tls.c | 2 +- >> io/channel-util.c | 2 +- >> io/channel-watch.c | 2 +- >> io/channel-websock.c | 2 +- >> io/channel.c | 2 +- >> io/dns-resolver.c | 2 +- >> io/task.c | 2 +- >> tests/test-io-channel-buffer.c | 2 +- >> tests/test-io-channel-command.c | 2 +- >> tests/test-io-channel-file.c | 2 +- >> tests/test-io-channel-socket.c | 2 +- >> tests/test-io-task.c | 2 +- >> 27 files changed, 27 insertions(+), 27 deletions(-) > > Acked-by: Daniel P. Berrangé <berra...@redhat.com>
Applied to my trivial-patches branch. Thanks, Laurent