summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2008-03-27 12:21:55 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2008-03-27 12:21:55 +0100
commit2236bb1177d0200105170d5190fd5c3e14e0b501 (patch)
treebcdf4be7329caf2ba52edfee292352dcd6a007dd /__init__.py
parent04f60edd9450ca0dca27944a661fea16ab6ad089 (diff)
downloadpylint-git-2236bb1177d0200105170d5190fd5c3e14e0b501.tar.gz
cleanup
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/__init__.py b/__init__.py
index abbb3e949..0c4bd134c 100644
--- a/__init__.py
+++ b/__init__.py
@@ -10,9 +10,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) 2002-2003 LOGILAB S.A. (Paris, FRANCE).
+""" Copyright (c) 2002-2008 LOGILAB S.A. (Paris, FRANCE).
http://www.logilab.fr/ -- mailto:contact@logilab.fr
"""
-__revision__ = '$Id: __init__.py,v 1.5 2003-06-11 13:22:50 syt Exp $'
-