Skip to content

Commit 9376563

Browse files
committed
Add: missing license headers & api-readme overflow prevention
1 parent 9f21561 commit 9376563

File tree

5 files changed

+12
-0
lines changed

5 files changed

+12
-0
lines changed

application/clicommands/OpenapiCommand.php

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

3+
/* Icinga Notifications Web | (c) 2025 Icinga GmbH | GPLv2 */
4+
35
namespace Icinga\Module\Notifications\Clicommands;
46

57
use FilesystemIterator;

application/controllers/ApiController.php

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

3+
/* Icinga Notifications Web | (c) 2025 Icinga GmbH | GPLv2 */
4+
35
namespace Icinga\Module\Notifications\Controllers;
46

57
use Exception;

doc/api/v1.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
hide:
3+
- toc
4+
---
15
# API V1
26

37
Refer to the OpenAPI specification below for detailed information on each endpoint.

library/Notifications/Api/EndpointInterface.php

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

3+
/* Icinga Notifications Web | (c) 2025 Icinga GmbH | GPLv2 */
4+
35
namespace Icinga\Module\Notifications\Api;
46

57
interface EndpointInterface

library/Notifications/Api/Exception/InvalidFilterParameterException.php

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

3+
/* Icinga Notifications Web | (c) 2025 Icinga GmbH | GPLv2 */
4+
35
namespace Icinga\Module\Notifications\Api\Exception;
46

57
use Exception;

0 commit comments

Comments
 (0)