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

2020-10-26 Thread Laurent Vivier
Le 19/10/2020 à 12:41, Daniel P. Berrangé a écrit :
> On Wed, Oct 14, 2020 at 01:40:33PM +, 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 
>> ---
>>  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é 

Applied to my trivial-patches branch.

Thanks,
Laurent





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

2020-10-19 Thread Daniel P . Berrangé
On Wed, Oct 14, 2020 at 01:40:33PM +, 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 
> ---
>  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é 


Regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|




[PATCH 2/30] io: 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 
---
 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(-)

diff --git a/include/io/channel-buffer.h b/include/io/channel-buffer.h
index 518c28f..c9463ee 100644
--- a/include/io/channel-buffer.h
+++ b/include/io/channel-buffer.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/io/channel-command.h b/include/io/channel-command.h
index 5556a38..27e42bd 100644
--- a/include/io/channel-command.h
+++ b/include/io/channel-command.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/io/channel-file.h b/include/io/channel-file.h
index c61d6e0..50e8eb1 100644
--- a/include/io/channel-file.h
+++ b/include/io/channel-file.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/io/channel-socket.h b/include/io/channel-socket.h
index d07d67f..e747e63 100644
--- a/include/io/channel-socket.h
+++ b/include/io/channel-socket.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/io/channel-tls.h b/include/io/channel-tls.h
index 6dd1a3c..5672479 100644
--- a/include/io/channel-tls.h
+++ b/include/io/channel-tls.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 2.1 of the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/include/io/channel-util.h b/include/io/channel-util.h
index c0b79cf..a5d720d 100644
--- a/include/io/channel-util.h
+++ b/include/io/channel-util.h
@@ -6,7 +6,7 @@
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
  * License as p