diff options
Diffstat (limited to 'build/stubs/ftp.php')
-rw-r--r-- | build/stubs/ftp.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/stubs/ftp.php b/build/stubs/ftp.php index 22e97f0f44f..b273b53630b 100644 --- a/build/stubs/ftp.php +++ b/build/stubs/ftp.php @@ -1,5 +1,8 @@ <?php - +/** + * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ /** @generate-class-entries */ namespace FTP { |