From 0e78aab533fde3ae8a79632d2ff16b0e1f5bdea9 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Wed, 18 Jan 2017 13:27:41 +0100 Subject: [PATCH] Fix copyright and author lines for iosxr lib and iosxr_template --- lib/ansible/module_utils/iosxr.py | 1 + lib/ansible/modules/network/iosxr/_iosxr_template.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/iosxr.py b/lib/ansible/module_utils/iosxr.py index e1f3a59f96f..b89d1febfef 100644 --- a/lib/ansible/module_utils/iosxr.py +++ b/lib/ansible/module_utils/iosxr.py @@ -5,6 +5,7 @@ # to the complete work. # # Copyright (c) 2015 Peter Sprygada, +# Copyright (c) 2017 Red Hat Inc. # # Redistribution and use in source and binary forms, with or without modification, # are permitted provided that the following conditions are met: diff --git a/lib/ansible/modules/network/iosxr/_iosxr_template.py b/lib/ansible/modules/network/iosxr/_iosxr_template.py index a66c49896f1..230b071e560 100644 --- a/lib/ansible/modules/network/iosxr/_iosxr_template.py +++ b/lib/ansible/modules/network/iosxr/_iosxr_template.py @@ -24,7 +24,7 @@ DOCUMENTATION = """ --- module: iosxr_template version_added: "2.1" -author: "Peter Sprygada (@privateip)" +author: "Ricardo Carrillo Cruz (@rcarrillocruz)" short_description: Manage Cisco IOSXR device configurations over SSH description: - Manages network device configurations over SSH. This module