Skip to content

Commit 73c6565

Browse files
committed
feat: Update author information in netbox_tunnel.py and netbox_tunnel_group.py
1 parent 0179d65 commit 73c6565

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/modules/netbox_tunnel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3-
# Copyright: (c) 2024, Rich Bibby (@richbibby)
3+
# Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
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
@@ -17,7 +17,7 @@
1717
- Tags should be defined as a YAML list
1818
- This should be ran with connection C(local) and hosts C(localhost)
1919
author:
20-
- Rich Bibby (@richbibby)
20+
- Rich Bibby, NetBox Labs (@richbibby)
2121
requirements:
2222
- pynetbox
2323
version_added: '3.20.0'

plugins/modules/netbox_tunnel_group.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
# -*- coding: utf-8 -*-
3-
# Copyright: (c) 2024, Rich Bibby (@richbibby)
3+
# Copyright: (c) 2024, Rich Bibby, NetBox Labs (@richbibby)
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
@@ -17,7 +17,7 @@
1717
- Tags should be defined as a YAML list
1818
- This should be ran with connection C(local) and hosts C(localhost)
1919
author:
20-
- Rich Bibby (@richbibby)
20+
- Rich Bibby, NetBox Labs (@richbibby)
2121
requirements:
2222
- pynetbox
2323
version_added: '3.20.0'

0 commit comments

Comments
 (0)