From 032f9933e806fc987034492c997f71a53bcaea6c Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Sun, 24 Feb 2008 19:27:09 +0100 Subject: [PATCH] Update copyright years --- 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 +- 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 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/pysize/core/browsing.py b/pysize/core/browsing.py index e532187..c0e6310 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 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 03ba4c1..2952d78 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 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 8860024..eee0a31 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 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os diff --git a/pysize/core/history.py b/pysize/core/history.py index 8f8ea71..a81c386 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 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 5d43716..efade87 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 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 4dec59c..4196230 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 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 ce860aa..348c413 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 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 cc7efe8..2a3a731 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 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 05ae181..73f8536 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 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import os import signal diff --git a/pysize/main.py b/pysize/main.py index 761b717..8e203f9 100644 --- a/pysize/main.py +++ b/pysize/main.py @@ -14,7 +14,7 @@ # # See the COPYING file for license information. # -# Copyright (c) 2006, 2007 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 0101e45..40795bc 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 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 8386382..ac75f95 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 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 3e240d7..4b827e1 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 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 61fcb97..c8b5526 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 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 3bb79d8..a1ab44a 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 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 0335821..65a1cf2 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 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 8fb2eb4..8368487 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 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 39ed55c..cada5cd 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 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 21818d0..e5ff197 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 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 a40b1bd..4843bf2 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 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 32db845..15eb281 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 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 95344f0..73ff7fd 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 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 1f7fb3d..8286bfc 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 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import re import time diff --git a/tests/pysize_tests.py b/tests/pysize_tests.py index 9c6b2f2..6e44719 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 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 4122dc4..f74624e 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 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 a2af96b..d9f3916 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 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 1c12f82..16b4a4d 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 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 012938c..6722d2c 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 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 d066c78..4f801f5 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 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 0e69ac8..493cc65 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 Guillaume Chazarain +# Copyright (c) 2006, 2007, 2008 Guillaume Chazarain import unittest from pysize.core.observable import observable -- 2.11.4.GIT