summaryrefslogtreecommitdiff
path: root/reporters
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2012-05-03 12:46:50 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2012-05-03 12:46:50 +0200
commit5fbe1a037319451a5e99ef48aad479ed11aafe99 (patch)
tree0afe570e9e314550b63d6961baa3301178a2c013 /reporters
parent3531d91b029c1a2ca509666cdade2a8119645da6 (diff)
downloadpylint-git-5fbe1a037319451a5e99ef48aad479ed11aafe99.tar.gz
Refactoring reporting.
Diffstat (limited to 'reporters')
-rw-r--r--reporters/__init__.py8
-rw-r--r--reporters/text.py2
2 files changed, 4 insertions, 6 deletions
diff --git a/reporters/__init__.py b/reporters/__init__.py
index d64d5c094..e2cf26e37 100644
--- a/reporters/__init__.py
+++ b/reporters/__init__.py
@@ -1,3 +1,5 @@
+# Copyright (c) 2003-2010 Sylvain Thenault (thenault@gmail.com).
+# Copyright (c) 2003-2012 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
@@ -10,11 +12,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.
-"""utilities methods and classes for reporters
-
-Copyright (c) 2000-2003 LOGILAB S.A. (Paris, FRANCE).
-http://www.logilab.fr/ -- mailto:contact@logilab.fr
-"""
+"""utilities methods and classes for reporters"""
import sys, locale
diff --git a/reporters/text.py b/reporters/text.py
index 269a519fe..dd4d536b0 100644
--- a/reporters/text.py
+++ b/reporters/text.py
@@ -1,5 +1,5 @@
# Copyright (c) 2003-2007 Sylvain Thenault (thenault@gmail.com).
-# Copyright (c) 2003-2011 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2012 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