diff options
76 files changed, 75 insertions, 76 deletions
diff --git a/DEPENDS b/DEPENDS deleted file mode 100644 index a4efcdb..0000000 --- a/DEPENDS +++ /dev/null @@ -1 +0,0 @@ -python-egenix-mxdatetime
\ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in index 7c15755..536721f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ include ChangeLog include README include COPYING -include DEPENDS +include COPYING.LESSER include bin/pytest include bin/pytest.bat include test/data/ChangeLog diff --git a/__init__.py b/__init__.py index 26910a0..ed8b44e 100644 --- a/__init__.py +++ b/__init__.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Logilab common library (aka Logilab's extension to the standard library). :type STD_BLACKLIST: tuple diff --git a/__pkginfo__.py b/__pkginfo__.py index 0183054..b6f60f7 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """logilab.common packaging information""" __docformat__ = "restructuredtext en" @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Helpers for DBMS specific (advanced or non standard) functionalities. """ __docformat__ = "restructuredtext en" @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Cache module, with a least recently used algorithm for the management of the deletion of entries. diff --git a/changelog.py b/changelog.py index 9ce18d0..fedf847 100644 --- a/changelog.py +++ b/changelog.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Manipulation of upstream change log files. The upstream change log files format handled is simpler than the one diff --git a/clcommands.py b/clcommands.py index d0b43fd..4341d5f 100644 --- a/clcommands.py +++ b/clcommands.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Helper functions to support command line tools providing more than one command. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Command line interface helper classes. It provides some default commands, a help system, a default readline @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Wrappers around some builtins introduced in python 2.3, 2.4 and 2.5, making them available in for earlier versions of python. diff --git a/configuration.py b/configuration.py index d13108b..c5e07f7 100644 --- a/configuration.py +++ b/configuration.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Classes to handle advanced configuration in simple to complex applications. Allows to load the configuration from a file or from command line diff --git a/contexts.py b/contexts.py index a5fb362..884839b 100644 --- a/contexts.py +++ b/contexts.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """A few useful context managers diff --git a/corbautils.py b/corbautils.py index cdbefa9..fa1b6c5 100644 --- a/corbautils.py +++ b/corbautils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """A set of utility function to ease the use of OmniORBpy. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """A daemon mix-in class. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Date manipulation helper functions. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Wrappers to get actually replaceable DBAPI2 compliant modules and database connection whatever the database and client lib used. @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """This is a DBF reader which reads Visual Fox Pro DBF format with Memo field Usage: diff --git a/debugger.py b/debugger.py index 38be041..515a94e 100644 --- a/debugger.py +++ b/debugger.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Customized version of pdb's default debugger. - sets up a history file diff --git a/decorators.py b/decorators.py index 289a952..de488d9 100644 --- a/decorators.py +++ b/decorators.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """A few useful function/method decorators. diff --git a/deprecation.py b/deprecation.py index 9b97f44..37ac848 100644 --- a/deprecation.py +++ b/deprecation.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Deprecation utilities. diff --git a/fileutils.py b/fileutils.py index 3260505..9ffd67c 100644 --- a/fileutils.py +++ b/fileutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """File and file-path manipulation utilities. :group path manipulation: first_level_directory, relative_path, is_binary,\ @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Graph manipulation utilities. (dot generation adapted from pypy/translator/tool/make_dot.py) @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """render a tree in HTML. diff --git a/interface.py b/interface.py index 6075b2f..4ce019e 100644 --- a/interface.py +++ b/interface.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Bases class for interfaces to provide 'light' interface handling. TODO: diff --git a/logging_ext.py b/logging_ext.py index 75371da..71d5f87 100644 --- a/logging_ext.py +++ b/logging_ext.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Extends the logging module from the standard library. diff --git a/modutils.py b/modutils.py index 11d9931..0e4ddc1 100644 --- a/modutils.py +++ b/modutils.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Python modules manipulation utility functions. diff --git a/optik_ext.py b/optik_ext.py index 0606791..06f5506 100644 --- a/optik_ext.py +++ b/optik_ext.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Add an abstraction level to transparently import optik classes from optparse (python >= 2.3) or the optik package. diff --git a/optparser.py b/optparser.py index aaf88af..f262cae 100644 --- a/optparser.py +++ b/optparser.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Extend OptionParser with commands. Example: @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Manipulate pdf and fdf files (pdftk recommended). Notes regarding pdftk, pdf forms and fdf files (form definition file) @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """module providing: * process information (linux specific: rely on /proc) * a class for resource control (memory / time / cpu time) diff --git a/pyro_ext.py b/pyro_ext.py index 9c27d4c..151dea8 100644 --- a/pyro_ext.py +++ b/pyro_ext.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Python Remote Object utilities Main functions available: @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """pytest is a tool that eases test running and debugging. To be able to use pytest, you should either write tests using @@ -16,7 +16,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Generic Setup script, takes package info from __pkginfo__.py file. diff --git a/shellutils.py b/shellutils.py index e928fb3..d063bad 100644 --- a/shellutils.py +++ b/shellutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """shell/term utilities, useful to write some python scripts instead of shell scripts. """ diff --git a/sphinx_ext.py b/sphinx_ext.py index e9da596..fb8d4a7 100644 --- a/sphinx_ext.py +++ b/sphinx_ext.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.decorators import monkeypatch from sphinx.ext import autodoc diff --git a/sphinxutils.py b/sphinxutils.py index b7bc04b..7a5de99 100644 --- a/sphinxutils.py +++ b/sphinxutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Sphinx utils ModuleGenerator: Generate a file that lists all the modules of a list of @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Help to generate SQL strings usable by the Python DB-API. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Table management module. diff --git a/tasksqueue.py b/tasksqueue.py index 3bcbc70..54b290b 100644 --- a/tasksqueue.py +++ b/tasksqueue.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Prioritized tasks queue :organization: Logilab diff --git a/test/unittest_cache.py b/test/unittest_cache.py index 3db6eaf..51e1575 100644 --- a/test/unittest_cache.py +++ b/test/unittest_cache.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main, TestSuite from logilab.common.cache import Cache diff --git a/test/unittest_changelog.py b/test/unittest_changelog.py index 415e9d5..203545f 100644 --- a/test/unittest_changelog.py +++ b/test/unittest_changelog.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from os.path import join, dirname from cStringIO import StringIO diff --git a/test/unittest_compat.py b/test/unittest_compat.py index 49d08e9..83d7e81 100644 --- a/test/unittest_compat.py +++ b/test/unittest_compat.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """provides unit tests for compat module""" from logilab.common.testlib import TestCase, unittest_main diff --git a/test/unittest_configuration.py b/test/unittest_configuration.py index 19451d2..980b705 100644 --- a/test/unittest_configuration.py +++ b/test/unittest_configuration.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. import tempfile import os from cStringIO import StringIO diff --git a/test/unittest_date.py b/test/unittest_date.py index c354972..47b32c1 100644 --- a/test/unittest_date.py +++ b/test/unittest_date.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """ Unittests for date helpers """ diff --git a/test/unittest_decorators.py b/test/unittest_decorators.py index 45984da..104af6f 100644 --- a/test/unittest_decorators.py +++ b/test/unittest_decorators.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unit tests for the decorators module """ diff --git a/test/unittest_deprecation.py b/test/unittest_deprecation.py index fed2244..681955b 100644 --- a/test/unittest_deprecation.py +++ b/test/unittest_deprecation.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unit tests for logilab.common.deprecation""" import warnings diff --git a/test/unittest_fileutils.py b/test/unittest_fileutils.py index f693ed6..82d0677 100644 --- a/test/unittest_fileutils.py +++ b/test/unittest_fileutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unit tests for logilab.common.fileutils""" import sys, os, tempfile, shutil diff --git a/test/unittest_graph.py b/test/unittest_graph.py index 5ba986f..f870895 100644 --- a/test/unittest_graph.py +++ b/test/unittest_graph.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main from logilab.common.graph import get_cycles, has_path diff --git a/test/unittest_html.py b/test/unittest_html.py index eca9807..738a47c 100644 --- a/test/unittest_html.py +++ b/test/unittest_html.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unittests for logilab.common.html :organization: Logilab diff --git a/test/unittest_interface.py b/test/unittest_interface.py index c80f9d6..82657ea 100644 --- a/test/unittest_interface.py +++ b/test/unittest_interface.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main from logilab.common.interface import * diff --git a/test/unittest_modutils.py b/test/unittest_modutils.py index 68bebce..0c14017 100644 --- a/test/unittest_modutils.py +++ b/test/unittest_modutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """ unit tests for module modutils (module manipulation utilities) """ diff --git a/test/unittest_pytest.py b/test/unittest_pytest.py index 6931450..56fab55 100644 --- a/test/unittest_pytest.py +++ b/test/unittest_pytest.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from os.path import join from logilab.common.testlib import TestCase, unittest_main from logilab.common.pytest import * diff --git a/test/unittest_shellutils.py b/test/unittest_shellutils.py index 381a71e..c795c14 100644 --- a/test/unittest_shellutils.py +++ b/test/unittest_shellutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unit tests for logilab.common.shellutils""" import sys, os, tempfile, shutil diff --git a/test/unittest_table.py b/test/unittest_table.py index 884cb45..86b868c 100644 --- a/test/unittest_table.py +++ b/test/unittest_table.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """ Unittests for table management """ diff --git a/test/unittest_taskqueue.py b/test/unittest_taskqueue.py index 0bdfc46..8ae3553 100644 --- a/test/unittest_taskqueue.py +++ b/test/unittest_taskqueue.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main from logilab.common.tasksqueue import * diff --git a/test/unittest_testlib.py b/test/unittest_testlib.py index 75b9219..3514f73 100644 --- a/test/unittest_testlib.py +++ b/test/unittest_testlib.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """unittest module for logilab.comon.testlib""" import unittest diff --git a/test/unittest_textutils.py b/test/unittest_textutils.py index fdddc08..33f73ec 100644 --- a/test/unittest_textutils.py +++ b/test/unittest_textutils.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """ unit tests for module textutils squeleton generated by /home/syt/cvs_work/logilab/pyreverse/py2tests.py on Sep 08 at 09:1:31 diff --git a/test/unittest_tree.py b/test/unittest_tree.py index edd6509..7ac476d 100644 --- a/test/unittest_tree.py +++ b/test/unittest_tree.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """ unit tests for module logilab.common.tree squeleton generated by /home/syt/bin/py2tests on Jan 20 at 10:43:25 diff --git a/test/unittest_umessage.py b/test/unittest_umessage.py index a515f37..941d2e5 100644 --- a/test/unittest_umessage.py +++ b/test/unittest_umessage.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main from logilab.common.umessage import UMessage, decode_QP diff --git a/test/unittest_ureports_html.py b/test/unittest_ureports_html.py index eef287a..79cabcd 100644 --- a/test/unittest_ureports_html.py +++ b/test/unittest_ureports_html.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. '''unit tests for ureports.html_writer ''' diff --git a/test/unittest_ureports_text.py b/test/unittest_ureports_text.py index 0ee6bd8..1bda527 100644 --- a/test/unittest_ureports_text.py +++ b/test/unittest_ureports_text.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. '''unit tests for ureports.text_writer ''' diff --git a/test/unittest_xmlutils.py b/test/unittest_xmlutils.py index 8a1a9f6..d304fdf 100644 --- a/test/unittest_xmlutils.py +++ b/test/unittest_xmlutils.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. from logilab.common.testlib import TestCase, unittest_main from logilab.common.xmlutils import parse_pi_data diff --git a/test/utils.py b/test/utils.py index 41f596d..38c19df 100644 --- a/test/utils.py +++ b/test/utils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. '''unit tests utilities for ureports ''' @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Run tests. This will find all modules whose name match a given prefix in the test diff --git a/textutils.py b/textutils.py index e5ef28e..9f80b2e 100644 --- a/textutils.py +++ b/textutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Some text manipulation utility functions. @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Base class to represent a tree structure. diff --git a/umessage.py b/umessage.py index 7f4337f..6662f1e 100644 --- a/umessage.py +++ b/umessage.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Unicode email support (extends email from stdlib). diff --git a/ureports/__init__.py b/ureports/__init__.py index be0abd1..3fae5c2 100644 --- a/ureports/__init__.py +++ b/ureports/__init__.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Universal report objects and some formatting drivers. A way to create simple reports using python objects, primarily designed to be diff --git a/ureports/docbook_writer.py b/ureports/docbook_writer.py index ba8c897..fd3aeaa 100644 --- a/ureports/docbook_writer.py +++ b/ureports/docbook_writer.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """HTML formatting drivers for ureports""" from __future__ import generators __docformat__ = "restructuredtext en" diff --git a/ureports/html_writer.py b/ureports/html_writer.py index b30ef48..e10748f 100644 --- a/ureports/html_writer.py +++ b/ureports/html_writer.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """HTML formatting drivers for ureports""" __docformat__ = "restructuredtext en" diff --git a/ureports/nodes.py b/ureports/nodes.py index ef6c462..3631aaa 100644 --- a/ureports/nodes.py +++ b/ureports/nodes.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Micro reports objects. A micro report is a tree of layout and content objects. diff --git a/ureports/text_writer.py b/ureports/text_writer.py index 6accd38..827770e 100644 --- a/ureports/text_writer.py +++ b/ureports/text_writer.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Text formatting drivers for ureports""" __docformat__ = "restructuredtext en" diff --git a/vcgutils.py b/vcgutils.py index b99b5a3..93b570d 100644 --- a/vcgutils.py +++ b/vcgutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """Functions to generate files readable with Georg Sander's vcg (Visualization of Compiler Graphs). @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """A generic visitor abstract implementation. diff --git a/xmlrpcutils.py b/xmlrpcutils.py index 6dbafff..5e3df07 100644 --- a/xmlrpcutils.py +++ b/xmlrpcutils.py @@ -14,7 +14,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """XML-RPC utilities. diff --git a/xmlutils.py b/xmlutils.py index 7e0c411..1ab02fb 100644 --- a/xmlutils.py +++ b/xmlutils.py @@ -15,7 +15,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see <http://www.gnu.org/licenses/>. +# with logilab-common. If not, see <http://www.gnu.org/licenses/>. """XML utilities. This module contains useful functions for parsing and using XML data. For the |