Fix copyright header issues...

This commit is contained in:
Hank Grabowski 2022-12-13 15:58:03 -05:00
parent 991c5fa6de
commit 8576610c54
2 changed files with 19 additions and 19 deletions

View file

@ -1,23 +1,23 @@
<?php <?php
/** /**
* @copyright Copyright (C) 2022, the Friendica project * @copyright Copyright (C) 2010-2022, the Friendica project
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as * it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version. * License, or (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * 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. * GNU Affero General Public License for more details.
* *
* You should have received a copy of the GNU Affero General Public License * 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/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
* *
*/ */
namespace Friendica\Module\Api\Friendica\Photoalbum; namespace Friendica\Module\Api\Friendica\Photoalbum;

View file

@ -1,6 +1,6 @@
<?php <?php
/** /**
* @copyright Copyright (C) 2022, the Friendica project * @copyright Copyright (C) 2010-2022, the Friendica project
* *
* @license GNU AGPL version 3 or any later version * @license GNU AGPL version 3 or any later version
* *