diff options
Diffstat (limited to 'build/stubs/ssh2.php')
-rw-r--r-- | build/stubs/ssh2.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/stubs/ssh2.php b/build/stubs/ssh2.php index bf1a4fb87a8..0012bbce139 100644 --- a/build/stubs/ssh2.php +++ b/build/stubs/ssh2.php @@ -1,5 +1,8 @@ <?php - +/** + * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ define('NET_SSH2_MSG_DISCONNECT', 1); define('NET_SSH2_MSG_IGNORE', 2); define('NET_SSH2_MSG_UNIMPLEMENTED', 3); |