From 81b6672d60fdddbcaac8a7447c1956fb9497bc44 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 24 Apr 2024 15:07:03 +0200 Subject: [PATCH] chore: Migrate to SPDX headers - Part 1 Signed-off-by: Joas Schilling --- lib/Activity/Listener.php | 21 ++-------------- lib/Activity/Provider/Base.php | 19 ++------------- lib/Activity/Provider/Call.php | 19 ++------------- lib/Activity/Provider/Invitation.php | 19 ++------------- lib/Activity/Setting.php | 19 ++------------- lib/CachePrefix.php | 21 ++-------------- lib/Capabilities.php | 22 ++--------------- lib/Config.php | 20 +++------------- lib/GuestManager.php | 19 ++------------- lib/Manager.php | 19 ++------------- lib/MatterbridgeManager.php | 21 ++-------------- lib/Participant.php | 21 ++-------------- lib/ResponseDefinitions.php | 22 +++-------------- lib/Room.php | 24 +++---------------- lib/Search/ConversationSearch.php | 21 ++-------------- lib/Search/CurrentMessageSearch.php | 19 ++------------- lib/Search/MessageSearch.php | 19 ++------------- lib/Search/UnifiedSearchCSSLoader.php | 19 ++------------- lib/Search/UnifiedSearchFilterPlugin.php | 22 ++--------------- lib/Service/AttachmentService.php | 22 ++--------------- lib/Service/AvatarService.php | 22 ++--------------- lib/Service/BotService.php | 20 ++-------------- lib/Service/BreakoutRoomService.php | 21 ++-------------- lib/Service/CertificateService.php | 22 ++--------------- lib/Service/ChecksumVerificationService.php | 22 +++-------------- lib/Service/ConsentService.php | 22 ++--------------- lib/Service/HostedSignalingServerService.php | 21 ++-------------- lib/Service/MembershipService.php | 19 ++------------- lib/Service/NoteToSelfService.php | 19 ++------------- lib/Service/ParticipantService.php | 19 ++------------- lib/Service/PollService.php | 21 ++-------------- lib/Service/ProxyCacheMessageService.php | 22 ++--------------- lib/Service/RecordingService.php | 23 +++--------------- lib/Service/ReminderService.php | 22 ++--------------- lib/Service/RoomFormatter.php | 22 ++--------------- lib/Service/RoomService.php | 19 ++------------- lib/Service/SIPDialOutService.php | 22 ++--------------- lib/Service/SessionService.php | 19 ++------------- lib/Settings/Admin/AdminSettings.php | 19 ++------------- lib/Settings/Admin/Section.php | 19 ++------------- lib/Settings/Personal.php | 21 ++-------------- .../Helper/DeletedShareAPIController.php | 20 ++-------------- lib/Share/Helper/FilesMetadataCache.php | 22 ++--------------- lib/Share/Helper/ShareAPIController.php | 20 ++-------------- lib/Share/Listener.php | 21 ++-------------- lib/Share/RoomShareProvider.php | 20 ++-------------- lib/Signaling/BackendNotifier.php | 21 ++-------------- lib/Signaling/Listener.php | 19 ++------------- lib/Signaling/Manager.php | 19 ++------------- lib/Signaling/Messages.php | 19 ++------------- lib/Signaling/Responses/DialOut.php | 21 ++-------------- lib/Signaling/Responses/DialOutError.php | 21 ++-------------- lib/Signaling/Responses/Response.php | 21 ++-------------- lib/Status/Listener.php | 24 +++---------------- lib/TInitialState.php | 19 ++------------- lib/TalkSession.php | 19 ++------------- lib/Team/TalkTeamResourceProvider.php | 20 ++-------------- lib/Webinary.php | 19 ++------------- 58 files changed, 122 insertions(+), 1067 deletions(-) diff --git a/lib/Activity/Listener.php b/lib/Activity/Listener.php index 5676eb085e88..4e8863ae9e9d 100644 --- a/lib/Activity/Listener.php +++ b/lib/Activity/Listener.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Activity; diff --git a/lib/Activity/Provider/Base.php b/lib/Activity/Provider/Base.php index 1c292a5572a4..d2ddc4112514 100644 --- a/lib/Activity/Provider/Base.php +++ b/lib/Activity/Provider/Base.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Activity\Provider; diff --git a/lib/Activity/Provider/Call.php b/lib/Activity/Provider/Call.php index da2c0b7cd0d6..b481a920cc44 100644 --- a/lib/Activity/Provider/Call.php +++ b/lib/Activity/Provider/Call.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Activity\Provider; diff --git a/lib/Activity/Provider/Invitation.php b/lib/Activity/Provider/Invitation.php index 7373d3b57775..8212c37091d0 100644 --- a/lib/Activity/Provider/Invitation.php +++ b/lib/Activity/Provider/Invitation.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Activity\Provider; diff --git a/lib/Activity/Setting.php b/lib/Activity/Setting.php index 3b9723baf576..09a4599adaf6 100644 --- a/lib/Activity/Setting.php +++ b/lib/Activity/Setting.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Activity; diff --git a/lib/CachePrefix.php b/lib/CachePrefix.php index 4b3c13c47a34..271aeee4600c 100644 --- a/lib/CachePrefix.php +++ b/lib/CachePrefix.php @@ -5,25 +5,8 @@ declare(strict_types=1); /* - * @copyright Copyright (c) 2024 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2024 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Capabilities.php b/lib/Capabilities.php index 2f288ff8f9ea..2c3f5c8e5296 100644 --- a/lib/Capabilities.php +++ b/lib/Capabilities.php @@ -2,26 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018, Joas Schilling - * - * @author Joas Schilling - * @author Kate Döen - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Config.php b/lib/Config.php index 9de026af9e19..8d2b1a5c23c5 100644 --- a/lib/Config.php +++ b/lib/Config.php @@ -2,23 +2,9 @@ declare(strict_types=1); /** - * @author Joachim Bauch - * - * @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 . - * + * SPDX-FileCopyrightText: 2016 Joachim Bauch + * SPDX-FileCopyrightText: 2016 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/GuestManager.php b/lib/GuestManager.php index 94f7940e6a6e..ed495f1a9e6c 100644 --- a/lib/GuestManager.php +++ b/lib/GuestManager.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Manager.php b/lib/Manager.php index e4be038c6544..79c113c609e6 100644 --- a/lib/Manager.php +++ b/lib/Manager.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2016 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/MatterbridgeManager.php b/lib/MatterbridgeManager.php index ad1f1eec8237..89023d591ba0 100644 --- a/lib/MatterbridgeManager.php +++ b/lib/MatterbridgeManager.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Julien Veyssier - * - * @author Kate Döen - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Julien Veyssier + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Participant.php b/lib/Participant.php index e5f63ae22bc1..71cc7c530a3a 100644 --- a/lib/Participant.php +++ b/lib/Participant.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/ResponseDefinitions.php b/lib/ResponseDefinitions.php index 0348c76c319c..f51852891f27 100644 --- a/lib/ResponseDefinitions.php +++ b/lib/ResponseDefinitions.php @@ -3,25 +3,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Kate Döen - * - * @author Kate Döen - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-FileCopyrightText: 2023 Kate Döen + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Room.php b/lib/Room.php index 2ff0872afb2a..210c8eb10fc7 100644 --- a/lib/Room.php +++ b/lib/Room.php @@ -2,27 +2,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2016 Lukas Reschke - * @copyright Copyright (c) 2016 Joas Schilling - * - * @author Lukas Reschke - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2016 Joas Schilling + * SPDX-FileCopyrightText: 2016 Lukas Reschke + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Search/ConversationSearch.php b/lib/Search/ConversationSearch.php index 7a1f8b0dd6a2..cfc7fd051c16 100644 --- a/lib/Search/ConversationSearch.php +++ b/lib/Search/ConversationSearch.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Search; diff --git a/lib/Search/CurrentMessageSearch.php b/lib/Search/CurrentMessageSearch.php index 90691236948b..18ee09b47035 100644 --- a/lib/Search/CurrentMessageSearch.php +++ b/lib/Search/CurrentMessageSearch.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Search; diff --git a/lib/Search/MessageSearch.php b/lib/Search/MessageSearch.php index 770b2ecad7c2..ea9578e7a503 100644 --- a/lib/Search/MessageSearch.php +++ b/lib/Search/MessageSearch.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Search; diff --git a/lib/Search/UnifiedSearchCSSLoader.php b/lib/Search/UnifiedSearchCSSLoader.php index bdf85e5591ba..7927903d5977 100644 --- a/lib/Search/UnifiedSearchCSSLoader.php +++ b/lib/Search/UnifiedSearchCSSLoader.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Search; diff --git a/lib/Search/UnifiedSearchFilterPlugin.php b/lib/Search/UnifiedSearchFilterPlugin.php index dc4fdbc58fb6..e483c31d3559 100644 --- a/lib/Search/UnifiedSearchFilterPlugin.php +++ b/lib/Search/UnifiedSearchFilterPlugin.php @@ -2,26 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2024 Fon E. Noel NFEBE - * - * @author Fon E. Noel NFEBE - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2024 Fon E. Noel NFEBE + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Search; diff --git a/lib/Service/AttachmentService.php b/lib/Service/AttachmentService.php index 632f776bd7b1..4bef9c65e8e4 100644 --- a/lib/Service/AttachmentService.php +++ b/lib/Service/AttachmentService.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2019 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/AvatarService.php b/lib/Service/AvatarService.php index 5f42417f7c1d..872e7b39affe 100644 --- a/lib/Service/AvatarService.php +++ b/lib/Service/AvatarService.php @@ -1,27 +1,9 @@ - * - * @author Vitor Mattos - * - * @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 . - * + * SPDX-FileCopyrightText: 2022 Vitor Mattos + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/BotService.php b/lib/Service/BotService.php index 562af9079687..e2f2e11c9cae 100644 --- a/lib/Service/BotService.php +++ b/lib/Service/BotService.php @@ -1,25 +1,9 @@ - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/BreakoutRoomService.php b/lib/Service/BreakoutRoomService.php index 8214d01f326c..7c777b30d1e7 100644 --- a/lib/Service/BreakoutRoomService.php +++ b/lib/Service/BreakoutRoomService.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2022 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/CertificateService.php b/lib/Service/CertificateService.php index c9d97057df1d..0b46a7f07810 100644 --- a/lib/Service/CertificateService.php +++ b/lib/Service/CertificateService.php @@ -1,27 +1,9 @@ - * - * @author Marcel Müller - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Marcel Müller + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/ChecksumVerificationService.php b/lib/Service/ChecksumVerificationService.php index 78902fbbb7ad..2f188e25cdda 100644 --- a/lib/Service/ChecksumVerificationService.php +++ b/lib/Service/ChecksumVerificationService.php @@ -1,25 +1,9 @@ - * - * @author Vitor Mattos - * - * @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 . +/** + * SPDX-FileCopyrightText: 2022 Vitor Mattos + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/ConsentService.php b/lib/Service/ConsentService.php index 4d4f8a50ba66..61698d9bcdd3 100644 --- a/lib/Service/ConsentService.php +++ b/lib/Service/ConsentService.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/HostedSignalingServerService.php b/lib/Service/HostedSignalingServerService.php index 2c6398a96c5f..bd6dd7df650a 100644 --- a/lib/Service/HostedSignalingServerService.php +++ b/lib/Service/HostedSignalingServerService.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Morris Jobke - * - * @author Morris Jobke - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Morris Jobke + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/MembershipService.php b/lib/Service/MembershipService.php index fc1fae3d24cb..e34f3a3022b4 100644 --- a/lib/Service/MembershipService.php +++ b/lib/Service/MembershipService.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/NoteToSelfService.php b/lib/Service/NoteToSelfService.php index 58457df227d1..91be0aaa950e 100644 --- a/lib/Service/NoteToSelfService.php +++ b/lib/Service/NoteToSelfService.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/ParticipantService.php b/lib/Service/ParticipantService.php index 638196a83190..980326c535dd 100644 --- a/lib/Service/ParticipantService.php +++ b/lib/Service/ParticipantService.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/PollService.php b/lib/Service/PollService.php index b4eaab223ad3..4d31bcedc6cb 100644 --- a/lib/Service/PollService.php +++ b/lib/Service/PollService.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/ProxyCacheMessageService.php b/lib/Service/ProxyCacheMessageService.php index a1c5b71aec1b..0d62abc0e3d6 100644 --- a/lib/Service/ProxyCacheMessageService.php +++ b/lib/Service/ProxyCacheMessageService.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2024 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/RecordingService.php b/lib/Service/RecordingService.php index 886bd0e1088d..b43b0dd4e96f 100644 --- a/lib/Service/RecordingService.php +++ b/lib/Service/RecordingService.php @@ -2,26 +2,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2022, Vitor Mattos - * @copyright Copyright (c) 2023, Elmer Miroslav Mosher Golovin (miroslav@mishamosher.com) - * - * @author Vitor Mattos - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Elmer Miroslav Mosher Golovin + * SPDX-FileCopyrightText: 2022 Vitor Mattos + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/ReminderService.php b/lib/Service/ReminderService.php index 13396b3b88ae..bb0d8c2686c1 100644 --- a/lib/Service/ReminderService.php +++ b/lib/Service/ReminderService.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/RoomFormatter.php b/lib/Service/RoomFormatter.php index 4430ccc3910b..abbdcd991960 100644 --- a/lib/Service/RoomFormatter.php +++ b/lib/Service/RoomFormatter.php @@ -2,26 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * - * @author Joas Schilling - * @author Kate Döen - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/RoomService.php b/lib/Service/RoomService.php index d538a3f685cc..dd033cb6d505 100644 --- a/lib/Service/RoomService.php +++ b/lib/Service/RoomService.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/SIPDialOutService.php b/lib/Service/SIPDialOutService.php index ee821e20e73a..973b97fdfbf7 100644 --- a/lib/Service/SIPDialOutService.php +++ b/lib/Service/SIPDialOutService.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Service/SessionService.php b/lib/Service/SessionService.php index bb529320e07b..86ca8d14ab17 100644 --- a/lib/Service/SessionService.php +++ b/lib/Service/SessionService.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Service; diff --git a/lib/Settings/Admin/AdminSettings.php b/lib/Settings/Admin/AdminSettings.php index 9192f97be47a..bc88ee33e302 100644 --- a/lib/Settings/Admin/AdminSettings.php +++ b/lib/Settings/Admin/AdminSettings.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2019 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2019 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Settings\Admin; diff --git a/lib/Settings/Admin/Section.php b/lib/Settings/Admin/Section.php index 39420b2448a4..b3c116666a0d 100644 --- a/lib/Settings/Admin/Section.php +++ b/lib/Settings/Admin/Section.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Settings\Admin; diff --git a/lib/Settings/Personal.php b/lib/Settings/Personal.php index 25d150b79f85..c27bb222b91c 100644 --- a/lib/Settings/Personal.php +++ b/lib/Settings/Personal.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018 Julius Härtl - * - * @author Julius Härtl - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Julius Härtl + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Settings; diff --git a/lib/Share/Helper/DeletedShareAPIController.php b/lib/Share/Helper/DeletedShareAPIController.php index c22fc5d9d14d..4da1202b5693 100644 --- a/lib/Share/Helper/DeletedShareAPIController.php +++ b/lib/Share/Helper/DeletedShareAPIController.php @@ -2,24 +2,8 @@ declare(strict_types=1); /** - * - * @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com) - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Daniel Calviño Sánchez + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Share\Helper; diff --git a/lib/Share/Helper/FilesMetadataCache.php b/lib/Share/Helper/FilesMetadataCache.php index e7612bab66e7..5ddee928e4ab 100644 --- a/lib/Share/Helper/FilesMetadataCache.php +++ b/lib/Share/Helper/FilesMetadataCache.php @@ -1,27 +1,9 @@ - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Share\Helper; diff --git a/lib/Share/Helper/ShareAPIController.php b/lib/Share/Helper/ShareAPIController.php index 514a4ba66f03..745de6a15824 100644 --- a/lib/Share/Helper/ShareAPIController.php +++ b/lib/Share/Helper/ShareAPIController.php @@ -2,24 +2,8 @@ declare(strict_types=1); /** - * - * @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com) - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Daniel Calviño Sánchez + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Share\Helper; diff --git a/lib/Share/Listener.php b/lib/Share/Listener.php index 0dd4f13debb4..ebb8e8d75031 100644 --- a/lib/Share/Listener.php +++ b/lib/Share/Listener.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Share; diff --git a/lib/Share/RoomShareProvider.php b/lib/Share/RoomShareProvider.php index bddd57b41000..55aeb9c5a61e 100644 --- a/lib/Share/RoomShareProvider.php +++ b/lib/Share/RoomShareProvider.php @@ -2,28 +2,12 @@ declare(strict_types=1); /** - * - * @copyright Copyright (c) 2018, Daniel Calviño Sánchez (danxuliu@gmail.com) + * SPDX-FileCopyrightText: 2018 Daniel Calviño Sánchez + * SPDX-License-Identifier: AGPL-3.0-or-later * * Code copied from "lib/private/Share20/DefaultShareProvider.php" and * "apps/sharebymail/lib/ShareByMailProvider.php" at d805959e819e64 in Nextcloud * server repository. - * - * @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 . - * */ namespace OCA\Talk\Share; diff --git a/lib/Signaling/BackendNotifier.php b/lib/Signaling/BackendNotifier.php index 0b784f0f584b..3a81ae4788b3 100644 --- a/lib/Signaling/BackendNotifier.php +++ b/lib/Signaling/BackendNotifier.php @@ -2,25 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joachim Bauch - * - * @author Joachim Bauch - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joachim Bauch + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling; diff --git a/lib/Signaling/Listener.php b/lib/Signaling/Listener.php index 4423a3691576..58d632a96df2 100644 --- a/lib/Signaling/Listener.php +++ b/lib/Signaling/Listener.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2019 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2019 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling; diff --git a/lib/Signaling/Manager.php b/lib/Signaling/Manager.php index 8736c26d77d3..19c665f1a5b8 100644 --- a/lib/Signaling/Manager.php +++ b/lib/Signaling/Manager.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling; diff --git a/lib/Signaling/Messages.php b/lib/Signaling/Messages.php index 9e0ff18393d3..8435c22f13d6 100644 --- a/lib/Signaling/Messages.php +++ b/lib/Signaling/Messages.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2017 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2017 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling; diff --git a/lib/Signaling/Responses/DialOut.php b/lib/Signaling/Responses/DialOut.php index 51ebadf91275..b0089a3dd135 100644 --- a/lib/Signaling/Responses/DialOut.php +++ b/lib/Signaling/Responses/DialOut.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling\Responses; diff --git a/lib/Signaling/Responses/DialOutError.php b/lib/Signaling/Responses/DialOutError.php index 5a1441bd248a..c731cedf866a 100644 --- a/lib/Signaling/Responses/DialOutError.php +++ b/lib/Signaling/Responses/DialOutError.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling\Responses; diff --git a/lib/Signaling/Responses/Response.php b/lib/Signaling/Responses/Response.php index 330fe1504de1..ee2f7d874d3f 100644 --- a/lib/Signaling/Responses/Response.php +++ b/lib/Signaling/Responses/Response.php @@ -3,25 +3,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Signaling\Responses; diff --git a/lib/Status/Listener.php b/lib/Status/Listener.php index 775c8d3681f8..4de0f6a24e50 100644 --- a/lib/Status/Listener.php +++ b/lib/Status/Listener.php @@ -2,27 +2,9 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2023 Joas Schilling - * @copyright Copyright (c) 2021 Carl Schwan - * - * @author Carl Schwan - * @author Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2023 Joas Schilling + * SPDX-FileCopyrightText: 2021 Carl Schwan + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Status; diff --git a/lib/TInitialState.php b/lib/TInitialState.php index fe28da8a589e..88814dcfb855 100644 --- a/lib/TInitialState.php +++ b/lib/TInitialState.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2020 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2020 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/TalkSession.php b/lib/TalkSession.php index 602e5f977bf6..dc51fef7edaf 100644 --- a/lib/TalkSession.php +++ b/lib/TalkSession.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2018 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2018 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk; diff --git a/lib/Team/TalkTeamResourceProvider.php b/lib/Team/TalkTeamResourceProvider.php index b70771537c72..4b0fc1fb2d53 100644 --- a/lib/Team/TalkTeamResourceProvider.php +++ b/lib/Team/TalkTeamResourceProvider.php @@ -2,24 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2024 Julius Härtl - * - * @author Julius Härtl - * - * @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 . + * SPDX-FileCopyrightText: 2024 Julius Härtl + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk\Team; diff --git a/lib/Webinary.php b/lib/Webinary.php index 51deab6e0663..b7f96d2a5a25 100644 --- a/lib/Webinary.php +++ b/lib/Webinary.php @@ -2,23 +2,8 @@ declare(strict_types=1); /** - * @copyright Copyright (c) 2019 Joas Schilling - * - * @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 . - * + * SPDX-FileCopyrightText: 2019 Joas Schilling + * SPDX-License-Identifier: AGPL-3.0-or-later */ namespace OCA\Talk;