summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-04 01:45:16 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-10-04 01:45:16 +0000
commitd4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1 (patch)
treeb3b2d4f9444c65268fca2c0201aa311767016822 /src
parentd6bb19572e3a5557f1e125b68ec1676cced1448a (diff)
downloadpoezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.gz
poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.bz2
poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.tar.xz
poezio-d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1.zip
update e-mail address and README
Diffstat (limited to 'src')
-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/gui.py2
-rw-r--r--src/handler.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/singleton.py2
-rw-r--r--src/tab.py2
-rw-r--r--src/text_buffer.py2
-rw-r--r--src/theme.py2
-rw-r--r--src/user.py2
-rw-r--r--src/window.py2
19 files changed, 19 insertions, 19 deletions
diff --git a/src/common.py b/src/common.py
index cbe29fb0..f3fb878d 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 <louizatakk@fedoraproject.org>
+# Copyright 2010, 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 b13c3148..287c47ec 100644
--- a/src/config.py
+++ b/src/config.py
@@ -1,5 +1,5 @@
# Copyright 2009 chickenzilla
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/connection.py b/src/connection.py
index 797205d9..7390e1e4 100644
--- a/src/connection.py
+++ b/src/connection.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/contact.py b/src/contact.py
index 435251a7..8966289b 100644
--- a/src/contact.py
+++ b/src/contact.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/gui.py b/src/gui.py
index 09e6f0f6..a35dfd96 100644
--- a/src/gui.py
+++ b/src/gui.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/handler.py b/src/handler.py
index dd848061..350ea0ed 100644
--- a/src/handler.py
+++ b/src/handler.py
@@ -1,5 +1,5 @@
# Copyright 2009, 2010 Erwan Briand
-# Copyright 2010, Florent Le Coz <louizatakk@fedoraproject.org>
+# Copyright 2010, 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/keyboard.py b/src/keyboard.py
index 4a577d16..cdfb6dfb 100644
--- a/src/keyboard.py
+++ b/src/keyboard.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/logger.py b/src/logger.py
index 2070c2a6..4cfb7793 100644
--- a/src/logger.py
+++ b/src/logger.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/message.py b/src/message.py
index db355435..07526819 100644
--- a/src/message.py
+++ b/src/message.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/multiuserchat.py b/src/multiuserchat.py
index 41b1ebd5..2e04c609 100644
--- a/src/multiuserchat.py
+++ b/src/multiuserchat.py
@@ -1,4 +1,4 @@
-# Copyright 2010, Florent Le Coz <louizatakk@fedoraproject.org>
+# Copyright 2010, 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 4c8c2cdb..8b245c08 100644
--- a/src/poezio.py
+++ b/src/poezio.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/room.py b/src/room.py
index adc2c44f..f2a608fc 100644
--- a/src/room.py
+++ b/src/room.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/roster.py b/src/roster.py
index 209f7134..72f885bc 100644
--- a/src/roster.py
+++ b/src/roster.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/singleton.py b/src/singleton.py
index 312d6d50..688d20f0 100644
--- a/src/singleton.py
+++ b/src/singleton.py
@@ -1,5 +1,5 @@
# Copyright 2009, 2010 Erwan Briand
-# Copyright 2010, Florent Le Coz <louizatakk@fedoraproject.org>
+# Copyright 2010, 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/tab.py b/src/tab.py
index d5734941..8cb3ed0c 100644
--- a/src/tab.py
+++ b/src/tab.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 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 ad002892..203a966e 100644
--- a/src/text_buffer.py
+++ b/src/text_buffer.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/theme.py b/src/theme.py
index f4c5af48..c93db449 100644
--- a/src/theme.py
+++ b/src/theme.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/user.py b/src/user.py
index 8ddf47fc..1ed2a9f1 100644
--- a/src/user.py
+++ b/src/user.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#
diff --git a/src/window.py b/src/window.py
index 6f97f660..797575b7 100644
--- a/src/window.py
+++ b/src/window.py
@@ -1,4 +1,4 @@
-# Copyright 2010 Le Coz Florent <louizatakk@fedoraproject.org>
+# Copyright 2010 Le Coz Florent <louiz@louiz.org>
#
# This file is part of Poezio.
#