summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-03-28 18:24:19 +0100
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-03-28 18:24:19 +0100
commit441e188938ffc7065611fbe96898cb9d52701fa2 (patch)
tree980909561333ae7d88e730dd95210fa3a235a609 /setup.py
parent6c99c192b93da49a56b98a5888ccfcdb66b2c75d (diff)
downloadastroid-git-441e188938ffc7065611fbe96898cb9d52701fa2.tar.gz
minor cleanups: drop copyright by me, update others to 2013, droip those in dumb test data files, delete some trailing whitespaces
--HG-- branch : stable
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f75de7f7..b0cdeac8 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,6 @@
#!/usr/bin/env python
-# -*- coding: utf-8 -*-
# pylint: disable=W0404,W0622,W0704,W0613
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2013 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-astng.