summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmile Anclin <emile.anclin@logilab.fr>2010-03-23 11:39:48 +0100
committerEmile Anclin <emile.anclin@logilab.fr>2010-03-23 11:39:48 +0100
commit9edcbd941951e53c79b84b8d3bbbca741d2c9af4 (patch)
tree4dec8c26c3cee53904d047272d8673496ec6ec3a
parent9365bee1ff43b75c12b3217df25488fb419246af (diff)
downloadpylint-git-9edcbd941951e53c79b84b8d3bbbca741d2c9af4.tar.gz
copyright update : date up 2010
-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 657bebe24..fc7ebeabc 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 1a77a4a3c..b75009166 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 b72274221..e26719170 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 fd6bc99e3..751c88aff 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 98c45dcb1..d421ee882 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 3f533388a..6973f2ae9 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 a3a084e74..217d95cbf 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 a6f79cad9..64e81622b 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 db73c8fcc..07c004984 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 508fb0604..92ff2720f 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 3293d16cc..72e1bc5b6 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 5f9e2a466..18fa09527 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 725d29e11..cea903598 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 40d34f832..6d1a359fa 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 37f8321e5..0496ac20d 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 c8f41ad3d..87afa4cce 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 bf39413d1..6ea8db385 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 a6a12d047..ea8b67ccd 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 c1fb0d1c5..6dbfc2658 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 4ed750af4..9e7308a36 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 06b2ba40a..4f7f5e526 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