Skip to content

Commit bcb8bb9

Browse files
authored
Relicense to GPL-3.0-only and add SPDX license headers (#627)
Relicense this module to GPL-3.0 and add SPDX license headers to source files: - Replace the old license file with LICENSE.md (GPL-3.0-only) - Update license references in documentation (where applicable) - Add SPDX headers to source files - Mark source files as GPL-3.0-or-later To ensure compatibility with third-party dependencies under licenses incompatible with GPL-2.0-only (such as Apache-2.0), Icinga Web and its module ecosystem are being relicensed to GPL-3.0-only. Source files are labeled GPL-3.0-or-later to preserve the option to relicense under later GPL versions.
2 parents afcc9b2 + e93721a commit bcb8bb9

673 files changed

Lines changed: 2687 additions & 339 deletions

File tree

Some content is hidden

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

LICENSE

Lines changed: 0 additions & 339 deletions
This file was deleted.

LICENSE.md

Lines changed: 674 additions & 0 deletions

application/clicommands/CheckCommand.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: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use gipfl\Cli\Screen;

application/clicommands/Command.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: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use Exception;

application/clicommands/DaemonCommand.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: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use gipfl\SimpleDaemon\Daemon;

application/clicommands/DbCommand.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: 2021 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use Exception;

application/clicommands/HealthCommand.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: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use Icinga\Module\Vspheredb\CheckPluginHelper;

application/clicommands/MigrationCommand.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: 2021 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use Icinga\Module\Vspheredb\Db;

application/clicommands/PerfCommand.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: 2018 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
class PerfCommand extends Command

application/clicommands/PerfdataconsumerCommand.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: 2021 Icinga GmbH <https://icinga.com>
4+
// SPDX-License-Identifier: GPL-3.0-or-later
5+
36
namespace Icinga\Module\Vspheredb\Clicommands;
47

58
use gipfl\Translation\StaticTranslator;

0 commit comments

Comments
 (0)