qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/30] io: Fix Lesser GPL version number


From: Laurent Vivier
Subject: Re: [PATCH 2/30] io: Fix Lesser GPL version number
Date: Mon, 26 Oct 2020 20:27:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1

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 <chetan4windows@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é <berrange@redhat.com>

Applied to my trivial-patches branch.

Thanks,
Laurent





reply via email to

[Prev in Thread] Current Thread [Next in Thread]