[balsa] libnetclient: Relicense as GPLv2+



commit 3a94484408807a1e4741d02bae678503d8bd3302
Author: Albrecht Dreß <albrecht dress arcor de>
Date:   Sun Feb 16 14:48:40 2020 -0500

    libnetclient: Relicense as GPLv2+

 libnetclient/README              | 4 ++--
 libnetclient/net-client-pop.c    | 4 ++--
 libnetclient/net-client-pop.h    | 4 ++--
 libnetclient/net-client-siobuf.c | 4 ++--
 libnetclient/net-client-siobuf.h | 4 ++--
 libnetclient/net-client-smtp.c   | 4 ++--
 libnetclient/net-client-smtp.h   | 4 ++--
 libnetclient/net-client-utils.c  | 4 ++--
 libnetclient/net-client-utils.h  | 4 ++--
 libnetclient/net-client.c        | 4 ++--
 libnetclient/net-client.h        | 8 ++++----
 libnetclient/test/echoserver.py  | 4 ++--
 libnetclient/test/tests.c        | 4 ++--
 13 files changed, 28 insertions(+), 28 deletions(-)
---
diff --git a/libnetclient/README b/libnetclient/README
index 65092f7a9..45100e3f2 100644
--- a/libnetclient/README
+++ b/libnetclient/README
@@ -1,9 +1,9 @@
 Written by Albrecht Dreß <albrecht dress arcor de>
-Copyright (C) Albrecht Dreß 2017
+Copyright (C) Albrecht Dreß 2017 - 2020
 
 This library is free software: you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published bythe Free Software
-Foundation, either version 3 of the License, or (at your option) any later
+Foundation, either version 2 of the License, or (at your option) any later
 version.
 
 This library is distributed in the hope that it will be useful, but WITHOUT
diff --git a/libnetclient/net-client-pop.c b/libnetclient/net-client-pop.c
index 7379f286e..abf78b7cb 100644
--- a/libnetclient/net-client-pop.c
+++ b/libnetclient/net-client-pop.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-pop.h b/libnetclient/net-client-pop.h
index c1fa4d36e..527e009f1 100644
--- a/libnetclient/net-client-pop.h
+++ b/libnetclient/net-client-pop.h
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-siobuf.c b/libnetclient/net-client-siobuf.c
index ab1eda8cb..e60fbfdf7 100644
--- a/libnetclient/net-client-siobuf.c
+++ b/libnetclient/net-client-siobuf.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2018
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2018 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-siobuf.h b/libnetclient/net-client-siobuf.h
index 5d7c30d6d..4731311ff 100644
--- a/libnetclient/net-client-siobuf.h
+++ b/libnetclient/net-client-siobuf.h
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2018
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2018 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-smtp.c b/libnetclient/net-client-smtp.c
index 6ba794879..3d20fa17a 100644
--- a/libnetclient/net-client-smtp.c
+++ b/libnetclient/net-client-smtp.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-smtp.h b/libnetclient/net-client-smtp.h
index e044240e5..0adabdbc7 100644
--- a/libnetclient/net-client-smtp.h
+++ b/libnetclient/net-client-smtp.h
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-utils.c b/libnetclient/net-client-utils.c
index 7f7fb9c23..8b6e252a3 100644
--- a/libnetclient/net-client-utils.c
+++ b/libnetclient/net-client-utils.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client-utils.h b/libnetclient/net-client-utils.h
index 407e48888..88e1a0ffa 100644
--- a/libnetclient/net-client-utils.h
+++ b/libnetclient/net-client-utils.h
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client.c b/libnetclient/net-client.c
index d888f1bc2..98625b9bf 100644
--- a/libnetclient/net-client.c
+++ b/libnetclient/net-client.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
diff --git a/libnetclient/net-client.h b/libnetclient/net-client.h
index 0dbee9373..e9bc7b57f 100644
--- a/libnetclient/net-client.h
+++ b/libnetclient/net-client.h
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.
@@ -307,9 +307,9 @@ gboolean net_client_can_read(NetClient *client);
  * The module net-client-siobuf.h implements some functions for replacing the @em siobuf in Balsa's 
libbalsa/imap module.
  *
  * \author Written by Albrecht Dreß mailto:albrecht dress arcor de
- * \copyright Copyright &copy; Albrecht Dreß 2017<br/>
+ * \copyright Copyright &copy; Albrecht Dreß 2017 - 2020<br/>
  * This library is free software: you can redistribute it and/or modify it under the terms of the GNU 
General Public License as
- * published bythe Free Software Foundation, either version 3 of the License, or (at your option) any later 
version.<br/>
+ * published bythe Free Software Foundation, either version 2 of the License, or (at your option) any later 
version.<br/>
  * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more 
details.<br/>
  * You should have received a copy of the GNU General Public License along with this library.  If not, see
diff --git a/libnetclient/test/echoserver.py b/libnetclient/test/echoserver.py
index 2905f8b0d..c37304d48 100755
--- a/libnetclient/test/echoserver.py
+++ b/libnetclient/test/echoserver.py
@@ -9,11 +9,11 @@
 #   to deflate compression
 # - 'DISCONNECT' in the received string causes the connection to be closed
 # 
-# Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+# Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
 #
 # This script 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 3 of the License, or (at your option)
+# Software Foundation; either version 2 of the License, or (at your option)
 # any later version.
 #
 # This script is distributed in the hope that it will be useful, but WITHOUT
diff --git a/libnetclient/test/tests.c b/libnetclient/test/tests.c
index 5a2db6baf..612c514ae 100644
--- a/libnetclient/test/tests.c
+++ b/libnetclient/test/tests.c
@@ -1,9 +1,9 @@
 /* NetClient - simple line-based network client library
  *
- * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017
+ * Copyright (C) Albrecht Dreß <mailto:albrecht dress arcor de> 2017 - 2020
  *
  * 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 3 of the License, or (at your option) any 
later version.
+ * as published by the Free Software Foundation; either version 2 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
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more 
details.


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