aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/oauth2.js
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2024-06-06 19:26:01 +0200
committerGitHub <noreply@github.com>2024-06-06 19:26:01 +0200
commit858ba27835ed3e71ad34c9cc933467e98db14adf (patch)
treee8d5d488124b187e9037ec5a4505f5d2187dcf7d /apps/files_external/js/oauth2.js
parent1a543d02e3350408a3681d612eadf027c57a5d57 (diff)
parent4a2552a4eb89a6c748fd7844851377207308b7d2 (diff)
downloadnextcloud-server-858ba27835ed3e71ad34c9cc933467e98db14adf.tar.gz
nextcloud-server-858ba27835ed3e71ad34c9cc933467e98db14adf.zip
Merge pull request #45696 from nextcloud/chore/noid/spdx-batch13
Add SPDX header - batch 13
Diffstat (limited to 'apps/files_external/js/oauth2.js')
-rw-r--r--apps/files_external/js/oauth2.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_external/js/oauth2.js b/apps/files_external/js/oauth2.js
index 086a95f038f..53309b477ee 100644
--- a/apps/files_external/js/oauth2.js
+++ b/apps/files_external/js/oauth2.js
@@ -1,3 +1,8 @@
+/**
+ * SPDX-FileCopyrightText: 2018-2024 Nextcloud GmbH and Nextcloud contributors
+ * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
+ * SPDX-License-Identifier: AGPL-3.0-only
+ */
window.addEventListener('DOMContentLoaded', function() {
function displayGranted($tr) {