diff options
author | Eduardo Morales <emoral435@gmail.com> | 2024-02-06 12:00:59 -0600 |
---|---|---|
committer | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-02-15 09:03:11 +0100 |
commit | 69e866c15d9a401e006dd6bf14d98e0c1ff5ca71 (patch) | |
tree | f940e286ab443553d68fcd1968fbfb2e549c4beb /dist | |
parent | 93aebee4f9051fa4dec17c71c6de5420b36a6203 (diff) | |
download | nextcloud-server-69e866c15d9a401e006dd6bf14d98e0c1ff5ca71.tar.gz nextcloud-server-69e866c15d9a401e006dd6bf14d98e0c1ff5ca71.zip |
fix: condensed filtering logic
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/files-init.js.LICENSE.txt | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/dist/files-init.js.LICENSE.txt b/dist/files-init.js.LICENSE.txt index b9461dd0906..93aed421733 100644 --- a/dist/files-init.js.LICENSE.txt +++ b/dist/files-init.js.LICENSE.txt @@ -44,28 +44,6 @@ */ /** - * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com> - * - * @author John Molakvoæ <skjnldsv@protonmail.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) 2021 John Molakvoæ <skjnldsv@protonmail.com> * * @author John Molakvoæ <skjnldsv@protonmail.com> @@ -155,9 +133,9 @@ */ /** - * @copyright Copyright (c) 2024 Eduardo Morales <emoral435@gmail.com> + * @copyright Copyright (c) 2024 Ferdinand Thiessen <opensource@fthiessen.de> * - * @author Eduardo Morales <emoral435@gmail.com> + * @author Ferdinand Thiessen <opensource@fthiessen.de> * * @license AGPL-3.0-or-later * |