diff options
author | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-28 16:42:42 +0200 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2024-05-29 08:58:16 +0200 |
commit | 5b7dcc1427e996a3154761877d1e11463ed4bef4 (patch) | |
tree | 115aa66d31de5962c1d5e44463ecf6cdbe7a0667 /apps/files/js/jquery.fileupload.js | |
parent | ddb840c36babd02abedce7da41b0c04849009edb (diff) | |
download | nextcloud-server-5b7dcc1427e996a3154761877d1e11463ed4bef4.tar.gz nextcloud-server-5b7dcc1427e996a3154761877d1e11463ed4bef4.zip |
chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'apps/files/js/jquery.fileupload.js')
-rw-r--r-- | apps/files/js/jquery.fileupload.js | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/apps/files/js/jquery.fileupload.js b/apps/files/js/jquery.fileupload.js index da516b15e1c..eb3a491aa4c 100644 --- a/apps/files/js/jquery.fileupload.js +++ b/apps/files/js/jquery.fileupload.js @@ -2,11 +2,10 @@ * jQuery File Upload Plugin 9.12.5 * https://github.com/blueimp/jQuery-File-Upload * - * Copyright 2010, Sebastian Tschan - * https://blueimp.net - * - * Licensed under the MIT license: - * http://www.opensource.org/licenses/MIT + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. + * SPDX-FileCopyrightText: 2010 Sebastian Tschan <https://blueimp.net> + * SPDX-License-Identifier: MIT */ /* jshint nomen:false */ |