chore: Add SPDX header

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
pull/45499/head
Andy Scherzinger 2024-05-24 19:43:47 +07:00
parent ae4a6e8d44
commit 5c49a54801
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
258 changed files with 707 additions and 4853 deletions

@ -1,5 +1,8 @@
# https://editorconfig.org # https://editorconfig.org
# SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
root = true root = true
[*] [*]

2
.gitattributes vendored

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
/dist/* binary /dist/* binary
/package-lock.json merge=binary /package-lock.json merge=binary
/core/css/*.css* binary /core/css/*.css* binary

3
.gitmodules vendored

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2016 ownCloud, Inc.
# SPDX-License-Identifier: AGPL-3.0-only
[submodule "3rdparty"] [submodule "3rdparty"]
path = 3rdparty path = 3rdparty
url = https://github.com/nextcloud/3rdparty.git url = https://github.com/nextcloud/3rdparty.git

@ -11,6 +11,22 @@ Files: tests/data/block-aligned-plus-one.txt tests/data/block-aligned.txt tests/
Copyright: 2015 ownCloud, Inc. Copyright: 2015 ownCloud, Inc.
License: AGPL-3.0-only License: AGPL-3.0-only
Files: .tx/config
Copyright: 2011-2012 ownCloud, Inc., 2017-2023 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-only
Files: .htaccess
Copyright: 2011-2016 ownCloud, Inc., 2016-2024 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-only
Files: .jshintrc
Copyright: 2014 ownCloud, Inc., 2017 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-only
Files: .mailmap
Copyright: 2015-2016 ownCloud, Inc., 2016-2021 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-only
Files: tests/data/integritycheck/htaccessUnmodified/.htaccess tests/data/integritycheck/htaccessUnmodified/subfolder/.htaccess tests/data/integritycheck/htaccessWithInvalidModifiedContent/.htaccess tests/data/integritycheck/htaccessWithValidModifiedContent/subfolder/.htaccess Files: tests/data/integritycheck/htaccessUnmodified/.htaccess tests/data/integritycheck/htaccessUnmodified/subfolder/.htaccess tests/data/integritycheck/htaccessWithInvalidModifiedContent/.htaccess tests/data/integritycheck/htaccessWithValidModifiedContent/subfolder/.htaccess
Copyright: 2016 ownCloud, Inc. Copyright: 2016 ownCloud, Inc.
License: AGPL-3.0-only License: AGPL-3.0-only
@ -23,11 +39,11 @@ Files: tests/data/lorem.txt
Copyright: 2012 ownCloud, Inc. Copyright: 2012 ownCloud, Inc.
License: AGPL-3.0-only License: AGPL-3.0-only
Files: tests/data/testavatar.png tests/data/testimage.gif tests/data/testimage.jpg tests/data/testimage.png Files: robots.txt tests/data/testavatar.png tests/data/testimage.gif tests/data/testimage.jpg tests/data/testimage.png
Copyright: 2013 ownCloud, Inc. Copyright: 2013 ownCloud, Inc.
License: AGPL-3.0-only License: AGPL-3.0-only
Files: tests/data/lorem-big.txt tests/data/strängé*filename*(duplicate*#2).txt tests/data/strõngÚ*filename*(duplicate*#2).txt Files: .tag tests/data/lorem-big.txt tests/data/strängé*filename*(duplicate*#2).txt tests/data/strõngÚ*filename*(duplicate*#2).txt
Copyright: 2014 ownCloud, Inc. Copyright: 2014 ownCloud, Inc.
License: AGPL-3.0-only License: AGPL-3.0-only
@ -67,6 +83,10 @@ Files: build/psalm-baseline-ocp.xml build/psalm-baseline.xml build/stubs/xsl.php
Copyright: 2020 Nextcloud GmbH and Nextcloud contributors Copyright: 2020 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
Files: cypress/tsconfig.json
Copyright: 2022 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later
Files: build/stubs/pcntl.php build/stubs/zip.php Files: build/stubs/pcntl.php build/stubs/zip.php
Copyright: 2022 JetBrains Copyright: 2022 JetBrains
License: Apache-2.0 License: Apache-2.0
@ -83,7 +103,7 @@ Files: core/js/merged-template-prepend.json tests/data/certificates/goodCertific
Copyright: 2017 Nextcloud GmbH and Nextcloud contributors Copyright: 2017 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
Files: core/src/systemtags/templates/result.handlebars core/src/systemtags/templates/result_form.handlebars core/src/systemtags/templates/selection.handlebars tests/data/testimage.heic Files: core/src/systemtags/templates/result.handlebars core/src/systemtags/templates/result_form.handlebars core/src/systemtags/templates/selection.handlebars tests/data/testimage.heic package.json package-lock.json
Copyright: 2018 Nextcloud GmbH and Nextcloud contributors Copyright: 2018 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
@ -91,7 +111,7 @@ Files: core/src/jquery/contactsmenu/jquery_entry.handlebars tests/data/integrity
Copyright: 2019 Nextcloud GmbH and Nextcloud contributors Copyright: 2019 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
Files: tests/data/testimage-badheader.jpg Files: .npmignore tests/data/testimage-badheader.jpg
Copyright: 2021 Nextcloud GmbH and Nextcloud contributors Copyright: 2021 Nextcloud GmbH and Nextcloud contributors
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
@ -138,3 +158,7 @@ License: LicenseRef-AppleAppStoreBadge
Files: core/img/fdroid.svg Files: core/img/fdroid.svg
Copyright: 2016 Andrew Nayenko <relan@airpost.net> Copyright: 2016 Andrew Nayenko <relan@airpost.net>
License: CC-BY-SA-3.0 OR GPL-3.0-or-later License: CC-BY-SA-3.0 OR GPL-3.0-or-later
Files: cypress/fixtures/image.jpg
Copyright: 2019 Tom Gainor <https://unsplash.com/@its_tgain> <https://unsplash.com/photos/mountain-cliff-under-starry-night-KidY3t8O4PE>
License: LicenseRef-Unsplash

@ -1,3 +1,6 @@
; SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
; SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
; SPDX-License-Identifier: AGPL-3.0-only
mbstring.func_overload=0 mbstring.func_overload=0
always_populate_raw_post_data=-1 always_populate_raw_post_data=-1
default_charset='UTF-8' default_charset='UTF-8'

@ -9,6 +9,7 @@
- Aaron Ball <nullspoon@oper.io> - Aaron Ball <nullspoon@oper.io>
- Aaron Wood <aaronjwood@gmail.com> - Aaron Wood <aaronjwood@gmail.com>
- Abijeet <abijeetpatro@gmail.com> - Abijeet <abijeetpatro@gmail.com>
- Adam Blakey <adam@blakey.family>
- Adam Williamson <awilliam@redhat.com> - Adam Williamson <awilliam@redhat.com>
- Administrator "Administrator@WINDOWS-2012" - Administrator "Administrator@WINDOWS-2012"
- Adrian Brzezinski <adrian.brzezinski@eo.pl> - Adrian Brzezinski <adrian.brzezinski@eo.pl>
@ -121,7 +122,7 @@
- David <37280718+yeyulantu@users.noreply.github.com> - David <37280718+yeyulantu@users.noreply.github.com>
- David Prévot <taffit@debian.org> - David Prévot <taffit@debian.org>
- David Toledo <dtoledo@solidgear.es> - David Toledo <dtoledo@solidgear.es>
- Denis MosolovDenis Mosolov <denismosolov@gmail.com> - Denis Mosolov <denismosolov@gmail.com>
- Derek <derek.kelly27@gmail.com> - Derek <derek.kelly27@gmail.com>
- Dominik Schmidt <dev@dominik-schmidt.de> - Dominik Schmidt <dev@dominik-schmidt.de>
- Donquixote <marjunebatac@gmail.com> - Donquixote <marjunebatac@gmail.com>
@ -206,6 +207,7 @@
- Johannes Leuker <j.leuker@hosting.de> - Johannes Leuker <j.leuker@hosting.de>
- Johannes Merkel <mail@johannesgge.de> - Johannes Merkel <mail@johannesgge.de>
- Johannes Riedel <joeried@users.noreply.github.com> - Johannes Riedel <joeried@users.noreply.github.com>
- Johannes Riedel <johannes@johannes-riedel.de>
- Johannes Schlichenmaier <johannes@schlichenmaier.info> - Johannes Schlichenmaier <johannes@schlichenmaier.info>
- Johannes Willnecker <johannes@willnecker.com> - Johannes Willnecker <johannes@willnecker.com>
- John Molakvoæ <skjnldsv@protonmail.com> - John Molakvoæ <skjnldsv@protonmail.com>
@ -228,6 +230,7 @@
- Jörn Friedrich Dreyer <jfd@butonic.de> - Jörn Friedrich Dreyer <jfd@butonic.de>
- KB7777 <k.burkowski@gmail.com> - KB7777 <k.burkowski@gmail.com>
- Kamil Domanski <kdomanski@kdemail.net> - Kamil Domanski <kdomanski@kdemail.net>
- Kareem <yemkareems@gmail.com>
- Karel Hink <info@karelhink.cz> - Karel Hink <info@karelhink.cz>
- Kate Döen <kate.doeen@nextcloud.com> - Kate Döen <kate.doeen@nextcloud.com>
- Kawohl <john@owncloud.com> - Kawohl <john@owncloud.com>
@ -235,6 +238,7 @@
- Kevin Lanni <therealklanni@gmail.com> - Kevin Lanni <therealklanni@gmail.com>
- Kevin Ndung'u <kevgathuku@gmail.com> - Kevin Ndung'u <kevgathuku@gmail.com>
- Kevin Niehage <k.niehage@syseleven.de> - Kevin Niehage <k.niehage@syseleven.de>
- Kim Brose <kim.brose@rwth-aachen.de>
- Kirill Popov <kirill.s.popov@gmail.com> - Kirill Popov <kirill.s.popov@gmail.com>
- Klaas Freitag <freitag@owncloud.com> - Klaas Freitag <freitag@owncloud.com>
- Knut Ahlers <knut@ahlers.me> - Knut Ahlers <knut@ahlers.me>
@ -272,6 +276,7 @@
- Marc Hefter <marchefter@march42.net> - Marc Hefter <marchefter@march42.net>
- Marcel Klehr <mklehr@gmx.net> - Marcel Klehr <mklehr@gmx.net>
- Marcel Müller <marcel-mueller@gmx.de> - Marcel Müller <marcel-mueller@gmx.de>
- Marcel Müller <marcel.mueller@nextcloud.com>
- Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de> - Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
- Marco Ambrosini <marcoambrosini@pm.me> - Marco Ambrosini <marcoambrosini@pm.me>
- Marco Ziech <marco@ziech.net> - Marco Ziech <marco@ziech.net>
@ -500,6 +505,7 @@
- William <william.hak57@gmail.com> - William <william.hak57@gmail.com>
- William Pain <pain.william@gmail.com> - William Pain <pain.william@gmail.com>
- Xheni Myrtaj <myrtajxheni@gmail.com> - Xheni Myrtaj <myrtajxheni@gmail.com>
- Xheni Myrtaj <xheni@protonmail.com>
- Xuanwo <xuanwo@yunify.com> - Xuanwo <xuanwo@yunify.com>
- ZitronePlus <tobiasscharf92@gmail.com> - ZitronePlus <tobiasscharf92@gmail.com>
- acsfer <12234510+acsfer@users.noreply.github.com> - acsfer <12234510+acsfer@users.noreply.github.com>
@ -565,6 +571,7 @@
- medcloud <42641918+medcloud@users.noreply.github.com> - medcloud <42641918+medcloud@users.noreply.github.com>
- michaelletzgus <michaelletzgus@users.noreply.github.com> - michaelletzgus <michaelletzgus@users.noreply.github.com>
- michag86 <micha_g@arcor.de> - michag86 <micha_g@arcor.de>
- michag86 <michag86@arcor.de>
- mmccarn <mmccarn-github@mmsionline.us> - mmccarn <mmccarn-github@mmsionline.us>
- nhirokinet <nhirokinet@nhiroki.net> - nhirokinet <nhirokinet@nhiroki.net>
- nik gaffney <nik@fo.am> - nik gaffney <nik@fo.am>

@ -0,0 +1,17 @@
License
Unsplash visuals are made to be used freely. Our license reflects that.
* All images can be downloaded and used for free
* Commercial and non-commercial purposes
* No permission needed (though attribution is appreciated!)
What is not permitted 👎
* Images cannot be sold without significant modification.
* Compiling images from Unsplash to replicate a similar or competing service.
Longform
Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license to download, copy, modify, distribute, perform, and use images from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. This license does not include the right to compile images from Unsplash to replicate a similar or competing service.

@ -1,3 +1,5 @@
# SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
all: clean dev-setup build-js-production all: clean dev-setup build-js-production
# Dev env management # Dev env management

@ -1,4 +1,9 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
- SPDX-FileCopyrightText: 2016 ownCloud, Inc.
- SPDX-License-Identifier: AGPL-3.0-only
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>admin_audit</id> <id>admin_audit</id>

@ -1,30 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,28 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,31 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Roger Szabo <roger.szabo@web.de>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,28 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,32 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Daniel Calviño Sánchez <danxuliu@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Bjoern Schiessle <bjoern@schiessle.org> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,33 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016 Lukas Reschke <lukas@statuscode.ch> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Bjoern Schiessle <bjoern@schiessle.org> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Actions; namespace OCA\AdminAudit\Actions;

@ -1,35 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author GrayFix <grayfix@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tiago Flores <tiago.flores@yahoo.com.br>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\AppInfo; namespace OCA\AdminAudit\AppInfo;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2022 Carl Schwan <carl@carlschwan.eu> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Carl Schwan <carl@carlschwan.eu>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit; namespace OCA\AdminAudit;
use OCP\IConfig; use OCP\IConfig;

@ -1,29 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018 Arthur Schiwon <blizzz@arthur-schiwon.de> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\BackgroundJobs; namespace OCA\AdminAudit\BackgroundJobs;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2022 Carl Schwan <carl@carlschwan.eu> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Carl Schwan <carl@carlschwan.eu>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit; namespace OCA\AdminAudit;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;

@ -1,27 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2021 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Listener; namespace OCA\AdminAudit\Listener;

@ -1,28 +1,9 @@
<?php <?php
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018 Roeland Jago Douma <roeland@famdouma.nl> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OCA\AdminAudit\Tests\Actions; namespace OCA\AdminAudit\Tests\Actions;

@ -1,5 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
RESULT=0 RESULT=0
bash ./build/autoloaderchecker.sh bash ./build/autoloaderchecker.sh

@ -1,11 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# ownCloud # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# # SPDX-FileCopyrightText: 2014-2016 ownCloud, Inc.
# @author Thomas Müller # SPDX-License-Identifier: AGPL-3.0-only
# @author Morris Jobke
# @copyright 2012-2015 Thomas Müller thomas.mueller@tmit.eu
# @copyright 2014 Morris Jobke hey@morrisjobke.de
# #
#$EXECUTOR_NUMBER is set by Jenkins and allows us to run autotest in parallel #$EXECUTOR_NUMBER is set by Jenkins and allows us to run autotest in parallel

@ -1,16 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# #
# ownCloud # SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# # SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc.
# @author Vincent Petry # SPDX-License-Identifier: AGPL-3.0-only
# @author Morris Jobke
# @author Robin McCorkell
# @author Thomas Müller
# @author Andreas Fischer
# @author Joas Schilling
# @author Lukas Reschke
# @author Jörn Friedrich Dreyer
# @copyright 2012-2015 Thomas Müller thomas.mueller@tmit.eu
# #
DATABASENAME=oc_autotest DATABASENAME=oc_autotest

@ -1,26 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -3,28 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Robin Appelman <robin@icewind.nl>
* @author Sander Ruitenbeek <s.ruitenbeek@getgoing.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -3,25 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -3,30 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Maxopoly <max@dermax.org>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author sualko <klaus@jsxc.org>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -1,28 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
* @author Adam Blakey <adam@blakey.family>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -3,29 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018, Patrik Kernstock <info@pkern.at> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author Patrik Kernstock <info@pkern.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -3,30 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018, michag86 (michag86@arcor.de) * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author John Molakvoæ <skjnldsv@protonmail.com>
* @author michag86 <micha_g@arcor.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\App; namespace OC\Core\Command\App;

@ -2,25 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2024, Maxence Lange <maxence@artificial-owl.com> * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Maxence Lange <maxence@artificial-owl.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Background; namespace OC\Core\Command\Background;

@ -2,25 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2021, Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Background; namespace OC\Core\Command\Background;

@ -3,24 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2022 Julius Härtl <jus@bitgrid.net> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Julius Härtl <jus@bitgrid.net>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*/ */

