diff options
Diffstat (limited to 'src/pubsub.py')
-rw-r--r-- | src/pubsub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pubsub.py b/src/pubsub.py index 0066265e..b07b5c85 100644 --- a/src/pubsub.py +++ b/src/pubsub.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 MIT license. See the COPYING file. +# it under the terms of the zlib license. See the COPYING file. import logging log = logging.getLogger(__name__) |