From ceb282221da2a101e97b228aadd63c67c551ae9a Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 28 Apr 2010 09:59:50 +0200 Subject: missing replacement in disclaimer; include COPYING.LESSER in manifest; kill DEPENDS file --- DEPENDS | 1 - MANIFEST.in | 2 +- __init__.py | 2 +- __pkginfo__.py | 2 +- adbh.py | 2 +- cache.py | 2 +- changelog.py | 2 +- clcommands.py | 2 +- cli.py | 2 +- compat.py | 2 +- configuration.py | 2 +- contexts.py | 2 +- corbautils.py | 2 +- daemon.py | 2 +- date.py | 2 +- db.py | 2 +- dbf.py | 2 +- debugger.py | 2 +- decorators.py | 2 +- deprecation.py | 2 +- fileutils.py | 2 +- graph.py | 2 +- html.py | 2 +- interface.py | 2 +- logging_ext.py | 2 +- modutils.py | 2 +- optik_ext.py | 2 +- optparser.py | 2 +- pdf_ext.py | 2 +- proc.py | 2 +- pyro_ext.py | 2 +- pytest.py | 2 +- setup.py | 2 +- shellutils.py | 2 +- sphinx_ext.py | 2 +- sphinxutils.py | 2 +- sqlgen.py | 2 +- table.py | 2 +- tasksqueue.py | 2 +- test/unittest_cache.py | 2 +- test/unittest_changelog.py | 2 +- test/unittest_compat.py | 2 +- test/unittest_configuration.py | 2 +- test/unittest_date.py | 2 +- test/unittest_decorators.py | 2 +- test/unittest_deprecation.py | 2 +- test/unittest_fileutils.py | 2 +- test/unittest_graph.py | 2 +- test/unittest_html.py | 2 +- test/unittest_interface.py | 2 +- test/unittest_modutils.py | 2 +- test/unittest_pytest.py | 2 +- test/unittest_shellutils.py | 2 +- test/unittest_table.py | 2 +- test/unittest_taskqueue.py | 2 +- test/unittest_testlib.py | 2 +- test/unittest_textutils.py | 2 +- test/unittest_tree.py | 2 +- test/unittest_umessage.py | 2 +- test/unittest_ureports_html.py | 2 +- test/unittest_ureports_text.py | 2 +- test/unittest_xmlutils.py | 2 +- test/utils.py | 2 +- testlib.py | 2 +- textutils.py | 2 +- tree.py | 2 +- umessage.py | 2 +- ureports/__init__.py | 2 +- ureports/docbook_writer.py | 2 +- ureports/html_writer.py | 2 +- ureports/nodes.py | 2 +- ureports/text_writer.py | 2 +- vcgutils.py | 2 +- visitor.py | 2 +- xmlrpcutils.py | 2 +- xmlutils.py | 2 +- 76 files changed, 75 insertions(+), 76 deletions(-) delete mode 100644 DEPENDS 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """logilab.common packaging information""" __docformat__ = "restructuredtext en" diff --git a/adbh.py b/adbh.py index 5804848..a82eb0a 100644 --- a/adbh.py +++ b/adbh.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 . +# with logilab-common. If not, see . """Helpers for DBMS specific (advanced or non standard) functionalities. """ __docformat__ = "restructuredtext en" diff --git a/cache.py b/cache.py index c7df864..ef1f54c 100644 --- a/cache.py +++ b/cache.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """Helper functions to support command line tools providing more than one command. diff --git a/cli.py b/cli.py index 149cb81..34ce941 100644 --- a/cli.py +++ b/cli.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 . +# with logilab-common. If not, see . """Command line interface helper classes. It provides some default commands, a help system, a default readline diff --git a/compat.py b/compat.py index dbc2f28..0d43225 100644 --- a/compat.py +++ b/compat.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """A set of utility function to ease the use of OmniORBpy. diff --git a/daemon.py b/daemon.py index b70c0c8..592b3cc 100644 --- a/daemon.py +++ b/daemon.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 . +# with logilab-common. If not, see . """A daemon mix-in class. diff --git a/date.py b/date.py index 36f6e86..776f1ed 100644 --- a/date.py +++ b/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 . +# with logilab-common. If not, see . """Date manipulation helper functions. diff --git a/db.py b/db.py index 6bd0fbd..64a17d3 100644 --- a/db.py +++ b/db.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 . +# with logilab-common. If not, see . """Wrappers to get actually replaceable DBAPI2 compliant modules and database connection whatever the database and client lib used. diff --git a/dbf.py b/dbf.py index da77916..9013b8e 100644 --- a/dbf.py +++ b/dbf.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """File and file-path manipulation utilities. :group path manipulation: first_level_directory, relative_path, is_binary,\ diff --git a/graph.py b/graph.py index 9671c0a..ca9b266 100644 --- a/graph.py +++ b/graph.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 . +# with logilab-common. If not, see . """Graph manipulation utilities. (dot generation adapted from pypy/translator/tool/make_dot.py) diff --git a/html.py b/html.py index 9e90954..d57a53e 100644 --- a/html.py +++ b/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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """Extend OptionParser with commands. Example: diff --git a/pdf_ext.py b/pdf_ext.py index c52c9ea..ed2ed19 100644 --- a/pdf_ext.py +++ b/pdf_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 . +# with logilab-common. If not, see . """Manipulate pdf and fdf files (pdftk recommended). Notes regarding pdftk, pdf forms and fdf files (form definition file) diff --git a/proc.py b/proc.py index 0339658..9524793 100644 --- a/proc.py +++ b/proc.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """Python Remote Object utilities Main functions available: diff --git a/pytest.py b/pytest.py index 68b52f2..77cbad3 100644 --- a/pytest.py +++ b/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 . +# with logilab-common. If not, see . """pytest is a tool that eases test running and debugging. To be able to use pytest, you should either write tests using diff --git a/setup.py b/setup.py index a35a9aa..69a5634 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # details. # # You should have received a copy of the GNU Lesser General Public License along -# with Foobar. If not, see . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """Sphinx utils ModuleGenerator: Generate a file that lists all the modules of a list of diff --git a/sqlgen.py b/sqlgen.py index c17afe8..8d4a1c1 100644 --- a/sqlgen.py +++ b/sqlgen.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 . +# with logilab-common. If not, see . """Help to generate SQL strings usable by the Python DB-API. diff --git a/table.py b/table.py index ca65ce6..22c7ba9 100644 --- a/table.py +++ b/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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """ 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """ 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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """ 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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """ 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 . +# with logilab-common. If not, see . """ 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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . '''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 . +# with logilab-common. If not, see . '''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 . +# with logilab-common. If not, see . 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 . +# with logilab-common. If not, see . '''unit tests utilities for ureports ''' diff --git a/testlib.py b/testlib.py index 410fa45..d6bfedc 100644 --- a/testlib.py +++ b/testlib.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """Some text manipulation utility functions. diff --git a/tree.py b/tree.py index 3b92b99..5a73405 100644 --- a/tree.py +++ b/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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """Functions to generate files readable with Georg Sander's vcg (Visualization of Compiler Graphs). diff --git a/visitor.py b/visitor.py index 3135cdd..e037957 100644 --- a/visitor.py +++ b/visitor.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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """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 . +# with logilab-common. If not, see . """XML utilities. This module contains useful functions for parsing and using XML data. For the -- cgit v1.2.1