io: Fix Lesser GPL version number
commite0622ae3ca3cef79ec5f3c71e8225de77417f123
authorChetan Pant <chetan4windows@gmail.com>
Wed, 14 Oct 2020 13:40:33 +0000 (14 13:40 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Oct 2020 09:57:37 +0000 (29 09:57 +0000)
tree39f0890abeb2edf5decdcfcaa19cdcf9f9e32116
parentbbc48d2bcb9711614fbe751c2c5ae13e172fbca8
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>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
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