summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-28 09:59:50 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-04-28 09:59:50 +0200
commitceb282221da2a101e97b228aadd63c67c551ae9a (patch)
treec3c70ae290180ee8ecf25e67e00ede29baf99f51
parent124ff340c59ff2c7a95dc63071e80ed350947ab0 (diff)
downloadlogilab-common-ceb282221da2a101e97b228aadd63c67c551ae9a.tar.gz
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill DEPENDS file
-rw-r--r--DEPENDS1
-rw-r--r--MANIFEST.in2
-rw-r--r--__init__.py2
-rw-r--r--__pkginfo__.py2
-rw-r--r--adbh.py2
-rw-r--r--cache.py2
-rw-r--r--changelog.py2
-rw-r--r--clcommands.py2
-rw-r--r--cli.py2
-rw-r--r--compat.py2
-rw-r--r--configuration.py2
-rw-r--r--contexts.py2
-rw-r--r--corbautils.py2
-rw-r--r--daemon.py2
-rw-r--r--date.py2
-rw-r--r--db.py2
-rw-r--r--dbf.py2
-rw-r--r--debugger.py2
-rw-r--r--decorators.py2
-rw-r--r--deprecation.py2
-rw-r--r--fileutils.py2
-rw-r--r--graph.py2
-rw-r--r--html.py2
-rw-r--r--interface.py2
-rw-r--r--logging_ext.py2
-rw-r--r--modutils.py2
-rw-r--r--optik_ext.py2
-rw-r--r--optparser.py2
-rw-r--r--pdf_ext.py2
-rw-r--r--proc.py2
-rw-r--r--pyro_ext.py2
-rw-r--r--pytest.py2
-rw-r--r--setup.py2
-rw-r--r--shellutils.py2
-rw-r--r--sphinx_ext.py2
-rw-r--r--sphinxutils.py2
-rw-r--r--sqlgen.py2
-rw-r--r--table.py2
-rw-r--r--tasksqueue.py2
-rw-r--r--test/unittest_cache.py2
-rw-r--r--test/unittest_changelog.py2
-rw-r--r--test/unittest_compat.py2
-rw-r--r--test/unittest_configuration.py2
-rw-r--r--test/unittest_date.py2
-rw-r--r--test/unittest_decorators.py2
-rw-r--r--test/unittest_deprecation.py2
-rw-r--r--test/unittest_fileutils.py2
-rw-r--r--test/unittest_graph.py2
-rw-r--r--test/unittest_html.py2
-rw-r--r--test/unittest_interface.py2
-rw-r--r--test/unittest_modutils.py2
-rw-r--r--test/unittest_pytest.py2
-rw-r--r--test/unittest_shellutils.py2
-rw-r--r--test/unittest_table.py2
-rw-r--r--test/unittest_taskqueue.py2
-rw-r--r--test/unittest_testlib.py2
-rw-r--r--test/unittest_textutils.py2
-rw-r--r--test/unittest_tree.py2
-rw-r--r--test/unittest_umessage.py2
-rw-r--r--test/unittest_ureports_html.py2
-rw-r--r--test/unittest_ureports_text.py2
-rw-r--r--test/unittest_xmlutils.py2
-rw-r--r--test/utils.py2
-rw-r--r--testlib.py2
-rw-r--r--textutils.py2
-rw-r--r--tree.py2
-rw-r--r--umessage.py2
-rw-r--r--ureports/__init__.py2
-rw-r--r--ureports/docbook_writer.py2
-rw-r--r--ureports/html_writer.py2
-rw-r--r--ureports/nodes.py2
-rw-r--r--ureports/text_writer.py2
-rw-r--r--vcgutils.py2
-rw-r--r--visitor.py2
-rw-r--r--xmlrpcutils.py2
-rw-r--r--xmlutils.py2
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"
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 <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"
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 <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.
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 <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
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 <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.
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 <http://www.gnu.org/licenses/>.
+# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
"""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 <http://www.gnu.org/licenses/>.
+# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
"""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 <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.
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 <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,\
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 <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)
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 <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:
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 <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)
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 <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:
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 <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
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 <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
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 <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.
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 <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
'''
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 <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.
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 <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).
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 <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