diff options
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r-- | apps/files/templates/list.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php index 13583c23cbf..3dbcf5ae348 100644 --- a/apps/files/templates/list.php +++ b/apps/files/templates/list.php @@ -1,3 +1,11 @@ +<?php + +/** + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-only + */ +?> <div class="files-controls"> <div class="actions creatable hidden"> <div id="uploadprogresswrapper"> |