summaryrefslogtreecommitdiff
path: root/ttystatus
diff options
context:
space:
mode:
Diffstat (limited to 'ttystatus')
-rw-r--r--ttystatus/__init__.py2
-rw-r--r--ttystatus/messager.py2
-rw-r--r--ttystatus/messager_tests.py2
-rw-r--r--ttystatus/status.py2
-rw-r--r--ttystatus/status_tests.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/ttystatus/__init__.py b/ttystatus/__init__.py
index 4539149..1c9a7ef 100644
--- a/ttystatus/__init__.py
+++ b/ttystatus/__init__.py
@@ -14,7 +14,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-version = '0.7'
+version = '0.8'
from messager import Messager
from status import TerminalStatus
diff --git a/ttystatus/messager.py b/ttystatus/messager.py
index ce30e73..9908072 100644
--- a/ttystatus/messager.py
+++ b/ttystatus/messager.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Lars Wirzenius
+# Copyright 2010, 2011 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/ttystatus/messager_tests.py b/ttystatus/messager_tests.py
index 1356ae3..507082e 100644
--- a/ttystatus/messager_tests.py
+++ b/ttystatus/messager_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Lars Wirzenius
+# Copyright 2010, 2011 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/ttystatus/status.py b/ttystatus/status.py
index 7725e83..63bf438 100644
--- a/ttystatus/status.py
+++ b/ttystatus/status.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Lars Wirzenius
+# Copyright 2010, 2011 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/ttystatus/status_tests.py b/ttystatus/status_tests.py
index b2b1b04..068212a 100644
--- a/ttystatus/status_tests.py
+++ b/ttystatus/status_tests.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Lars Wirzenius
+# Copyright 2010, 2011 Lars Wirzenius
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by