diff options
author | Robey Pointer <robey@lag.net> | 2007-02-13 11:17:06 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2007-02-13 11:17:06 -0800 |
commit | 83b335e10f1129e54e5fa5f8c72acb5407c21219 (patch) | |
tree | fa7d1684077015cd0896f441c32ee454f866a98a /setup_helper.py | |
parent | 1a51090969473b657af6ee265ab6b13e4376d589 (diff) |
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
bump copyright year to 2007
Diffstat (limited to 'setup_helper.py')
-rw-r--r-- | setup_helper.py | 6 |
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 |