io: Fix Lesser GPL version number
commitc8198bd5f991f5674960bf6a7754614f69f71620
authorChetan Pant <chetan4windows@gmail.com>
Wed, 14 Oct 2020 13:40:33 +0000 (14 13:40 +0000)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Oct 2020 15:48:49 +0000 (27 16:48 +0100)
tree9f225e30127f3211ec74ce2468685050e6b4bc41
parentc5af3c0d855cc7577b9dd4758f3fcdd7d38b6241
io: 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>
Acked-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20201014134033.14095-1-chetan4windows@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
27 files changed:
include/io/channel-buffer.h
include/io/channel-command.h
include/io/channel-file.h
include/io/channel-socket.h
include/io/channel-tls.h
include/io/channel-util.h
include/io/channel-watch.h
include/io/channel-websock.h
include/io/channel.h
include/io/dns-resolver.h
include/io/task.h
io/channel-buffer.c
io/channel-command.c
io/channel-file.c
io/channel-socket.c
io/channel-tls.c
io/channel-util.c
io/channel-watch.c
io/channel-websock.c
io/channel.c
io/dns-resolver.c
io/task.c
tests/test-io-channel-buffer.c
tests/test-io-channel-command.c
tests/test-io-channel-file.c
tests/test-io-channel-socket.c
tests/test-io-task.c