Skip to content

Commit

Permalink
[ignore] Add Tim Cragg as author in the modules he worked on.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicol committed Oct 5, 2023
1 parent 5d7acdb commit 585b59e
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 8 deletions.
2 changes: 2 additions & 0 deletions plugins/modules/aci_match_route_destination.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down Expand Up @@ -78,6 +79,7 @@
link: https://developer.cisco.com/docs/apic-mim-ref/
author:
- Gaspard Micol (@gmicol)
- Tim Cragg (@timcragg)
"""

EXAMPLES = r"""
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/aci_match_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down Expand Up @@ -58,6 +59,7 @@
link: https://developer.cisco.com/docs/apic-mim-ref/
author:
- Gaspard Micol (@gmicol)
- Tim Cragg (@timcragg)
"""

EXAMPLES = r"""
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/aci_route_control_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down Expand Up @@ -101,6 +102,7 @@
link: https://developer.cisco.com/docs/apic-mim-ref/
author:
- Gaspard Micol (@gmicol)
- Tim Cragg (@timcragg)
"""

EXAMPLES = r"""
Expand Down
2 changes: 2 additions & 0 deletions plugins/modules/aci_route_control_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# -*- coding: utf-8 -*-

# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

from __future__ import absolute_import, division, print_function
Expand Down Expand Up @@ -79,6 +80,7 @@
link: https://developer.cisco.com/docs/apic-mim-ref/
author:
- Gaspard Micol (@gmicol)
- Tim Cragg (@timcragg)
"""

EXAMPLES = r"""
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
3 changes: 2 additions & 1 deletion tests/integration/targets/aci_match_rule/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Test code for the ACI modules
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>

# GNU General Public License v3.0+ (see LICENSE or https://www.gnu.org/licenses/gpl-3.0.txt)

Expand Down

0 comments on commit 585b59e

Please sign in to comment.