Update apps/files_external/lib/sftp.php

Added copyright notice
This commit is contained in:
hkjolhede 2012-12-27 19:47:46 +01:00
parent 00bfcd94ec
commit be197d52b1
1 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,11 @@
<?php
/**
* Copyright (c) 2012 Henrik Kjölhede <hkjolhede@gmail.com>
* This file is licensed under the Affero General Public License version 3 or
* later.
* See the COPYING-README file.
*/
set_include_path(get_include_path() . PATH_SEPARATOR . OC::$THIRDPARTYROOT . '/3rdparty/phpseclib/phpseclib');
require('Net/SFTP.php');