Skip to content

Commit d461c43

Browse files
committed
update copyright-year
1 parent e44bacb commit d461c43

File tree

101 files changed

+101
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+101
-101
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ tags:
1919
dependencies: {}
2020
repository: 'https://github.com/ansibleguy/collection_opnsense'
2121
documentation: 'https://opnsense.ansibleguy.net'
22-
homepage: 'https://www.o-x-l.com'
22+
homepage: 'https://www.O-X-L.com'
2323
issues: 'https://github.com/ansibleguy/collection_opnsense/issues'
2424
build_ignore: []

plugins/modules/_tmpl_direct.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# template to be copied to implement new modules

plugins/modules/_tmpl_obj.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# template to be copied to implement new modules

plugins/modules/alias.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/core/firewall.html

plugins/modules/alias_multi.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/core/firewall.html

plugins/modules/alias_purge.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/core/firewall.html

plugins/modules/bind_acl.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/plugins/bind.html

plugins/modules/bind_blocklist.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/plugins/bind.html

plugins/modules/bind_domain.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/plugins/bind.html

plugins/modules/bind_general.py

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

4-
# Copyright: (C) 2024, AnsibleGuy <guy@ansibleguy.net>
4+
# Copyright: (C) 2025, AnsibleGuy <guy@ansibleguy.net>
55
# GNU General Public License v3.0+ (see https://www.gnu.org/licenses/gpl-3.0.txt)
66

77
# see: https://docs.opnsense.org/development/api/plugins/bind.html

0 commit comments

Comments
 (0)