diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-08-17 20:00:51 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-09-01 14:35:40 +0200 |
commit | 52590a762f10584f7d5f89a8ff1e8668aadee7d0 (patch) | |
tree | b91f47c51872a40433ee3d5f9ee36731b069d81d /dist/files-main.js.LICENSE.txt | |
parent | 4711c775b8267f831a4674718228927bca8fc6e4 (diff) | |
download | nextcloud-server-52590a762f10584f7d5f89a8ff1e8668aadee7d0.tar.gz nextcloud-server-52590a762f10584f7d5f89a8ff1e8668aadee7d0.zip |
feat(files): add uploader
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'dist/files-main.js.LICENSE.txt')
-rw-r--r-- | dist/files-main.js.LICENSE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/files-main.js.LICENSE.txt b/dist/files-main.js.LICENSE.txt index 590854d4461..c4b7e4f1b2a 100644 --- a/dist/files-main.js.LICENSE.txt +++ b/dist/files-main.js.LICENSE.txt @@ -21,6 +21,13 @@ */ /*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh <https://feross.org> + * @license MIT + */ + +/*! * pinia v2.1.6 * (c) 2023 Eduardo San Martin Morote * @license MIT |