|
1 | 1 | <?php |
2 | 2 |
|
3 | 3 | /* |
4 | | - ------------------------------------------------------------------------ |
5 | | - TimelineTicket |
6 | | - Copyright (C) 2013-2025 by the TimelineTicket Development Team. |
| 4 | + ------------------------------------------------------------------------- |
| 5 | + TimelineTicket |
| 6 | + Copyright (C) 2013-2026 by the TimelineTicket Development Team. |
7 | 7 |
|
8 | | - https://github.com/pluginsGLPI/timelineticket |
9 | | - ------------------------------------------------------------------------ |
| 8 | + https://github.com/pluginsGLPI/timelineticket |
| 9 | + ------------------------------------------------------------------------ |
10 | 10 |
|
11 | | - LICENSE |
| 11 | + LICENSE |
12 | 12 |
|
13 | | - This file is part of TimelineTicket project. |
| 13 | + This file is part of TimelineTicket project. |
14 | 14 |
|
15 | | - TimelineTicket plugin is free software: you can redistribute it and/or modify |
16 | | - it under the terms of the GNU Affero General Public License as published by |
17 | | - the Free Software Foundation, either version 3 of the License, or |
18 | | - (at your option) any later version. |
| 15 | + TimelineTicket plugin is free software: you can redistribute it and/or modify |
| 16 | + it under the terms of the GNU Affero General Public License as published by |
| 17 | + the Free Software Foundation, either version 3 of the License, or |
| 18 | + (at your option) any later version. |
19 | 19 |
|
20 | | - TimelineTicket plugin is distributed in the hope that it will be useful, |
21 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
22 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
23 | | - GNU Affero General Public License for more details. |
| 20 | + TimelineTicket plugin is distributed in the hope that it will be useful, |
| 21 | + but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 22 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 23 | + GNU Affero General Public License for more details. |
24 | 24 |
|
25 | | - You should have received a copy of the GNU Affero General Public License |
26 | | - along with TimelineTicket plugin. If not, see <http://www.gnu.org/licenses/>. |
| 25 | + You should have received a copy of the GNU Affero General Public License |
| 26 | + along with TimelineTicket plugin. If not, see <http://www.gnu.org/licenses/>. |
27 | 27 |
|
28 | | - ------------------------------------------------------------------------ |
| 28 | + ------------------------------------------------------------------------ |
29 | 29 |
|
30 | | - @package TimelineTicket plugin |
31 | | - @copyright Copyright (C) 2013-2025 TimelineTicket team |
32 | | - @license AGPL License 3.0 or (at your option) any later version |
33 | | - http://www.gnu.org/licenses/agpl-3.0-standalone.html |
34 | | - @link https://github.com/pluginsGLPI/timelineticket |
35 | | - @since 2013 |
36 | | -
|
37 | | - ------------------------------------------------------------------------ |
| 30 | + @package TimelineTicket plugin |
| 31 | + @copyright Copyright (C) 2013-2025 TimelineTicket team |
| 32 | + @license AGPL License 3.0 or (at your option) any later version |
| 33 | + http://www.gnu.org/licenses/agpl-3.0-standalone.html |
| 34 | + @link https://github.com/pluginsGLPI/timelineticket |
| 35 | + @since 2013 |
| 36 | + -------------------------------------------------------------------------- |
38 | 37 | */ |
39 | 38 |
|
40 | 39 | use Glpi\Exception\Http\BadRequestHttpException; |
|
0 commit comments