Skip to content

Commit 83c9c3c

Browse files
committed
chore: update copyright to Nicholas Morey
1 parent 9eac43a commit 83c9c3c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

docs/modules/pfsense_haproxy_frontend_acl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Manage pfSense HAProxy frontend ACLs
8787

8888
## Author
8989

90-
- Chris Morton (@cosmosified)
90+
- Nicholas Morey (@morey-tech)
9191

9292
## Version
9393

docs/modules/pfsense_haproxy_frontend_action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Manage pfSense HAProxy frontend actions
136136

137137
## Author
138138

139-
- Chris Morton (@cosmosified)
139+
- Nicholas Morey (@morey-tech)
140140

141141
## Version
142142

plugins/module_utils/haproxy_frontend_acl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright: (c) 2025, Chris Morton, cosmo@cosmo.2y.net
3+
# Copyright: (c) 2025, Nicholas Morey, nicholas@morey.tech
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

66
from __future__ import absolute_import, division, print_function

plugins/module_utils/haproxy_frontend_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright: (c) 2025, Chris Morton, cosmo@cosmo.2y.net
3+
# Copyright: (c) 2025, Nicholas Morey, nicholas@morey.tech
44
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
55

66
from __future__ import absolute_import, division, print_function

plugins/modules/pfsense_haproxy_frontend_acl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright: (c) 2025, Chris Morton <cosmo@cosmo.2y.net>
4+
# Copyright: (c) 2025, Nicholas Morey <nicholas@morey.tech>
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
from __future__ import absolute_import, division, print_function
@@ -15,7 +15,7 @@
1515
---
1616
module: pfsense_haproxy_frontend_acl
1717
version_added: 0.3.0
18-
author: Chris Morton (@cosmosified)
18+
author: Nicholas Morey (@morey-tech)
1919
short_description: Manage pfSense HAProxy frontend ACLs
2020
description:
2121
- Manage pfSense HAProxy frontend Access Control Lists (ACLs) for SNI-based routing.

plugins/modules/pfsense_haproxy_frontend_action.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
33

4-
# Copyright: (c) 2025, Chris Morton <cosmo@cosmo.2y.net>
4+
# Copyright: (c) 2025, Nicholas Morey <nicholas@morey.tech>
55
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
from __future__ import absolute_import, division, print_function
@@ -15,7 +15,7 @@
1515
---
1616
module: pfsense_haproxy_frontend_action
1717
version_added: 0.3.0
18-
author: Chris Morton (@cosmosified)
18+
author: Nicholas Morey (@morey-tech)
1919
short_description: Manage pfSense HAProxy frontend actions
2020
description:
2121
- Manage pfSense HAProxy frontend actions for routing traffic based on ACL conditions.

0 commit comments

Comments
 (0)