From 50b250ce69d66abdd49f18246d28b267125bc189 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 30 Mar 2014 16:32:05 -0500 Subject: [PATCH] SSH_Agent: CS updates --- phpseclib/System/SSH/Agent.php | 2 +- phpseclib/System/SSH_Agent.php | 39 +++++++++++++++++++++++++++++++++- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/phpseclib/System/SSH/Agent.php b/phpseclib/System/SSH/Agent.php index 3973a9b0..6d1882f0 100644 --- a/phpseclib/System/SSH/Agent.php +++ b/phpseclib/System/SSH/Agent.php @@ -7,7 +7,7 @@ * Here are some examples of how to use this library: * * + * @copyright MMXIV Jim Wigginton + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link http://phpseclib.sourceforge.net + * @internal See http://api.libssh.org/rfc/PROTOCOL.agent + */ + +include_once 'SSH/Agent.php'; \ No newline at end of file