Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fuzzyclock.py')
-rwxr-xr-xsrc/common/fuzzyclock.py21
1 files changed, 8 insertions, 13 deletions
diff --git a/src/common/fuzzyclock.py b/src/common/fuzzyclock.py
index 36a5585ee..8fd38f3c5 100755
--- a/src/common/fuzzyclock.py
+++ b/src/common/fuzzyclock.py
@@ -1,14 +1,9 @@
-## fuzzyclock.py
+## src/common/fuzzyclock.py
##
-## Contributors for this file:
-##
-## - Yann Leboulanger <asterix@lagaule.org>
-## - Christoph Neuroth <delmonico@gmx.net>
-##
-## Copyright (C) 2006 Christoph Neuroth <delmonico@gmx.net>
-## Yann Leboulanger <asterix@lagaule.org>
-## Dimitur Kirov <dkirov@gmail.com>
-## Travis Shirk <travis@pobox.com>
+## Copyright (C) 2006 Christoph Neuroth <delmonico AT gmx.net>
+## Copyright (C) 2006-2007 Yann Leboulanger <asterix AT lagaule.org>
+## Copyright (C) 2007 Jean-Marie Traissard <jim AT lapin.org>
+## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org>
##
## This file is part of Gajim.
##
@@ -18,11 +13,11 @@
##
## Gajim is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
-## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
+## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
'''
@@ -140,4 +135,4 @@ class FuzzyClock:
return newTimeStr
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: