Skip to content

Commit 7d1f0be

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 58f66fd commit 7d1f0be

12 files changed

Lines changed: 25 additions & 11 deletions

File tree

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 PDF Export | (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\Pdfexport\Controllers;
67

application/forms/ChromeBinaryForm.php

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

3-
/* Icinga PDF Export | (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\Pdfexport\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 PDF Export | (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
/** @var \Icinga\Application\Modules\Module $this */
67

library/Pdfexport/HeadlessChrome.php

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

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

56
namespace Icinga\Module\Pdfexport;
67

library/Pdfexport/PrintStyleSheet.php

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

3-
/* Icinga PDF Export | (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\Pdfexport;
67

library/Pdfexport/PrintableHtmlDocument.php

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

3-
/* Icinga PDF Export | (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\Pdfexport;
67

library/Pdfexport/ProvidedHook/Pdfexport.php

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

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

56
namespace Icinga\Module\Pdfexport\ProvidedHook;
67

library/Pdfexport/ShellCommand.php

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

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

56
namespace Icinga\Module\Pdfexport;
67

public/css/print.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
2+
// SPDX-License-Identifier: GPL-3.0-or-later
3+
14
// icingaweb2
25

36
@gray: #7F7F7F;

public/js/layout-plugins/page-breaker.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Icinga PDF Export | (c) 2021 Icinga GmbH | GPLv2 */
1+
// SPDX-FileCopyrightText: 2021 Icinga GmbH <https://icinga.com>
2+
// SPDX-License-Identifier: GPL-3.0-or-later
23

34
"use strict";
45

0 commit comments

Comments
 (0)