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
commit705efcc193fb90e7ac4145bf2e51b9e9e7de72d0 (patch)
tree14f96a4a0dca7b3b39febd2874f2e2b4e461ed32 /setup.py
parent315820d350e21205de1b6bf8f36a3eaeab8c4434 (diff)
downloadastroid-705efcc193fb90e7ac4145bf2e51b9e9e7de72d0.tar.gz
minor cleanups: drop copyright by me, update others to 2013, droip those in dumb test data files, delete some trailing whitespaces
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 f75de7f..b0cdeac 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.