diff --git a/network/f5/bigip_device_dns.py b/network/f5/bigip_device_dns.py index c469fc4bffa..a3f855e6be8 100644 --- a/network/f5/bigip_device_dns.py +++ b/network/f5/bigip_device_dns.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_device_ntp.py b/network/f5/bigip_device_ntp.py index 6dab16a3cb0..a58a9f31ce7 100644 --- a/network/f5/bigip_device_ntp.py +++ b/network/f5/bigip_device_ntp.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_device_sshd.py b/network/f5/bigip_device_sshd.py index e7a87a4e084..ac506f656b0 100644 --- a/network/f5/bigip_device_sshd.py +++ b/network/f5/bigip_device_sshd.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_gtm_datacenter.py b/network/f5/bigip_gtm_datacenter.py index 90882b6f644..36308896ce1 100644 --- a/network/f5/bigip_gtm_datacenter.py +++ b/network/f5/bigip_gtm_datacenter.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_irule.py b/network/f5/bigip_irule.py index 5e99ec34faa..4a7ff4d951f 100644 --- a/network/f5/bigip_irule.py +++ b/network/f5/bigip_irule.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_routedomain.py b/network/f5/bigip_routedomain.py index 552b20231cc..0df2446184a 100644 --- a/network/f5/bigip_routedomain.py +++ b/network/f5/bigip_routedomain.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_selfip.py b/network/f5/bigip_selfip.py index 6cbf7badb58..dc4403e60b8 100644 --- a/network/f5/bigip_selfip.py +++ b/network/f5/bigip_selfip.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_sys_db.py b/network/f5/bigip_sys_db.py index 54f5dd74fc9..272fbf266c5 100644 --- a/network/f5/bigip_sys_db.py +++ b/network/f5/bigip_sys_db.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify diff --git a/network/f5/bigip_vlan.py b/network/f5/bigip_vlan.py index 4e13d2508c3..24e3a380295 100644 --- a/network/f5/bigip_vlan.py +++ b/network/f5/bigip_vlan.py @@ -1,6 +1,8 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # +# Copyright 2016 F5 Networks Inc. +# # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify