Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix copyright message format #164

Closed
wants to merge 1 commit into from
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion application/controllers/ChannelController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/ChannelsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

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

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

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

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

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

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

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

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/EventRuleController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.2 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.3 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.4 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.0 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.1 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRuleController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.2 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRuleController.php was not matched in reported errors.

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/EventRulesController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.2 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.3 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.4 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.0 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.1 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

Check failure on line 1 in application/controllers/EventRulesController.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.2 on ubuntu-latest

Ignored error pattern #^Call to an undefined method Zend_Controller_Response_Abstract\:\:redirectAndExit\(\)\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/controllers/EventRulesController.php was not matched in reported errors.

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/EventsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/IncidentController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/IncidentsController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/ScheduleController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/controllers/SchedulesController.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Controllers;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/AddEscalationForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/AddFilterForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/BaseEscalationForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/ChannelForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

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

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/EntryForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.2 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.3 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.4 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.0 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.1 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

Check failure on line 1 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.2 on ubuntu-latest

Ignored error pattern #^Method class@anonymous/application/forms/EntryForm\.php\:142\:\:assemble\(\) has no return type specified\.$# in path /home/runner/work/icinga-notifications-web/icinga-notifications-web/application/forms/EntryForm.php was not matched in reported errors.

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down Expand Up @@ -159,7 +161,7 @@
return $this;
}

protected function assemble()

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.2 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.3 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 7.4 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.0 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.1 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.

Check failure on line 164 in application/forms/EntryForm.php

View workflow job for this annotation

GitHub Actions / Static analysis for php 8.2 on ubuntu-latest

Method class@anonymous/application/forms/EntryForm.php:144::assemble() has no return type specified.
{
parent::assemble();

Expand Down
4 changes: 3 additions & 1 deletion application/forms/EscalationConditionForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/EscalationRecipientForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/EventRuleForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/RemoveEscalationForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/SaveEventRuleForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion application/forms/ScheduleForm.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Forms;

Expand Down
4 changes: 3 additions & 1 deletion configuration.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

/** @var \Icinga\Application\Modules\Module $this */

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/Auth.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/BaseItemList.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/BaseListItem.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/Database.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/Icons.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/Links.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/LoadMore.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Common/NoSubjectLink.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Common;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Model/AvailableChannelType.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Model/Behavior/HasAddress.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model\Behavior;

Expand Down
4 changes: 4 additions & 0 deletions library/Notifications/Model/Behavior/ObjectTags.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?php

/*
* Icinga Notifications Web | (c) 2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model\Behavior;

use Icinga\Module\Notifications\Common\Auth;
Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Model/Channel.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Model/Contact.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model;

Expand Down
4 changes: 3 additions & 1 deletion library/Notifications/Model/ContactAddress.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?php

/* Icinga Notifications Web | (c) 2023 Icinga GmbH | GPLv2 */
/*
* Icinga Notifications Web | (c) 2023-2024 Icinga GmbH | GPLv2
*/

namespace Icinga\Module\Notifications\Model;

Expand Down
Loading
Loading