From d4e3e51c1fc50b5a06a3451f5cead00f1f6b49e1 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 4 Oct 2010 01:45:16 +0000 Subject: update e-mail address and README --- src/common.py | 2 +- src/config.py | 2 +- src/connection.py | 2 +- src/contact.py | 2 +- src/gui.py | 2 +- src/handler.py | 2 +- src/keyboard.py | 2 +- src/logger.py | 2 +- src/message.py | 2 +- src/multiuserchat.py | 2 +- src/poezio.py | 2 +- src/room.py | 2 +- src/roster.py | 2 +- src/singleton.py | 2 +- src/tab.py | 2 +- src/text_buffer.py | 2 +- src/theme.py | 2 +- src/user.py | 2 +- src/window.py | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) (limited to 'src') 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 ## -# Copyright 2010, Florent Le Coz +# Copyright 2010, Florent Le Coz # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010, Florent Le Coz # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010, Florent Le Coz # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010, Florent Le Coz # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # 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 +# Copyright 2010 Le Coz Florent # # This file is part of Poezio. # -- cgit v1.2.3