Skip to content

Commit 49f8603

Browse files
committed
chore: replace generic email addresses with GitHub references
Replace generic @netresearch.de email addresses with GitHub-native mechanisms (Issues, Security Advisories, repository URLs). - Remove email from package metadata (composer.json, ext_emconf.php) - Add support/issues URLs to package metadata - Replace security contact with GitHub Security Advisories - Replace support/contact emails with GitHub Issues links - Remove email from PHP docblock @author tags - Use OCI labels in Dockerfiles
1 parent 9ba12be commit 49f8603

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Model/JsonResponse.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @category Netresearch
1515
*
16-
* @author Various Artists <info@netresearch.de>
16+
* @author Various Artists
1717
* @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3
1818
*
1919
* @see http://www.netresearch.de
@@ -30,7 +30,7 @@
3030
*
3131
* @category Netresearch
3232
*
33-
* @author Various Artists <info@netresearch.de>
33+
* @author Various Artists
3434
* @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3
3535
*
3636
* @see http://www.netresearch.de

src/Model/Response.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* @category Netresearch
1515
*
16-
* @author Various Artists <info@netresearch.de>
16+
* @author Various Artists
1717
* @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3
1818
*
1919
* @see http://www.netresearch.de
@@ -28,7 +28,7 @@
2828
*
2929
* @category Netresearch
3030
*
31-
* @author Various Artists <info@netresearch.de>
31+
* @author Various Artists
3232
* @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3
3333
*
3434
* @see http://www.netresearch.de

src/Util/PhpSpreadsheet/LOReadFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* @category Netresearch
1111
*
12-
* @author Various Artists <info@netresearch.de>
12+
* @author Various Artists
1313
* @license http://www.gnu.org/licenses/agpl-3.0.html GNU AGPl 3
1414
*
1515
* @see http://www.netresearch.de

0 commit comments

Comments
 (0)