From fead211c5ca75b654c218c6bcfc75552284719c6 Mon Sep 17 00:00:00 2001 From: Robey Pointer <robey@lag.net> Date: Mon, 28 Feb 2005 08:06:08 +0000 Subject: [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154] even better 1.2 lapras re-bump the version # to 1.2 (with a new date since i added more stuff). add 2005 to the copyright date in a bunch of files. --- demo_windows.py | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'demo_windows.py') diff --git a/demo_windows.py b/demo_windows.py index 84e3ec60..f3f9f902 100755 --- a/demo_windows.py +++ b/demo_windows.py @@ -1,5 +1,24 @@ #!/usr/bin/python +# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# +# This file is part of paramiko. +# +# Paramiko is free software; you can redistribute it and/or modify it under the +# terms of the GNU Lesser General Public License as published by the Free +# Software Foundation; either version 2.1 of the License, or (at your option) +# any later version. +# +# Paramiko is distrubuted in the hope that it will be useful, but WITHOUT ANY +# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR +# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more +# details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with Paramiko; if not, write to the Free Software Foundation, Inc., +# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + + # This demo is like demo_simple.py, but it doesn't try to use select() # to poll the ssh channel for reading, so it can be used on Windows. # It logs into a shell, executes "ls", prints out the results, and -- cgit v1.2.3