add copyright/license

This commit is contained in:
Andreas Palm 2023-02-27 10:39:04 +01:00
parent fe7d4332c8
commit 62de5cdacf
9 changed files with 41 additions and 2 deletions

View File

@ -1,4 +1,10 @@
<?php <?php
/*
* SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-FileCopyrightText: 2019 Xentral ERP Sorftware GmbH, Fuggerstrasse 11, D-86150 Augsburg
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,4 +1,9 @@
<?php <?php
/*
* SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-FileCopyrightText: 2019 Xentral ERP Sorftware GmbH, Fuggerstrasse 11, D-86150 Augsburg
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,4 +1,9 @@
<?php <?php
/*
* SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-FileCopyrightText: 2019 Xentral ERP Sorftware GmbH, Fuggerstrasse 11, D-86150 Augsburg
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
declare(strict_types=1); declare(strict_types=1);

View File

@ -1,4 +1,8 @@
<?php <?php
/*
* SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
namespace Xentral\Modules\SubscriptionCycle; namespace Xentral\Modules\SubscriptionCycle;

View File

@ -1,6 +1,8 @@
<?php <?php
/*
declare(strict_types=1); * SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
namespace Xentral\Modules\SubscriptionCycle; namespace Xentral\Modules\SubscriptionCycle;

View File

@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2022 Andreas Palm
SPDX-License-Identifier: LicenseRef-EGPL-3.1
-->
<div id="tabs"> <div id="tabs">
<ul> <ul>
<li></li> <li></li>

View File

@ -1,3 +1,7 @@
<!--
SPDX-FileCopyrightText: 2022 Andreas Palm
SPDX-License-Identifier: LicenseRef-EGPL-3.1
-->
<div id="tabs"> <div id="tabs">
<ul> <ul>
<li><a href="#tabs-1">Rechnungen</a></li> <li><a href="#tabs-1">Rechnungen</a></li>

View File

@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: 2022 Andreas Palm
SPDX-FileCopyrightText: 2019 Xentral ERP Sorftware GmbH, Fuggerstrasse 11, D-86150 Augsburg
SPDX-License-Identifier: LicenseRef-EGPL-3.1
-->
<fieldset> <fieldset>
<legend>[SUBHEADING]</legend> <legend>[SUBHEADING]</legend>

View File

@ -1,4 +1,8 @@
<?php <?php
/*
* SPDX-FileCopyrightText: 2022 Andreas Palm
* SPDX-License-Identifier: LicenseRef-EGPL-3.1
*/
use Xentral\Modules\SubscriptionCycle\Service\SubscriptionCycleJobService; use Xentral\Modules\SubscriptionCycle\Service\SubscriptionCycleJobService;
use Xentral\Modules\SubscriptionCycle\SubscriptionModule; use Xentral\Modules\SubscriptionCycle\SubscriptionModule;