summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2020-06-06 21:54:12 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2022-03-31 14:00:55 +0200
commit23b550e54999ea23f0bb4b3234e30da1e05686fa (patch)
tree700293ef20d9110a69ed33acd751f0cf767cd251 /poezio
parentb7ae221e0e915e194e66ff55d1130228e2f56b38 (diff)
downloadpoezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.gz
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.bz2
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.tar.xz
poezio-23b550e54999ea23f0bb4b3234e30da1e05686fa.zip
Change license for (some previous and) future revisions to GPL-3.0-or-later
From this revision on, all changes that were under the following authors' names are also under GPL-3.0-or-later, and not just future changes: - Maxime Buquet (or Maxime “pep” Buquet) Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio')
-rw-r--r--poezio/common.py2
-rw-r--r--poezio/connection.py2
-rw-r--r--poezio/contact.py2
-rwxr-xr-xpoezio/daemon.py2
-rw-r--r--poezio/events.py2
-rwxr-xr-xpoezio/keyboard.py2
-rw-r--r--poezio/logger.py2
-rw-r--r--poezio/multiuserchat.py2
-rw-r--r--poezio/plugin_e2ee.py2
-rw-r--r--poezio/poezio.py2
-rw-r--r--poezio/poopt.py2
-rw-r--r--poezio/pooptmodule.c2
-rw-r--r--poezio/roster.py2
-rwxr-xr-xpoezio/theming.py2
-rw-r--r--poezio/timed_events.py2
-rw-r--r--poezio/user.py2
-rw-r--r--poezio/xdg.py2
-rw-r--r--poezio/xhtml.py2
18 files changed, 18 insertions, 18 deletions
diff --git a/poezio/common.py b/poezio/common.py
index 016e4bc7..6b7d2bfe 100644
--- a/poezio/common.py
+++ b/poezio/common.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Various useful functions.
"""
diff --git a/poezio/connection.py b/poezio/connection.py
index 291c3cd5..65a40d08 100644
--- a/poezio/connection.py
+++ b/poezio/connection.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Defines the Connection class
"""
diff --git a/poezio/contact.py b/poezio/contact.py
index 8359e031..09948086 100644
--- a/poezio/contact.py
+++ b/poezio/contact.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Defines the Resource and Contact classes, which are used in
the roster.
diff --git a/poezio/daemon.py b/poezio/daemon.py
index c8225a07..7a67a12d 100755
--- a/poezio/daemon.py
+++ b/poezio/daemon.py
@@ -4,7 +4,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
This file is a standalone program that reads commands on
stdin and executes them (each line should be a command).
diff --git a/poezio/events.py b/poezio/events.py
index a846d38d..0ba97d56 100644
--- a/poezio/events.py
+++ b/poezio/events.py
@@ -2,7 +2,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Defines the EventHandler class.
The list of available events is here:
diff --git a/poezio/keyboard.py b/poezio/keyboard.py
index 23da2e37..1e75b2a2 100755
--- a/poezio/keyboard.py
+++ b/poezio/keyboard.py
@@ -4,7 +4,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Functions to interact with the keyboard
Mainly, read keys entered and return a string (most
diff --git a/poezio/logger.py b/poezio/logger.py
index d1e8bfa0..882a34df 100644
--- a/poezio/logger.py
+++ b/poezio/logger.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
The logger module that handles logging of the poezio
conversations and roster changes
diff --git a/poezio/multiuserchat.py b/poezio/multiuserchat.py
index 3f6905ee..3278e1bd 100644
--- a/poezio/multiuserchat.py
+++ b/poezio/multiuserchat.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Implementation of the XEP-0045: Multi-User Chat.
Add some facilities that are not available on the XEP_0045
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py
index b66a8173..9b6a9fe4 100644
--- a/poezio/plugin_e2ee.py
+++ b/poezio/plugin_e2ee.py
@@ -4,7 +4,7 @@
#
# Copyright © 2019 Maxime “pep” Buquet <pep@bouah.net>
#
-# Distributed under terms of the zlib license. See COPYING file.
+# Distributed under terms of the GPL-3.0+ license. See COPYING file.
"""
Interface for E2EE (End-to-end Encryption) plugins.
diff --git a/poezio/poezio.py b/poezio/poezio.py
index 694130f0..21c9e9e3 100644
--- a/poezio/poezio.py
+++ b/poezio/poezio.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Starting point of poezio. Launches both the Connection and Gui
"""
diff --git a/poezio/poopt.py b/poezio/poopt.py
index 57bd28c8..7667199a 100644
--- a/poezio/poopt.py
+++ b/poezio/poopt.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
'''This is a template module just for instruction. And poopt.'''
from typing import List, Tuple
diff --git a/poezio/pooptmodule.c b/poezio/pooptmodule.c
index 427ac883..8574b225 100644
--- a/poezio/pooptmodule.c
+++ b/poezio/pooptmodule.c
@@ -3,7 +3,7 @@
/* This file is part of Poezio. */
/* Poezio is free software: you can redistribute it and/or modify */
-/* it under the terms of the zlib license. See the COPYING file. */
+/* it under the terms of the GPL-3.0+ license. See the COPYING file. */
/** The poopt python3 module
**/
diff --git a/poezio/roster.py b/poezio/roster.py
index 4534dd30..20f5529d 100644
--- a/poezio/roster.py
+++ b/poezio/roster.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Defines the Roster and RosterGroup classes
"""
diff --git a/poezio/theming.py b/poezio/theming.py
index 8624f709..e5095507 100755
--- a/poezio/theming.py
+++ b/poezio/theming.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Define the variables (colors and some other stuff) that are
used when drawing the interface.
diff --git a/poezio/timed_events.py b/poezio/timed_events.py
index 3354443a..314ed76c 100644
--- a/poezio/timed_events.py
+++ b/poezio/timed_events.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Timed events are the standard way to schedule events for later in poezio.
diff --git a/poezio/user.py b/poezio/user.py
index 3416cd60..602ee2c8 100644
--- a/poezio/user.py
+++ b/poezio/user.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Define the user class.
A user is a MUC participant, not a roster contact (see contact.py)
diff --git a/poezio/xdg.py b/poezio/xdg.py
index d4ce0538..d7ff9d73 100644
--- a/poezio/xdg.py
+++ b/poezio/xdg.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Implements the XDG base directory specification.
diff --git a/poezio/xhtml.py b/poezio/xhtml.py
index 890c4f66..2875f1a1 100644
--- a/poezio/xhtml.py
+++ b/poezio/xhtml.py
@@ -3,7 +3,7 @@
# This file is part of Poezio.
#
# Poezio is free software: you can redistribute it and/or modify
-# it under the terms of the zlib license. See the COPYING file.
+# it under the terms of the GPL-3.0+ license. See the COPYING file.
"""
Various methods to convert
shell colors to poezio colors,