]> git.mxchange.org Git - friendica.git/commitdiff
fix php syntax
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 20 Aug 2024 04:52:12 +0000 (06:52 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 23 Aug 2024 06:23:28 +0000 (08:23 +0200)
.php-cs-fixer.dist.php
.php_cs.dist

index 64aeb6cf6c8c52f730271a6195e544ac085dea9c..272180fd1202647bcbe2669af37b8dae1f7764e7 100644 (file)
@@ -1,27 +1,8 @@
-<!--
-SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
-
-SPDX-License-Identifier: CC0-1.0
--->
-
 <?php
 /**
- * @copyright Copyright (C) 2010-2024, the Friendica project
- *
- * @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.
+ * SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
  *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ * SPDX-License-Identifier: CC0-1.0
  */
 
 declare(strict_types=1);
index a78ed2a9596ca79dfe6966abdce4b0bf0f40a92e..963386ed1fc3c2e4e0bb654459de117ab8811374 100644 (file)
@@ -1,8 +1,8 @@
-<!--
-SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
-
-SPDX-License-Identifier: CC0-1.0
--->
+/**
+ * SPDX-FileCopyrightText: 2010 - 2024 the Friendica project
+ *
+ * SPDX-License-Identifier: CC0-1.0
+ **/
 
 <?php