summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--checkers/__init__.py2
-rwxr-xr-xcheckers/base.py4
-rw-r--r--checkers/classes.py2
-rw-r--r--checkers/format.py4
-rw-r--r--checkers/imports.py2
-rw-r--r--checkers/logging.py2
-rw-r--r--checkers/misc.py2
-rw-r--r--checkers/string_format.py4
-rw-r--r--checkers/typecheck.py2
-rw-r--r--checkers/utils.py2
-rw-r--r--checkers/variables.py2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
-rw-r--r--lint.py4
-rw-r--r--pyreverse/diadefslib.py2
-rw-r--r--pyreverse/diagrams.py2
-rw-r--r--pyreverse/main.py2
-rw-r--r--pyreverse/utils.py2
-rw-r--r--pyreverse/writer.py2
-rw-r--r--setup.py2
-rw-r--r--utils.py4
21 files changed, 26 insertions, 26 deletions
diff --git a/checkers/__init__.py b/checkers/__init__.py
index 657bebe..fc7ebea 100644
--- a/checkers/__init__.py
+++ b/checkers/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/checkers/base.py b/checkers/base.py
index 1a77a4a..b750091 100755
--- a/checkers/base.py
+++ b/checkers/base.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
-# Copyright (c) 2009 Arista Networks, Inc.
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2009-2010 Arista Networks, Inc.
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
diff --git a/checkers/classes.py b/checkers/classes.py
index b722742..e267191 100644
--- a/checkers/classes.py
+++ b/checkers/classes.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/checkers/format.py b/checkers/format.py
index fd6bc99..751c88a 100644
--- a/checkers/format.py
+++ b/checkers/format.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2003-2009 Sylvain Thenault (thenault@gmail.com).
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 Sylvain Thenault (thenault@gmail.com).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
diff --git a/checkers/imports.py b/checkers/imports.py
index 98c45dc..d421ee8 100644
--- a/checkers/imports.py
+++ b/checkers/imports.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/checkers/logging.py b/checkers/logging.py
index 3f53338..6973f2a 100644
--- a/checkers/logging.py
+++ b/checkers/logging.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2009 Google, Inc.
+# Copyright (c) 2009-2010 Google, Inc.
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
diff --git a/checkers/misc.py b/checkers/misc.py
index a3a084e..217d95c 100644
--- a/checkers/misc.py
+++ b/checkers/misc.py
@@ -11,7 +11,7 @@
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-""" Copyright (c) 2000-2009 LOGILAB S.A. (Paris, FRANCE).
+""" Copyright (c) 2000-2010 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
Check source code is ascii only or has an encoding declaration (PEP 263)
diff --git a/checkers/string_format.py b/checkers/string_format.py
index a6f79ca..64e8162 100644
--- a/checkers/string_format.py
+++ b/checkers/string_format.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2009 Arista Networks, Inc. - James Lingard
-# Copyright (c) 2004-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2009-2010 Arista Networks, Inc. - James Lingard
+# Copyright (c) 2004-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
diff --git a/checkers/typecheck.py b/checkers/typecheck.py
index db73c8f..07c0049 100644
--- a/checkers/typecheck.py
+++ b/checkers/typecheck.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2006-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/checkers/utils.py b/checkers/utils.py
index 508fb06..92ff272 100644
--- a/checkers/utils.py
+++ b/checkers/utils.py
@@ -1,6 +1,6 @@
# pylint: disable-msg=W0611
#
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/checkers/variables.py b/checkers/variables.py
index 3293d16..72e1bc5 100644
--- a/checkers/variables.py
+++ b/checkers/variables.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/debian/control b/debian/control
index 5f9e2a4..18fa095 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pylint/trunk/
Package: pylint
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.46.0), python-logilab-astng (>= 0.19.3)
+Depends: ${python:Depends}, ${misc:Depends}, python-logilab-common (>= 0.49.0), python-logilab-astng (>= 0.20.0)
Recommends: python-tk
XB-Python-Version: ${python:Versions}
Conflicts: python2.2-pylint, python2.3-pylint, python2.4-pylint, pylint-common, pylint-test
diff --git a/debian/rules b/debian/rules
index 725d29e..cea9035 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
# adapted by Logilab for automatic generation by debianize
# (part of the devtools project, http://www.logilab.org/projects/devtools)
#
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
# Uncomment this to turn on verbose mode.
diff --git a/lint.py b/lint.py
index 40d34f8..6d1a359 100644
--- a/lint.py
+++ b/lint.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2003-2009 Sylvain Thenault (thenault@gmail.com).
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 Sylvain Thenault (thenault@gmail.com).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/pyreverse/diadefslib.py b/pyreverse/diadefslib.py
index 37f8321..0496ac2 100644
--- a/pyreverse/diadefslib.py
+++ b/pyreverse/diadefslib.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2000-2008 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2000-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/pyreverse/diagrams.py b/pyreverse/diagrams.py
index c8f41ad..87afa4c 100644
--- a/pyreverse/diagrams.py
+++ b/pyreverse/diagrams.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2008 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2004-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/pyreverse/main.py b/pyreverse/main.py
index bf39413..6ea8db3 100644
--- a/pyreverse/main.py
+++ b/pyreverse/main.py
@@ -1,4 +1,4 @@
-# # Copyright (c) 2000-2008 LOGILAB S.A. (Paris, FRANCE).
+# # Copyright (c) 2000-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/pyreverse/utils.py b/pyreverse/utils.py
index a6a12d0..ea8b67c 100644
--- a/pyreverse/utils.py
+++ b/pyreverse/utils.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2002-2008 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2002-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/pyreverse/writer.py b/pyreverse/writer.py
index c1fb0d1..6dbfc26 100644
--- a/pyreverse/writer.py
+++ b/pyreverse/writer.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2008 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2008-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
diff --git a/setup.py b/setup.py
index 4ed750a..9e7308a 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@
# pylint: disable-msg=W0404,W0622,W0704,W0613,W0152
"""Generic Setup script, takes package info from __pkginfo__.py file.
-:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: General Public License version 2 - http://www.gnu.org/licenses
"""
diff --git a/utils.py b/utils.py
index 06b2ba4..4f7f5e5 100644
--- a/utils.py
+++ b/utils.py
@@ -1,5 +1,5 @@
-# Copyright (c) 2003-2009 Sylvain Thenault (thenault@gmail.com).
-# Copyright (c) 2003-2009 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2010 Sylvain Thenault (thenault@gmail.com).
+# Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under