+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/route_target.py b/plugins/modules/route_target.py
index 822b232a..6ba23b20 100644
--- a/plugins/modules/route_target.py
+++ b/plugins/modules/route_target.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2020, Pavel Korovin (@pkorovin)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/service.py b/plugins/modules/service.py
index 2a5663c5..0e6582b0 100644
--- a/plugins/modules/service.py
+++ b/plugins/modules/service.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Kulakov Ilya (@TawR1024)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/site.py b/plugins/modules/site.py
index b5aff264..1b712891 100644
--- a/plugins/modules/site.py
+++ b/plugins/modules/site.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/status.py b/plugins/modules/status.py
index 102816b0..cf0e8bd7 100644
--- a/plugins/modules/status.py
+++ b/plugins/modules/status.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2020, Network to Code (@networktocode)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,6 +23,7 @@
- Status should be defined as a YAML list
author:
- Network to Code (@networktocode)
+ - Mikhail Yohman (@fragmentedpacket)
- Josh VanDeraa (@jvanaderaa)
requirements:
- pynautobot
diff --git a/plugins/modules/tag.py b/plugins/modules/tag.py
index 5a313242..e322af6e 100644
--- a/plugins/modules/tag.py
+++ b/plugins/modules/tag.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2020, Pavel Korovin (@pkorovin)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/tenant.py b/plugins/modules/tenant.py
index 6130dfcb..b524514b 100644
--- a/plugins/modules/tenant.py
+++ b/plugins/modules/tenant.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Amy Liebowitz (@amylieb)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/tenant_group.py b/plugins/modules/tenant_group.py
index f867fd74..6ffb4add 100644
--- a/plugins/modules/tenant_group.py
+++ b/plugins/modules/tenant_group.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/virtual_chassis.py b/plugins/modules/virtual_chassis.py
index 045c41da..faedf73e 100644
--- a/plugins/modules/virtual_chassis.py
+++ b/plugins/modules/virtual_chassis.py
@@ -1,5 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+# © 2020 Nokia
+# Licensed under the GNU General Public License v3.0 only
+# SPDX-License-Identifier: GPL-3.0-only
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/virtual_machine.py b/plugins/modules/virtual_machine.py
index bb4e3be2..efc7f40c 100644
--- a/plugins/modules/virtual_machine.py
+++ b/plugins/modules/virtual_machine.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Gaelle Mangin (@gmangin)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/vlan.py b/plugins/modules/vlan.py
index d4eecd8d..c976df98 100644
--- a/plugins/modules/vlan.py
+++ b/plugins/modules/vlan.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/vlan_group.py b/plugins/modules/vlan_group.py
index 3e3eccb4..289d7291 100644
--- a/plugins/modules/vlan_group.py
+++ b/plugins/modules/vlan_group.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/plugins/modules/vm_interface.py b/plugins/modules/vm_interface.py
index 17044802..ebd88e14 100644
--- a/plugins/modules/vm_interface.py
+++ b/plugins/modules/vm_interface.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Benjamin Vergnaud (@bvergnaud)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/plugins/modules/vrf.py b/plugins/modules/vrf.py
index bfee9f62..1a9d60e2 100644
--- a/plugins/modules/vrf.py
+++ b/plugins/modules/vrf.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2018, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
@@ -22,7 +23,7 @@
- Tags should be defined as a YAML list
- This should be ran with connection C(local) and hosts C(localhost)
author:
- - Network to Code (@networktocode)
+ - Mikhail Yohman (@FragmentedPacket)
requirements:
- pynautobot
version_added: "1.0.0"
diff --git a/tests/test_data.py b/tests/test_data.py
index 6beb3ae5..95e6dd34 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Bruno Inec (@sweenu)
+# Copyright: (c) 2019, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/tests/unit/inventory/test_nb_inventory.py b/tests/unit/inventory/test_nb_inventory.py
index 7f6126c8..d5a8ba61 100644
--- a/tests/unit/inventory/test_nb_inventory.py
+++ b/tests/unit/inventory/test_nb_inventory.py
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
+# Copyright: (c) 2020, Hillsong, Douglas Heriot (@DouglasHeriot)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function
diff --git a/tests/unit/module_utils/test_nautobot_base_class.py b/tests/unit/module_utils/test_nautobot_base_class.py
index 7ea8092d..c17ed959 100644
--- a/tests/unit/module_utils/test_nautobot_base_class.py
+++ b/tests/unit/module_utils/test_nautobot_base_class.py
@@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
-
+# Copyright: (c) 2019, Bruno Inec (@sweenu)
+# Copyright: (c) 2019, Mikhail Yohman (@FragmentedPacket)
+# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
from __future__ import absolute_import, division, print_function