@ -2,25 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2021, Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Background; namespace OC\Core\Command\Background;

@ -2,25 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2022, Côme Chilliet <come.chilliet@nextcloud.com> * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Côme Chilliet <come.chilliet@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Background; namespace OC\Core\Command\Background;

@ -1,27 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command; namespace OC\Core\Command;

@ -3,26 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright 2019 Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Broadcast; namespace OC\Core\Command\Broadcast;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command; namespace OC\Core\Command;

@ -1,24 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Config\App; namespace OC\Core\Command\Config\App;

@ -1,23 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\App; namespace OC\Core\Command\Config\App;

@ -2,25 +2,9 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Maxence Lange <maxence@artificial-owl.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\App; namespace OC\Core\Command\Config\App;

@ -2,25 +2,9 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Maxence Lange <maxence@artificial-owl.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\App; namespace OC\Core\Command\Config\App;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config; namespace OC\Core\Command\Config;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config; namespace OC\Core\Command\Config;

@ -1,24 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Config\System; namespace OC\Core\Command\Config\System;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\System; namespace OC\Core\Command\Config\System;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\System; namespace OC\Core\Command\Config\System;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin McCorkell <robin@mccorkell.me.uk>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Config\System; namespace OC\Core\Command\Config\System;

@ -3,26 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2020 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -3,33 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2017 Bjoern Schiessle <bjoern@schiessle.org> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Bjoern Schiessle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Mario Danic <mario@lovelyhq.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Citharel <nextcloud@tcit.fr>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -3,26 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2017 Bjoern Schiessle <bjoern@schiessle.org> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -1,33 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Alecks Gates <alecks.g@gmail.com>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Julius Härtl <jus@bitgrid.net>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author timm2k <timm2k@gmx.de>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -1,26 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017, ownCloud GmbH * SPDX-FileCopyrightText: 2017 ownCloud GmbH
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -1,34 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Andreas Fischer <bantu@owncloud.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Bart Visscher <bartv@thisnet.nl>
* @author Bernhard Ostertag <bernieo.code@gmx.de>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Łukasz Buśko <busko.lukasz@pm.me>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Sander Ruitenbeek <sander@grids.be>
* @author Simon Spannagel <simonspa@kth.se>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db; namespace OC\Core\Command\Db;

