diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-08-24 14:54:25 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-08-24 14:54:25 +0200 |
commit | 2a054e6c04e0a40421510eb889cbf59f153c5177 (patch) | |
tree | d6870875a08b49218c9503689061de0cebc3810d /apps/settings/lib/SetupChecks | |
parent | bf162d08f5f880617f83e0d47ab37825837b6c47 (diff) | |
download | nextcloud-server-2a054e6c04e0a40421510eb889cbf59f153c5177.tar.gz nextcloud-server-2a054e6c04e0a40421510eb889cbf59f153c5177.zip |
Update the license headers for Nextcloud 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/settings/lib/SetupChecks')
-rw-r--r-- | apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php | 3 | ||||
-rw-r--r-- | apps/settings/lib/SetupChecks/PhpDefaultCharset.php | 1 | ||||
-rw-r--r-- | apps/settings/lib/SetupChecks/PhpOutputBuffering.php | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php b/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php index 4c0c0565db4..626707c95d8 100644 --- a/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php +++ b/apps/settings/lib/SetupChecks/LegacySSEKeyFormat.php @@ -5,7 +5,7 @@ declare(strict_types=1); /** * @copyright Copyright (c) 2020 Morris Jobke <hey@morrisjobke.de> * - * @author DMorris Jobke <hey@morrisjobke.de> + * @author Morris Jobke <hey@morrisjobke.de> * * @license GNU AGPL version 3 or any later version * @@ -22,7 +22,6 @@ declare(strict_types=1); * 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/>. * - * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\SetupChecks; diff --git a/apps/settings/lib/SetupChecks/PhpDefaultCharset.php b/apps/settings/lib/SetupChecks/PhpDefaultCharset.php index 0e50a8db1fc..ccddf8e1c32 100644 --- a/apps/settings/lib/SetupChecks/PhpDefaultCharset.php +++ b/apps/settings/lib/SetupChecks/PhpDefaultCharset.php @@ -22,7 +22,6 @@ declare(strict_types=1); * 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/>. * - * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\SetupChecks; diff --git a/apps/settings/lib/SetupChecks/PhpOutputBuffering.php b/apps/settings/lib/SetupChecks/PhpOutputBuffering.php index c89ec273e71..71210e5cbbf 100644 --- a/apps/settings/lib/SetupChecks/PhpOutputBuffering.php +++ b/apps/settings/lib/SetupChecks/PhpOutputBuffering.php @@ -22,7 +22,6 @@ declare(strict_types=1); * 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/>. * - * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Settings\SetupChecks; |