Skip to content

Commit 89b866b

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 13a1bdd commit 89b866b

677 files changed

Lines changed: 2031 additions & 0 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.

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;

application/clicommands/VcenterCommand.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 VcenterCommand extends Command

application/controllers/AlarmsController.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\Controllers;
47

58
use gipfl\IcingaWeb2\Link;

0 commit comments

Comments
 (0)