diff options
Diffstat (limited to 'apps/settings/js/settings.js')
-rw-r--r-- | apps/settings/js/settings.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/js/settings.js b/apps/settings/js/settings.js index 6f29b3fc58c..482c7020b60 100644 --- a/apps/settings/js/settings.js +++ b/apps/settings/js/settings.js @@ -1,7 +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: 2016 ownCloud, Inc. + * SPDX-License-Identifier: AGPL-3.0-or-later */ OC.Settings = OC.Settings || {}; OC.Settings = _.extend(OC.Settings, { |