diff options
-rw-r--r-- | apps/files_external/lib/Lib/Storage/FTP.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Storage/FTP.php b/apps/files_external/lib/Lib/Storage/FTP.php index 3edf22d03fc..70008a59f38 100644 --- a/apps/files_external/lib/Lib/Storage/FTP.php +++ b/apps/files_external/lib/Lib/Storage/FTP.php @@ -1,8 +1,9 @@ <?php /** + * @copyright Copyright (c) 2021 Robin Appelman <robin@icewind.nl> + * * @author Robin Appelman <robin@icewind.nl> * - * @copyright Copyright (c) 2015, ownCloud, Inc. * @license AGPL-3.0 * * This code is free software: you can redistribute it and/or modify |