@ -1,25 +1,8 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* @copyright Copyright (c) 2017, ownCloud GmbH * SPDX-FileCopyrightText: 2017 ownCloud GmbH
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db\Migrations; namespace OC\Core\Command\Db\Migrations;

@ -1,26 +1,8 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017 Joas Schilling <coding@schilljs.com> * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
* @copyright Copyright (c) 2017, ownCloud GmbH * SPDX-FileCopyrightText: 2017 ownCloud GmbH
* * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db\Migrations; namespace OC\Core\Command\Db\Migrations;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017, ownCloud GmbH * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2017 ownCloud GmbH
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db\Migrations; namespace OC\Core\Command\Db\Migrations;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017, ownCloud GmbH * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2017 ownCloud GmbH
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Db\Migrations; namespace OC\Core\Command\Db\Migrations;

@ -1,27 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Bjoern Schiessle <bjoern@schiessle.org> * SPDX-License-Identifier: AGPL-3.0-only
* @author Björn Schießle <bjoern@schiessle.org>
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,32 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Björn Schießle <bjoern@schiessle.org> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author davitol <dtoledo@solidgear.es>
* @author Evgeny Golyshev <eugulixes@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Marius Blüm <marius@lineone.io>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Ruben Homs <ruben@homs.codes>
* @author Sergio Bertolín <sbertolin@solidgear.es>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,23 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,28 +1,8 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Björn Schießle <bjoern@schiessle.org> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Evgeny Golyshev <eugulixes@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Matthew Setter <matthew@matthewsetter.com>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Ruben Homs <ruben@homs.codes>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -3,25 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2020, Roeland Jago Douma <roeland@famdouma.nl> * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Ruben Homs <ruben@homs.codes>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Björn Schießle <bjoern@schiessle.org> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -1,23 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Encryption; namespace OC\Core\Command\Encryption;

