Skip to content

Commit beb95c2

Browse files
authored
chore: replace generic emails with GitHub references (#261)
## Summary - Replace generic `@netresearch.de` email addresses with GitHub-native references - Add `support` section to package metadata with Issues/Source URLs - Use GitHub Security Advisories for vulnerability reporting - Use GitHub Issues for general support/contact ## Motivation Generic email addresses in public repositories attract spam and create maintenance overhead. GitHub provides better mechanisms for each use case: - **Security**: Private vulnerability reporting via Security Advisories - **Support**: Issue tracker with templates and labels - **Contact**: Discussions for general questions ## Test plan - [ ] Verify package metadata is valid (composer validate) - [ ] Verify links in documentation point to correct URLs - [ ] Verify no functional email addresses were removed (only metadata/docs)
2 parents 9ba12be + 49f8603 commit beb95c2

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)