diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-02-20 14:58:18 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-02-20 14:58:18 +0000 |
commit | bfad19c09d6a50ec6156eb344dddf38332f62875 (patch) | |
tree | ce518bf0660e41251632493d2d654877717635b2 /dist/core-login.js.LICENSE.txt | |
parent | c97137e434e64024ca951052b848f76d173e6515 (diff) | |
download | nextcloud-server-bfad19c09d6a50ec6156eb344dddf38332f62875.tar.gz nextcloud-server-bfad19c09d6a50ec6156eb344dddf38332f62875.zip |
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'dist/core-login.js.LICENSE.txt')
-rw-r--r-- | dist/core-login.js.LICENSE.txt | 54 |
1 files changed, 24 insertions, 30 deletions
diff --git a/dist/core-login.js.LICENSE.txt b/dist/core-login.js.LICENSE.txt index 0cbfb3dc2ac..f6446578445 100644 --- a/dist/core-login.js.LICENSE.txt +++ b/dist/core-login.js.LICENSE.txt @@ -48,6 +48,30 @@ /** * @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> + * + * @author Christoph Wurst <christoph@winzerhof-wurst.at> + * @author John Molakvoæ <skjnldsv@protonmail.com> + * @author rakekniven <mark.ziegler@rakekniven.de> + * + * @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 2019 Christoph Wurst <christoph@winzerhof-wurst.at> * @copyright Copyright (c) 2019 Gary Kim <gary@garykim.dev> * * @author Bartek Przybylski <bart.p.pl@gmail.com> @@ -162,33 +186,3 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ - -/** - * Copyright (c) 2014 Vincent Petry <pvince81@owncloud.com> - * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) - * Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) - * - * @author Christoph Wurst <christoph@winzerhof-wurst.at> - * @author Daniel Kesselberg <mail@danielkesselberg.de> - * @author Joas Schilling <coding@schilljs.com> - * @author John Molakvoæ <skjnldsv@protonmail.com> - * @author Morris Jobke <hey@morrisjobke.de> - * @author Roeland Jago Douma <roeland@famdouma.nl> - * @author Vincent Petry <vincent@nextcloud.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/>. - * - */ |