summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2011-01-01 13:27:07 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2011-01-01 13:27:07 +0000
commitd712d2e1c91efa951f652073bcbae47cee75d601 (patch)
tree6e5fb94a7602186a6c60df831d4b1720baae9e5e
parent94f44a5254c0da4ba143a5c3d99349fa54b10a45 (diff)
downloadpoezio-d712d2e1c91efa951f652073bcbae47cee75d601.tar.gz
poezio-d712d2e1c91efa951f652073bcbae47cee75d601.tar.bz2
poezio-d712d2e1c91efa951f652073bcbae47cee75d601.tar.xz
poezio-d712d2e1c91efa951f652073bcbae47cee75d601.zip
update copyright date
-rw-r--r--src/common.py2
-rw-r--r--src/config.py2
-rw-r--r--src/connection.py2
-rw-r--r--src/contact.py2
-rw-r--r--src/core.py2
-rw-r--r--src/keyboard.py2
-rw-r--r--src/logger.py2
-rw-r--r--src/message.py2
-rw-r--r--src/multiuserchat.py2
-rw-r--r--src/poezio.py2
-rw-r--r--src/room.py2
-rw-r--r--src/roster.py2
-rw-r--r--src/tabs.py2
-rw-r--r--src/text_buffer.py2
-rw-r--r--src/theme.py2
-rw-r--r--src/user.py2
-rw-r--r--src/windows.py2
17 files changed, 17 insertions, 17 deletions
diff --git a/src/common.py b/src/common.py
index 99cbd33a..f19b872f 100644
--- a/src/common.py
+++ b/src/common.py
@@ -14,7 +14,7 @@
## Jonathan Schleifer <js-gajim AT webkeks.org>
##
-# Copyright 2010, Florent Le Coz <louiz@louiz.org>
+# Copyright 2010-2011, Florent Le Coz <louiz@louiz.org>
# 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/src/config.py b/src/config.py
index 97be4946..78763df1 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,5 +1,5 @@
# Copyright 2009 chickenzilla
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/connection.py b/src/connection.py
index 073e216e..8e082087 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/contact.py b/src/contact.py
index 8341d4b8..7bde7a4f 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/core.py b/src/core.py
index c3132665..bb9ee444 100644
--- a/src/core.py
+++ b/src/core.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/keyboard.py b/src/keyboard.py
index cdfb6dfb..09652c4c 100644
--- a/src/keyboard.py
+++ b/src/keyboard.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/logger.py b/src/logger.py
index a1479f9c..102d4ee1 100644
--- a/src/logger.py
+++ b/src/logger.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/message.py b/src/message.py
index 4c3d8ccf..67183678 100644
--- a/src/message.py
+++ b/src/message.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/multiuserchat.py b/src/multiuserchat.py
index 3a40284c..d9593436 100644
--- a/src/multiuserchat.py
+++ b/src/multiuserchat.py
@@ -1,4 +1,4 @@
-# Copyright 2010, Florent Le Coz <louiz@louiz.org>
+# Copyright 2010-2011, Florent Le Coz <louiz@louiz.org>
# 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/src/poezio.py b/src/poezio.py
index 7989b4d5..64a62d04 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/room.py b/src/room.py
index 972b10a1..8004d597 100644
--- a/src/room.py
+++ b/src/room.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/roster.py b/src/roster.py
index 65f62c43..1abc1cd3 100644
--- a/src/roster.py
+++ b/src/roster.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/tabs.py b/src/tabs.py
index 9c135c87..de2d3996 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/text_buffer.py b/src/text_buffer.py
index 2f4d9533..8e46bcad 100644
--- a/src/text_buffer.py
+++ b/src/text_buffer.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/theme.py b/src/theme.py
index e8878d01..e3ddc12b 100644
--- a/src/theme.py
+++ b/src/theme.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/user.py b/src/user.py
index ba39a8fb..2cbe32d2 100644
--- a/src/user.py
+++ b/src/user.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/windows.py b/src/windows.py
index f2cec0bd..3a2b5905 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louiz@louiz.org>
+# Copyright 2010-2011 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#