Skip to content

Commit de4d219

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 9cfdf9e commit de4d219

37 files changed

Lines changed: 77 additions & 34 deletions

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 Web 2 Cube Module | (c) 2019 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube\Controllers;
67

application/controllers/IdoHostsController.php

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

3-
// Icinga Cube Module | (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\Cube\Controllers;
67

application/controllers/IdoServicesController.php

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

3-
// Icinga Cube Module | (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\Cube\Controllers;
67

application/controllers/IndexController.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube\Controllers;
67

application/controllers/ServicesController.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 Cube Module | (c) 2019 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2019 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube\Controllers;
67

application/forms/DimensionsForm.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube\Forms;
67

configuration.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
$this->menuSection(N_('Reporting'), ['icon' => 'fa-chart-simple', 'priority' => 100])
67
->add($this->translate('Cube'))->setUrl('cube/hosts')->setPriority(10);

library/Cube/Cube.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube;
67

library/Cube/CubeRenderer.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube;
67

library/Cube/CubeRenderer/HostStatusCubeRenderer.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 Cube Module | (c) 2016 Icinga GmbH | GPLv2
3+
// SPDX-FileCopyrightText: 2016 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
45

56
namespace Icinga\Module\Cube\CubeRenderer;
67

0 commit comments

Comments
 (0)