diff options
Diffstat (limited to 'apps/files/js/recentfilelist.js')
-rw-r--r-- | apps/files/js/recentfilelist.js | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/apps/files/js/recentfilelist.js b/apps/files/js/recentfilelist.js index c4de59b8465..248f1c11c62 100644 --- a/apps/files/js/recentfilelist.js +++ b/apps/files/js/recentfilelist.js @@ -1,11 +1,7 @@ -/* - * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> - * - * This file is licensed under the Affero General Public License version 3 - * or later. - * - * See the COPYING-README file. - * +/** + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-or-later */ // HACK: this piece needs to be loaded AFTER the files app (for unit tests) |