aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty/icewind/smb/src/IShare.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/3rdparty/icewind/smb/src/IShare.php')
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/IShare.php9
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/IShare.php b/apps/files_external/3rdparty/icewind/smb/src/IShare.php
index 40213b93a99..617b81746ea 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/IShare.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/IShare.php
@@ -1,8 +1,7 @@
<?php
/**
- * Copyright (c) 2014 Robin Appelman <icewind@owncloud.com>
- * This file is licensed under the Licensed under the MIT license:
- * http://opensource.org/licenses/MIT
+ * SPDX-FileCopyrightText: 2014 Robin Appelman <robin@icewind.nl>
+ * SPDX-License-Identifier: MIT
*/
namespace Icewind\SMB;
@@ -23,7 +22,7 @@ interface IShare {
/**
* Download a remote file
*
- * @param string $source remove file
+ * @param string $source remote file
* @param string $target local file
* @return bool
*
@@ -36,7 +35,7 @@ interface IShare {
* Upload a local file
*
* @param string $source local file
- * @param string $target remove file
+ * @param string $target remote file
* @return bool
*
* @throws NotFoundException