diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 09:45:36 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-22 11:40:41 +0200 |
commit | 23b205ed4890aaabfbde4eb12a07460ead77a9b2 (patch) | |
tree | bdfac52909cdeb9274dde0037c2d5494f86a14d1 /apps/files_external/lib/Lib/Storage/SFTP.php | |
parent | 49a4654150c4b790e8803022219bfd688971c6d0 (diff) | |
download | nextcloud-server-23b205ed4890aaabfbde4eb12a07460ead77a9b2.tar.gz nextcloud-server-23b205ed4890aaabfbde4eb12a07460ead77a9b2.zip |
Run the license script
Diffstat (limited to 'apps/files_external/lib/Lib/Storage/SFTP.php')
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SFTP.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SFTP.php b/apps/files_external/lib/Lib/Storage/SFTP.php index 4d4fe6945aa..9d20742fcb0 100644 --- a/apps/files_external/lib/Lib/Storage/SFTP.php +++ b/apps/files_external/lib/Lib/Storage/SFTP.php @@ -1,5 +1,7 @@ <?php /** + * @copyright Copyright (c) 2016, ownCloud, Inc. + * * @author Andreas Fischer <bantu@owncloud.com> * @author Bart Visscher <bartv@thisnet.nl> * @author hkjolhede <hkjolhede@gmail.com> @@ -7,14 +9,13 @@ * @author Lennart Rosam <lennart.rosam@medien-systempartner.de> * @author Lukas Reschke <lukas@statuscode.ch> * @author Morris Jobke <hey@morrisjobke.de> - * @author Robin Appelman <icewind@owncloud.com> + * @author Robin Appelman <robin@icewind.nl> * @author Robin McCorkell <robin@mccorkell.me.uk> * @author Ross Nicoll <jrn@jrn.me.uk> * @author SA <stephen@mthosting.net> * @author Senorsen <senorsen.zhang@gmail.com> * @author Vincent Petry <pvince81@owncloud.com> * - * @copyright Copyright (c) 2016, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |