diff options
author | julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> | 2023-12-27 14:54:45 +0100 |
---|---|---|
committer | Grigorii K. Shartsev <me@shgk.me> | 2024-01-02 10:53:48 +0100 |
commit | 6dc5ae32b3136a514c26cf0ccc0238072fcbd2b2 (patch) | |
tree | 1733ee5b0672aa60963410028e990cae543c3111 /dist/core-common.js.LICENSE.txt | |
parent | 1fbfc4fc3e6a2c7b945419c88bc6e04f451d7099 (diff) | |
download | nextcloud-server-6dc5ae32b3136a514c26cf0ccc0238072fcbd2b2.tar.gz nextcloud-server-6dc5ae32b3136a514c26cf0ccc0238072fcbd2b2.zip |
Update Nc Vue to 8.4.0
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Diffstat (limited to 'dist/core-common.js.LICENSE.txt')
-rw-r--r-- | dist/core-common.js.LICENSE.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dist/core-common.js.LICENSE.txt b/dist/core-common.js.LICENSE.txt index a5801230db8..75a8604cdc5 100644 --- a/dist/core-common.js.LICENSE.txt +++ b/dist/core-common.js.LICENSE.txt @@ -98,6 +98,28 @@ */ /** + * @copyright 2023 Christopher Ng <chrng8@gmail.com> + * + * @author Christopher Ng <chrng8@gmail.com> + * + * @license AGPL-3.0-or-later + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/** * @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com> * * @author John Molakvoæ <skjnldsv@protonmail.com> |