From 3ef7ae2f74b4fc17a674c9fd1a4709d4bb089d6d Mon Sep 17 00:00:00 2001 From: Philipp <admin@philipp.info> Date: Sat, 26 Nov 2022 22:33:45 +0100 Subject: [PATCH] License :) --- src/Module/Profile/Attachment/Browser.php | 19 +++++++++++++++++++ src/Module/Profile/Photos/Browser.php | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/src/Module/Profile/Attachment/Browser.php b/src/Module/Profile/Attachment/Browser.php index 09429bff85..3dde2e65dd 100644 --- a/src/Module/Profile/Attachment/Browser.php +++ b/src/Module/Profile/Attachment/Browser.php @@ -1,4 +1,23 @@ <?php +/** + * @copyright Copyright (C) 2010-2022, 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. + * + * 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/>. + * + */ namespace Friendica\Module\Profile\Attachment; diff --git a/src/Module/Profile/Photos/Browser.php b/src/Module/Profile/Photos/Browser.php index 1e8a28b123..2185aa7c78 100644 --- a/src/Module/Profile/Photos/Browser.php +++ b/src/Module/Profile/Photos/Browser.php @@ -1,4 +1,23 @@ <?php +/** + * @copyright Copyright (C) 2010-2022, 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. + * + * 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/>. + * + */ namespace Friendica\Module\Profile\Photos; -- 2.39.5