diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-06-06 19:26:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 19:26:01 +0200 |
commit | 858ba27835ed3e71ad34c9cc933467e98db14adf (patch) | |
tree | e8d5d488124b187e9037ec5a4505f5d2187dcf7d /apps/files_external/js/oauth2.js | |
parent | 1a543d02e3350408a3681d612eadf027c57a5d57 (diff) | |
parent | 4a2552a4eb89a6c748fd7844851377207308b7d2 (diff) | |
download | nextcloud-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.js | 5 |
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) { |