Skip to content

Commit 974ec96

Browse files
committed
Update Copyright
1 parent 3b23ac1 commit 974ec96

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

src/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/Triangle-org/Middleware
66
*
77
* @author Ivan Zorin <creator@localzet.com>
8-
* @copyright Copyright (c) 2023-2024 Triangle Framework Team
8+
* @copyright Copyright (c) 2023-2025 Triangle Framework Team
99
* @license https://www.gnu.org/licenses/agpl-3.0 GNU Affero General Public License v3.0
1010
*
1111
* This program is free software: you can redistribute it and/or modify

src/Config/middleware.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
<?php
22

3+
/**
4+
* @package Triangle Middleware Component
5+
* @link https://github.com/Triangle-org/Middleware
6+
*
7+
* @author Ivan Zorin <creator@localzet.com>
8+
* @copyright Copyright (c) 2023-2025 Triangle Framework Team
9+
* @license https://www.gnu.org/licenses/agpl-3.0 GNU Affero General Public License v3.0
10+
*
11+
* This program is free software: you can redistribute it and/or modify
12+
* it under the terms of the GNU Affero General Public License as published
13+
* by the Free Software Foundation, either version 3 of the License, or
14+
* (at your option) any later version.
15+
*
16+
* This program is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU Affero General Public License for more details.
20+
*
21+
* You should have received a copy of the GNU Affero General Public License
22+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
23+
*
24+
* For any questions, please contact <triangle@localzet.com>
25+
*/
26+
327
return [
428
'' => [
529
]

src/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/Triangle-org/Middleware
66
*
77
* @author Ivan Zorin <creator@localzet.com>
8-
* @copyright Copyright (c) 2023-2024 Triangle Framework Team
8+
* @copyright Copyright (c) 2023-2025 Triangle Framework Team
99
* @license https://www.gnu.org/licenses/agpl-3.0 GNU Affero General Public License v3.0
1010
*
1111
* This program is free software: you can redistribute it and/or modify

src/MiddlewareInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @link https://github.com/Triangle-org/Middleware
66
*
77
* @author Ivan Zorin <creator@localzet.com>
8-
* @copyright Copyright (c) 2023-2024 Triangle Framework Team
8+
* @copyright Copyright (c) 2023-2025 Triangle Framework Team
99
* @license https://www.gnu.org/licenses/agpl-3.0 GNU Affero General Public License v3.0
1010
*
1111
* This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)