diff options
author | Robin Appelman <robin@icewind.nl> | 2021-10-07 17:36:17 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2021-10-07 17:36:17 +0200 |
commit | 7d582cb489399047c53b07056a525e7c3d0f87fc (patch) | |
tree | dddfa3a39a9b43d2bf2961ff0cf4cb494a88ca6c /apps/files_external | |
parent | b3766fc99bdef65d185f8a94071c50a96d313331 (diff) | |
download | nextcloud-server-7d582cb489399047c53b07056a525e7c3d0f87fc.tar.gz nextcloud-server-7d582cb489399047c53b07056a525e7c3d0f87fc.zip |
update copyright header
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external')
-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 |