@ -3,25 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2023 Maxence Lange <maxence@artificial-owl.com> * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Maxence Lange <maxence@artificial-owl.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\FilesMetadata; namespace OC\Core\Command\FilesMetadata;

@ -3,27 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018 Denis Mosolov <denismosolov@gmail.com> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
* @author Denis Mosolov <denismosolov@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -1,25 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -3,26 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2018 Denis Mosolov <denismosolov@gmail.com> * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Denis Mosolov <denismosolov@gmail.com>
* @author Joas Schilling <coding@schilljs.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -3,25 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2021, hosting.de, Johannes Leuker <developers@hosting.de> * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Johannes Leuker <j.leuker@hosting.de>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -1,26 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Johannes Leuker <j.leuker@hosting.de>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -1,25 +1,7 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016 Robin Appelman <robin@icewind.nl> * SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Joas Schilling <coding@schilljs.com>
* @author Robin Appelman <robin@icewind.nl>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Group; namespace OC\Core\Command\Group;

@ -2,23 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2023 Robin Appelman <robin@icewind.nl> * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Info; namespace OC\Core\Command\Info;

@ -2,23 +2,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2023 Robin Appelman <robin@icewind.nl> * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Info; namespace OC\Core\Command\Info;

@ -1,29 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Carla Schroder <carla@owncloud.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Georg Ehrke <oc.list@georgehrke.com>
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Integrity; namespace OC\Core\Command\Integrity;

