Skip to content

Commit d88850d

Browse files
gmicollhercot
authored andcommitted
[ignore] Add Tim Cragg as author in the modules he worked on.
1 parent 6f50abf commit d88850d

File tree

12 files changed

+20
-8
lines changed

12 files changed

+20
-8
lines changed

plugins/modules/aci_match_route_destination.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: utf-8 -*-
33

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

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

8385
EXAMPLES = r"""

plugins/modules/aci_match_rule.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: utf-8 -*-
33

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

78
from __future__ import absolute_import, division, print_function
@@ -58,6 +59,7 @@
5859
link: https://developer.cisco.com/docs/apic-mim-ref/
5960
author:
6061
- Gaspard Micol (@gmicol)
62+
- Tim Cragg (@timcragg)
6163
"""
6264

6365
EXAMPLES = r"""

plugins/modules/aci_route_control_context.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: utf-8 -*-
33

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

78
from __future__ import absolute_import, division, print_function
@@ -101,6 +102,7 @@
101102
link: https://developer.cisco.com/docs/apic-mim-ref/
102103
author:
103104
- Gaspard Micol (@gmicol)
105+
- Tim Cragg (@timcragg)
104106
"""
105107

106108
EXAMPLES = r"""

plugins/modules/aci_route_control_profile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# -*- coding: utf-8 -*-
33

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

78
from __future__ import absolute_import, division, print_function
@@ -79,6 +80,7 @@
7980
link: https://developer.cisco.com/docs/apic-mim-ref/
8081
author:
8182
- Gaspard Micol (@gmicol)
83+
- Tim Cragg (@timcragg)
8284
"""
8385

8486
EXAMPLES = r"""

tests/integration/targets/aci_match_as_path_regex_term/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
33

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

tests/integration/targets/aci_match_community_factor/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
33

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

tests/integration/targets/aci_match_community_regex_term/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
33

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

tests/integration/targets/aci_match_community_term/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
33

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

tests/integration/targets/aci_match_route_destination/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
3+
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
34

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

tests/integration/targets/aci_match_rule/tasks/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Test code for the ACI modules
2-
# Copyright: (c) 2023, Gaspard Micol (@gmicol)
2+
# Copyright: (c) 2023, Gaspard Micol (@gmicol) <[email protected]>
3+
# Copyright: (c) 2023, Tim Cragg (@timcragg) <[email protected]>
34

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

0 commit comments

Comments
 (0)