Skip to content

Commit 272e791

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 0b515dc commit 272e791

388 files changed

Lines changed: 836 additions & 343 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/MigrateCommand.php

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

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

56
namespace Icinga\Module\Icingadb\Clicommands;
67

application/controllers/CommandTransportController.php

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

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

56
namespace Icinga\Module\Icingadb\Controllers;
67

application/controllers/CommentController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/CommentsController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/ConfigController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/ContactController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/ContactgroupController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/ContactgroupsController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/ContactsController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

application/controllers/DowntimeController.php

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

3-
/* Icinga DB Web | (c) 2020 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\Icingadb\Controllers;
67

0 commit comments

Comments
 (0)