diff options
Diffstat (limited to 'apps/files/js/gotoplugin.js')
-rw-r--r-- | apps/files/js/gotoplugin.js | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/apps/files/js/gotoplugin.js b/apps/files/js/gotoplugin.js index ca1823697c4..78935ac20bc 100644 --- a/apps/files/js/gotoplugin.js +++ b/apps/files/js/gotoplugin.js @@ -1,14 +1,8 @@ -/* - * Copyright (c) 2016 Robin Appelman <robin@icewind.nl> - * - * 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-License-Identifier: AGPL-3.0-or-later */ - (function (OCA) { OCA.Files = OCA.Files || {}; |