From 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 4 Jun 2021 21:52:51 +0200 Subject: Update php licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/Command/User/Add.php | 1 - core/Command/User/AddAppPassword.php | 23 ++++++++--------------- core/Command/User/Delete.php | 2 -- core/Command/User/Disable.php | 1 - core/Command/User/Enable.php | 1 - core/Command/User/Info.php | 3 +-- core/Command/User/LastSeen.php | 2 -- core/Command/User/ListCommand.php | 5 ++--- core/Command/User/Report.php | 2 +- core/Command/User/ResetPassword.php | 2 -- core/Command/User/Setting.php | 3 +-- 11 files changed, 13 insertions(+), 32 deletions(-) (limited to 'core/Command/User') diff --git a/core/Command/User/Add.php b/core/Command/User/Add.php index b75664f16f6..bb11a1ea5c9 100644 --- a/core/Command/User/Add.php +++ b/core/Command/User/Add.php @@ -23,7 +23,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OC\Files\Filesystem; diff --git a/core/Command/User/AddAppPassword.php b/core/Command/User/AddAppPassword.php index fe84800f19a..a29692df045 100644 --- a/core/Command/User/AddAppPassword.php +++ b/core/Command/User/AddAppPassword.php @@ -2,32 +2,25 @@ /** * @copyright Copyright (c) 2020, NextCloud, Inc. * - * @author Andreas Fischer - * @author Christopher Schäpers - * @author Clark Tomlinson - * @author Joas Schilling - * @author Laurens Post - * @author Morris Jobke - * @author Roeland Jago Douma - * @author Sujith H + * @author Bjoern Schiessle * @author Sean Molenaar * - * @license AGPL-3.0 + * @license GNU AGPL version 3 or any later version * - * 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 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, version 3, - * along with this program. If not, see + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . * */ - namespace OC\Core\Command\User; use OC\Authentication\Token\IProvider; diff --git a/core/Command/User/Delete.php b/core/Command/User/Delete.php index c6c7700ce5a..37e09ca69ca 100644 --- a/core/Command/User/Delete.php +++ b/core/Command/User/Delete.php @@ -5,7 +5,6 @@ * @author Arthur Schiwon * @author Jens-Christian Fischer * @author Joas Schilling - * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 @@ -23,7 +22,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OCP\IUserManager; diff --git a/core/Command/User/Disable.php b/core/Command/User/Disable.php index ac751f5da9f..e4f43e26f59 100644 --- a/core/Command/User/Disable.php +++ b/core/Command/User/Disable.php @@ -21,7 +21,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OCP\IUserManager; diff --git a/core/Command/User/Enable.php b/core/Command/User/Enable.php index e556821061d..80efec3bc3f 100644 --- a/core/Command/User/Enable.php +++ b/core/Command/User/Enable.php @@ -21,7 +21,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OCP\IUserManager; diff --git a/core/Command/User/Info.php b/core/Command/User/Info.php index 4727ef0ec9a..eff13378278 100644 --- a/core/Command/User/Info.php +++ b/core/Command/User/Info.php @@ -15,14 +15,13 @@ * * 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 + * 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 . * */ - namespace OC\Core\Command\User; use OC\Core\Command\Base; diff --git a/core/Command/User/LastSeen.php b/core/Command/User/LastSeen.php index af80b1e1c05..e56ddd5087f 100644 --- a/core/Command/User/LastSeen.php +++ b/core/Command/User/LastSeen.php @@ -5,7 +5,6 @@ * @author Arthur Schiwon * @author Christoph Wurst * @author Joas Schilling - * @author Morris Jobke * @author Pierre Ozoux * @author Roeland Jago Douma * @@ -24,7 +23,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OCP\IUserManager; diff --git a/core/Command/User/ListCommand.php b/core/Command/User/ListCommand.php index 6c153ee8da7..e28403aa04c 100644 --- a/core/Command/User/ListCommand.php +++ b/core/Command/User/ListCommand.php @@ -3,7 +3,7 @@ * @copyright Copyright (c) 2016 Robin Appelman * * @author Joas Schilling - * @author John Molakvoæ (skjnldsv) + * @author John Molakvoæ * @author Robin Appelman * * @license GNU AGPL version 3 or any later version @@ -15,14 +15,13 @@ * * 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 + * 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 . * */ - namespace OC\Core\Command\User; use OC\Core\Command\Base; diff --git a/core/Command/User/Report.php b/core/Command/User/Report.php index b537884d9d6..9df828ca7da 100644 --- a/core/Command/User/Report.php +++ b/core/Command/User/Report.php @@ -1,6 +1,7 @@ * */ - namespace OC\Core\Command\User; use OC\Files\View; diff --git a/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php index bde82fd4770..798f5dad585 100644 --- a/core/Command/User/ResetPassword.php +++ b/core/Command/User/ResetPassword.php @@ -7,7 +7,6 @@ * @author Clark Tomlinson * @author Joas Schilling * @author Laurens Post - * @author Morris Jobke * @author Roeland Jago Douma * @author Sujith H * @@ -26,7 +25,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OCP\IUserManager; diff --git a/core/Command/User/Setting.php b/core/Command/User/Setting.php index 7b616269712..b677540d170 100644 --- a/core/Command/User/Setting.php +++ b/core/Command/User/Setting.php @@ -4,7 +4,7 @@ * * @author Christoph Wurst * @author Joas Schilling - * @author Johannes Leuker + * @author Johannes Leuker * @author Kim Brose * @author Roeland Jago Douma * @@ -23,7 +23,6 @@ * along with this program. If not, see * */ - namespace OC\Core\Command\User; use OC\Core\Command\Base; -- cgit v1.2.3