summaryrefslogtreecommitdiffhomepage
path: root/setup_helper.py
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2007-02-13 11:17:06 -0800
committerRobey Pointer <robey@lag.net>2007-02-13 11:17:06 -0800
commit83b335e10f1129e54e5fa5f8c72acb5407c21219 (patch)
treefa7d1684077015cd0896f441c32ee454f866a98a /setup_helper.py
parent1a51090969473b657af6ee265ab6b13e4376d589 (diff)
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
bump copyright year to 2007
Diffstat (limited to 'setup_helper.py')
-rw-r--r--setup_helper.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup_helper.py b/setup_helper.py
index 32609dd2..778d90a8 100644
--- a/setup_helper.py
+++ b/setup_helper.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2006 Robey Pointer <robey@lag.net>
+# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net>
#
# This file is part of paramiko.
#
@@ -16,6 +16,10 @@
# along with Paramiko; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+# Note: Despite the copyright notice, this was submitted by John
+# Arbash Meinel. Thanks John!
+
+
"""A small set of helper functions for dealing with setup issues"""
import os