From ef9aa254113d2c6f1639a2a2b2e1d6d55172422e Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 24 Feb 2008 19:28:09 +0100 Subject: [PATCH] Update e-mail address --- README | 2 +- pysize/core/browsing.py | 2 +- pysize/core/compute_size.py | 2 +- pysize/core/deletion.py | 2 +- pysize/core/history.py | 2 +- pysize/core/observable.py | 2 +- pysize/core/pysize_fs_node.py | 2 +- pysize/core/pysize_fs_tree.py | 2 +- pysize/core/pysize_global_fs_cache.py | 2 +- pysize/core/signals.py | 2 +- pysize/main.py | 2 +- pysize/ui/ascii/ui_ascii.py | 2 +- pysize/ui/char_matrix.py | 2 +- pysize/ui/curses/ui_curses.py | 2 +- pysize/ui/gtk/colors.py | 2 +- pysize/ui/gtk/help.py | 2 +- pysize/ui/gtk/pysize_widget.py | 2 +- pysize/ui/gtk/pysize_widget_draw.py | 2 +- pysize/ui/gtk/pysize_widget_menu.py | 2 +- pysize/ui/gtk/pysize_widget_mouse.py | 2 +- pysize/ui/gtk/pysize_window.py | 2 +- pysize/ui/gtk/threaded_pysize_tree.py | 2 +- pysize/ui/gtk/ui_gtk.py | 2 +- pysize/ui/utils.py | 2 +- setup.py | 2 +- tests/pysize_tests.py | 2 +- tests/tests/browsing.py | 2 +- tests/tests/compute_size.py | 2 +- tests/tests/deletion.py | 2 +- tests/tests/fs_node.py | 2 +- tests/tests/fs_tree.py | 2 +- tests/tests/observable.py | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/README b/README index 65229e7..2839e87 100644 --- a/README +++ b/README @@ -28,5 +28,5 @@ in the default python directory. It should also install the pysize script in -- -Guillaume Chazarain +Guillaume Chazarain http://guichaz.free.fr/pysize diff --git a/pysize/core/browsing.py b/pysize/core/browsing.py index c0e6310..4725324 100644 --- a/pysize/core/browsing.py +++ b/pysize/core/browsing.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import stat diff --git a/pysize/core/compute_size.py b/pysize/core/compute_size.py index 2952d78..13fe889 100644 --- a/pysize/core/compute_size.py +++ b/pysize/core/compute_size.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import stat diff --git a/pysize/core/deletion.py b/pysize/core/deletion.py index eee0a31..6c97fbe 100644 --- a/pysize/core/deletion.py +++ b/pysize/core/deletion.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os diff --git a/pysize/core/history.py b/pysize/core/history.py index a81c386..73573f7 100644 --- a/pysize/core/history.py +++ b/pysize/core/history.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain from pysize.core.observable import observable diff --git a/pysize/core/observable.py b/pysize/core/observable.py index efade87..8929cf0 100644 --- a/pysize/core/observable.py +++ b/pysize/core/observable.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain class observable(object): """The Observer/Observable pattern""" diff --git a/pysize/core/pysize_fs_node.py b/pysize/core/pysize_fs_node.py index 4196230..d576192 100644 --- a/pysize/core/pysize_fs_node.py +++ b/pysize/core/pysize_fs_node.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import stat diff --git a/pysize/core/pysize_fs_tree.py b/pysize/core/pysize_fs_tree.py index 348c413..8b2602f 100644 --- a/pysize/core/pysize_fs_tree.py +++ b/pysize/core/pysize_fs_tree.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain from pysize.core import compute_size from pysize.core.pysize_fs_node import create_node diff --git a/pysize/core/pysize_global_fs_cache.py b/pysize/core/pysize_global_fs_cache.py index 2a3a731..51a48fe 100644 --- a/pysize/core/pysize_global_fs_cache.py +++ b/pysize/core/pysize_global_fs_cache.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os from pysize.core.exception_propagation import raises diff --git a/pysize/core/signals.py b/pysize/core/signals.py index 73f8536..0737e5a 100644 --- a/pysize/core/signals.py +++ b/pysize/core/signals.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import signal diff --git a/pysize/main.py b/pysize/main.py index 8e203f9..802b5f8 100644 --- a/pysize/main.py +++ b/pysize/main.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import sys import os diff --git a/pysize/ui/ascii/ui_ascii.py b/pysize/ui/ascii/ui_ascii.py index 40795bc..975437c 100644 --- a/pysize/ui/ascii/ui_ascii.py +++ b/pysize/ui/ascii/ui_ascii.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import math import os diff --git a/pysize/ui/char_matrix.py b/pysize/ui/char_matrix.py index ac75f95..0a1a787 100644 --- a/pysize/ui/char_matrix.py +++ b/pysize/ui/char_matrix.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import math from pysize.ui.utils import human_unit, sanitize_string diff --git a/pysize/ui/curses/ui_curses.py b/pysize/ui/curses/ui_curses.py index 4b827e1..bbcd0be 100644 --- a/pysize/ui/curses/ui_curses.py +++ b/pysize/ui/curses/ui_curses.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import curses import os diff --git a/pysize/ui/gtk/colors.py b/pysize/ui/gtk/colors.py index c8b5526..2f02e4f 100644 --- a/pysize/ui/gtk/colors.py +++ b/pysize/ui/gtk/colors.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain def normalize(*colors): return map(lambda x: x / 255.0, colors) diff --git a/pysize/ui/gtk/help.py b/pysize/ui/gtk/help.py index a1ab44a..9d81c08 100644 --- a/pysize/ui/gtk/help.py +++ b/pysize/ui/gtk/help.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import gtk import pango diff --git a/pysize/ui/gtk/pysize_widget.py b/pysize/ui/gtk/pysize_widget.py index 65a1cf2..f9d26dc 100644 --- a/pysize/ui/gtk/pysize_widget.py +++ b/pysize/ui/gtk/pysize_widget.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import pygtk diff --git a/pysize/ui/gtk/pysize_widget_draw.py b/pysize/ui/gtk/pysize_widget_draw.py index 8368487..11f76a9 100644 --- a/pysize/ui/gtk/pysize_widget_draw.py +++ b/pysize/ui/gtk/pysize_widget_draw.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import pygtk pygtk.require('2.0') diff --git a/pysize/ui/gtk/pysize_widget_menu.py b/pysize/ui/gtk/pysize_widget_menu.py index cada5cd..cb81cd1 100644 --- a/pysize/ui/gtk/pysize_widget_menu.py +++ b/pysize/ui/gtk/pysize_widget_menu.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import pygtk diff --git a/pysize/ui/gtk/pysize_widget_mouse.py b/pysize/ui/gtk/pysize_widget_mouse.py index e5ff197..2423598 100644 --- a/pysize/ui/gtk/pysize_widget_mouse.py +++ b/pysize/ui/gtk/pysize_widget_mouse.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import pygtk pygtk.require('2.0') diff --git a/pysize/ui/gtk/pysize_window.py b/pysize/ui/gtk/pysize_window.py index 4843bf2..2737235 100644 --- a/pysize/ui/gtk/pysize_window.py +++ b/pysize/ui/gtk/pysize_window.py @@ -15,7 +15,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import pygtk diff --git a/pysize/ui/gtk/threaded_pysize_tree.py b/pysize/ui/gtk/threaded_pysize_tree.py index 15eb281..52e7f10 100644 --- a/pysize/ui/gtk/threaded_pysize_tree.py +++ b/pysize/ui/gtk/threaded_pysize_tree.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain from threading import Thread, currentThread from Queue import Queue diff --git a/pysize/ui/gtk/ui_gtk.py b/pysize/ui/gtk/ui_gtk.py index 73ff7fd..f793dfc 100644 --- a/pysize/ui/gtk/ui_gtk.py +++ b/pysize/ui/gtk/ui_gtk.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain from pysize.ui.utils import UINotAvailableException from pysize.core.signals import install_sigquit_handler, install_sigint_handler diff --git a/pysize/ui/utils.py b/pysize/ui/utils.py index 8286bfc..c1a6d1c 100644 --- a/pysize/ui/utils.py +++ b/pysize/ui/utils.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import re import time diff --git a/setup.py b/setup.py index d9c828b..2e1aa3e 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ proportional to the relative size of their content. It can be used either in console mode where it generates some ASCII art or with its GTK+ GUI. Its caching property makes it suitable to browse very large directories.''', author='Guillaume Chazarain', - author_email='guichaz@yahoo.fr', + author_email='guichaz@gmail.com', url='http://guichaz.free.fr/pysize', scripts=['bin/pysize'], packages=find_packages(), diff --git a/tests/pysize_tests.py b/tests/pysize_tests.py index 6e44719..24b4d34 100755 --- a/tests/pysize_tests.py +++ b/tests/pysize_tests.py @@ -16,7 +16,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import tarfile diff --git a/tests/tests/browsing.py b/tests/tests/browsing.py index f74624e..7319e6e 100644 --- a/tests/tests/browsing.py +++ b/tests/tests/browsing.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import unittest diff --git a/tests/tests/compute_size.py b/tests/tests/compute_size.py index d9f3916..53e6400 100644 --- a/tests/tests/compute_size.py +++ b/tests/tests/compute_size.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import unittest diff --git a/tests/tests/deletion.py b/tests/tests/deletion.py index 16b4a4d..07c3df8 100644 --- a/tests/tests/deletion.py +++ b/tests/tests/deletion.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import unittest from pysize.core import pysize_fs_node diff --git a/tests/tests/fs_node.py b/tests/tests/fs_node.py index 6722d2c..7ba7f53 100644 --- a/tests/tests/fs_node.py +++ b/tests/tests/fs_node.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import unittest from pysize.core import pysize_fs_node diff --git a/tests/tests/fs_tree.py b/tests/tests/fs_tree.py index 4f801f5..191073b 100644 --- a/tests/tests/fs_tree.py +++ b/tests/tests/fs_tree.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import unittest from pysize.core import pysize_fs_tree diff --git a/tests/tests/observable.py b/tests/tests/observable.py index 493cc65..20f5ab1 100644 --- a/tests/tests/observable.py +++ b/tests/tests/observable.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import unittest from pysize.core.observable import observable -- 2.11.4.GIT