@ -1,27 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Carla Schroder <carla@owncloud.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Joas Schilling <coding@schilljs.com>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Integrity; namespace OC\Core\Command\Integrity;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Integrity; namespace OC\Core\Command\Integrity;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Victor Dubiniuk <dubiniuk@owncloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Integrity; namespace OC\Core\Command\Integrity;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2017, ownCloud, Inc. * SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2017 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command; namespace OC\Core\Command;

@ -3,27 +3,9 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Thomas Müller <thomas.mueller@tmit.eu>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\L10n; namespace OC\Core\Command\L10n;

@ -1,27 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Pulzer <t.pulzer@kniel.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Log; namespace OC\Core\Command\Log;

@ -1,28 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Johannes Ernst <jernst@indiecomputing.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Tim Terhorst <mynamewastaken+gitlab@gmail.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Log; namespace OC\Core\Command\Log;

@ -1,24 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

@ -3,33 +3,9 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Bernhard Posselt <dev@bernhard-posselt.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Daniel Hansson <daniel@techandme.se>
* @author Daniel Kesselberg <mail@danielkesselberg.de>
* @author Joas Schilling <coding@schilljs.com>
* @author Jörn Friedrich Dreyer <jfd@butonic.de>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Thomas Pulzer <t.pulzer@kniel.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

