|
1 | 1 | <?php |
2 | 2 | /** |
3 | | - * @copyright Copyright (c) 2016 Sergio Bertolin <[email protected]> |
4 | | - * |
5 | | - * @author Christoph Wurst <[email protected]> |
6 | | - * @author David Toledo <[email protected]> |
7 | | - * @author Joas Schilling <[email protected]> |
8 | | - * @author John Molakvoæ <[email protected]> |
9 | | - * @author Lukas Reschke <[email protected]> |
10 | | - * @author Morris Jobke <[email protected]> |
11 | | - * @author Robin Appelman <[email protected]> |
12 | | - * @author Roeland Jago Douma <[email protected]> |
13 | | - * @author Sergio Bertolin <[email protected]> |
14 | | - * @author Sergio Bertolín <[email protected]> |
15 | | - * @author Thomas Müller <[email protected]> |
16 | | - * @author Vincent Petry <[email protected]> |
17 | | - * |
18 | | - * @license GNU AGPL version 3 or any later version |
19 | | - * |
20 | | - * This program is free software: you can redistribute it and/or modify |
21 | | - * it under the terms of the GNU Affero General Public License as |
22 | | - * published by the Free Software Foundation, either version 3 of the |
23 | | - * License, or (at your option) any later version. |
24 | | - * |
25 | | - * This program is distributed in the hope that it will be useful, |
26 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
27 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
28 | | - * GNU Affero General Public License for more details. |
29 | | - * |
30 | | - * You should have received a copy of the GNU Affero General Public License |
31 | | - * along with this program. If not, see <http://www.gnu.org/licenses/>. |
32 | | - * |
| 3 | + * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors |
| 4 | + * SPDX-FileCopyrightText: 2016 Sergio Bertolín <[email protected]> |
| 5 | + * SPDX-License-Identifier: AGPL-3.0-or-later |
33 | 6 | */ |
34 | 7 | use GuzzleHttp\Client as GClient; |
35 | 8 | use PHPUnit\Framework\Assert; |
|
0 commit comments