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 /tests | |
parent | 1a51090969473b657af6ee265ab6b13e4376d589 (diff) |
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
bump copyright year to 2007
Diffstat (limited to 'tests')
-rw-r--r-- | tests/loop.py | 4 | ||||
-rw-r--r-- | tests/stub_sftp.py | 4 | ||||
-rw-r--r-- | tests/test_buffered_pipe.py | 2 | ||||
-rw-r--r-- | tests/test_client.py | 2 | ||||
-rwxr-xr-x | tests/test_file.py | 4 | ||||
-rw-r--r-- | tests/test_hostkeys.py | 2 | ||||
-rw-r--r-- | tests/test_kex.py | 4 | ||||
-rw-r--r-- | tests/test_message.py | 4 | ||||
-rw-r--r-- | tests/test_packetizer.py | 2 | ||||
-rw-r--r-- | tests/test_pkey.py | 2 | ||||
-rwxr-xr-x | tests/test_sftp.py | 2 | ||||
-rw-r--r-- | tests/test_sftp_big.py | 2 | ||||
-rw-r--r-- | tests/test_transport.py | 2 | ||||
-rw-r--r-- | tests/test_util.py | 4 |
14 files changed, 14 insertions, 26 deletions
diff --git a/tests/loop.py b/tests/loop.py index ad5f7ca5..fb6ffaea 100644 --- a/tests/loop.py +++ b/tests/loop.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/stub_sftp.py b/tests/stub_sftp.py index dedb78ac..ac292ff6 100644 --- a/tests/stub_sftp.py +++ b/tests/stub_sftp.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_buffered_pipe.py b/tests/test_buffered_pipe.py index 9a3fcff4..ac123527 100644 --- a/tests/test_buffered_pipe.py +++ b/tests/test_buffered_pipe.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006 Robey Pointer <robey@lag.net> +# Copyright (C) 2006-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_client.py b/tests/test_client.py index a801e3b7..d372eebb 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_file.py b/tests/test_file.py index 250821cc..d66babf1 100755 --- a/tests/test_file.py +++ b/tests/test_file.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_hostkeys.py b/tests/test_hostkeys.py index 24303570..28521ba3 100644 --- a/tests/test_hostkeys.py +++ b/tests/test_hostkeys.py @@ -1,4 +1,4 @@ -# Copyright (C) 2006 Robey Pointer <robey@lag.net> +# Copyright (C) 2006-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_kex.py b/tests/test_kex.py index dae338b2..1989117f 100644 --- a/tests/test_kex.py +++ b/tests/test_kex.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_message.py b/tests/test_message.py index 441e3ceb..e930f71c 100644 --- a/tests/test_message.py +++ b/tests/test_message.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_packetizer.py b/tests/test_packetizer.py index 8c992bd8..cb6248f9 100644 --- a/tests/test_packetizer.py +++ b/tests/test_packetizer.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_pkey.py b/tests/test_pkey.py index 6a645f7c..e591ab18 100644 --- a/tests/test_pkey.py +++ b/tests/test_pkey.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_sftp.py b/tests/test_sftp.py index a4603367..ab5b8180 100755 --- a/tests/test_sftp.py +++ b/tests/test_sftp.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_sftp_big.py b/tests/test_sftp_big.py index b3f214cb..f711e4c7 100644 --- a/tests/test_sftp_big.py +++ b/tests/test_sftp_big.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_transport.py b/tests/test_transport.py index 9ad3df8b..53e69690 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # diff --git a/tests/test_util.py b/tests/test_util.py index 7455286a..2cf57822 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -1,6 +1,4 @@ -#!/usr/bin/python - -# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> +# Copyright (C) 2003-2007 Robey Pointer <robey@lag.net> # # This file is part of paramiko. # |