@ -3,27 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2019 Xheni Myrtaj <xheni@protonmail.com> * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Christoph Wurst <christoph@winzerhof-wurst.at>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Xheni Myrtaj <myrtajxheni@gmail.com>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Maintenance\Mimetype; namespace OC\Core\Command\Maintenance\Mimetype;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Christoph Wurst <christoph@winzerhof-wurst.at> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance\Mimetype; namespace OC\Core\Command\Maintenance\Mimetype;

@ -1,26 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Robin McCorkell <robin@mccorkell.me.uk>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Xheni Myrtaj <myrtajxheni@gmail.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance\Mimetype; namespace OC\Core\Command\Maintenance\Mimetype;

@ -1,27 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Michael Weimann <mail@michael-weimann.eu>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author scolebrook <scolebrook@mac.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

@ -1,30 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Daniel Kesselberg <mail@danielkesselberg.de> * SPDX-License-Identifier: AGPL-3.0-only
* @author Joas Schilling <coding@schilljs.com>
* @author Morris Jobke <hey@morrisjobke.de>
* @author Robin Appelman <robin@icewind.nl>
* @author Roeland Jago Douma <roeland@famdouma.nl>
* @author Temtaime <temtaime@gmail.com>
* @author Thomas Müller <thomas.mueller@tmit.eu>
* @author Vincent Petry <vincent@nextcloud.com>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

@ -3,25 +3,8 @@
declare(strict_types=1); declare(strict_types=1);
/** /**
* @copyright Copyright (c) 2020 Arthur Schiwon <blizzz@arthur-schiwon.de> * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
* * SPDX-License-Identifier: AGPL-3.0-or-later
* @author Arthur Schiwon <blizzz@arthur-schiwon.de>
*
* @license GNU AGPL version 3 or any later version
*
* 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/>.
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

@ -1,25 +1,9 @@
<?php <?php
/** /**
* @copyright Copyright (c) 2016, ownCloud, Inc. * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
* * SPDX-FileCopyrightText: 2016 ownCloud, Inc.
* @author Joas Schilling <coding@schilljs.com> * SPDX-License-Identifier: AGPL-3.0-only
* @author Lukas Reschke <lukas@statuscode.ch>
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license AGPL-3.0
*
* This code is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* 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, version 3,
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/ */
namespace OC\Core\Command\Maintenance; namespace OC\Core\Command\Maintenance;

Some files were not shown because too many files have changed in this diff Show More