Skip to content

Commit 6c49436

Browse files
committed
License source files as GPL-3.0-or-later
Add SPDX license headers and mark source files as GPL-3.0-or-later to preserve the option to relicense under later GPL versions.
1 parent 90377e0 commit 6c49436

47 files changed

Lines changed: 135 additions & 6 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

application/clicommands/Icinga2Command.php

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

3-
/* Icinga Web 2 | (c) 2018 Icinga Development Team | GPLv2+ */
3+
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Graphite\Clicommands;
67

application/controllers/ConfigController.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Controllers;
47

58
use Icinga\Module\Graphite\Forms\Config\AdvancedForm;

application/controllers/GraphController.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Controllers;
47

58
use Icinga\Exception\Http\HttpBadRequestException;

application/controllers/HostsController.php

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

3-
/* Icinga Graphite Web | (c) 2022 Icinga GmbH | GPLv2 */
3+
// SPDX-FileCopyrightText: 2022 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Graphite\Controllers;
67

application/controllers/ListController.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Controllers;
47

58
use Icinga\Data\Filter\Filter;

application/controllers/MonitoringGraphController.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Controllers;
47

58
use Icinga\Exception\Http\HttpBadRequestException;

application/controllers/ServicesController.php

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

3+
// SPDX-FileCopyrightText: 2022 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Controllers;
47

58
use GuzzleHttp\Psr7\ServerRequest;

application/forms/Config/AdvancedForm.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Forms\Config;
47

58
use Icinga\Forms\ConfigForm;

application/forms/Config/BackendForm.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Forms\Config;
47

58
use Icinga\Forms\ConfigForm;

application/forms/TimeRangePicker/CommonForm.php

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

3+
// SPDX-FileCopyrightText: 2017 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Graphite\Forms\TimeRangePicker;
47

58
use Icinga\Module\Graphite\Util\TimeRangePickerTools;

0 commit comments

Comments
 (0)