Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ are easily accomplished with the `Continue With` control that operates on filter
## License

Icinga DB Web and the Icinga DB Web documentation are licensed under the terms of the
[GNU General Public License Version 2](LICENSE).
[GNU General Public License Version 2](LICENSE) or later.
2 changes: 1 addition & 1 deletion application/clicommands/MigrateCommand.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2023 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2023 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Clicommands;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/CommandTransportController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/CommentController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/CommentsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ConfigController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ContactController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ContactgroupController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ContactgroupsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ContactsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DowntimeController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/DowntimesController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ErrorController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/EventController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HealthController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HistoryController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HostController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HostgroupController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HostgroupsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/HostsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/NotificationsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/RedundancygroupController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2024 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2024 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServiceController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServicegroupController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServicegroupsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/ServicesController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/SuggestController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2025 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2025 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/controllers/TacticalController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Controllers;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/ApiTransportForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/CommandForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Instance;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/Object/AddCommentForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/Object/CheckNowForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/Object/DeleteCommentForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/Object/DeleteDowntimeForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Command/Object/ScheduleCheckForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Command\Object;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/DatabaseConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Navigation/ActionForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Navigation;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Navigation/IcingadbHostActionForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Navigation;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/Navigation/IcingadbServiceActionForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2021 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms\Navigation;

Expand Down
2 changes: 1 addition & 1 deletion application/forms/RedisConfigForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb\Forms;

Expand Down
2 changes: 1 addition & 1 deletion configuration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2 */
/* Icinga DB Web | (c) 2020 Icinga GmbH | GPLv2+ */

namespace Icinga\Module\Icingadb {

Expand Down
2 changes: 1 addition & 1 deletion doc/01-About.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ To install Icinga DB Web see [Installation](02-Installation.md).
## License

Icinga DB Web and the Icinga DB Web documentation are licensed under the terms of the
GNU General Public License Version 2.
GNU General Public License Version 2 or later.
Loading
Loading