diff --git a/plugins/filter/dict_kv.py b/plugins/filter/dict_kv.py index b2124ed767..fc1978b977 100644 --- a/plugins/filter/dict_kv.py +++ b/plugins/filter/dict_kv.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (C) 2020 Stanislav German-Evtushenko (@giner) # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/filter/jc.py b/plugins/filter/jc.py index e854128f67..42dcf98234 100644 --- a/plugins/filter/jc.py +++ b/plugins/filter/jc.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Filipe Niero Felisbino # # This file is part of Ansible diff --git a/plugins/filter/json_query.py b/plugins/filter/json_query.py index 673cafa587..9b9ecb93f2 100644 --- a/plugins/filter/json_query.py +++ b/plugins/filter/json_query.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Filipe Niero Felisbino # # This file is part of Ansible diff --git a/plugins/filter/random_mac.py b/plugins/filter/random_mac.py index aa9f59be08..dc04e99a96 100644 --- a/plugins/filter/random_mac.py +++ b/plugins/filter/random_mac.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2020 Ansible Project # # This file is part of Ansible diff --git a/plugins/filter/version_sort.py b/plugins/filter/version_sort.py index 598b8f2088..d228ea62d0 100644 --- a/plugins/filter/version_sort.py +++ b/plugins/filter/version_sort.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (C) 2021 Eric Lavarde # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/linode.py b/plugins/inventory/linode.py index 049d67c973..566073a4a8 100644 --- a/plugins/inventory/linode.py +++ b/plugins/inventory/linode.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/nmap.py b/plugins/inventory/nmap.py index 05a83367af..ade3adc3d4 100644 --- a/plugins/inventory/nmap.py +++ b/plugins/inventory/nmap.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/online.py b/plugins/inventory/online.py index 2d305bb8d6..a74c6026ea 100644 --- a/plugins/inventory/online.py +++ b/plugins/inventory/online.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/scaleway.py b/plugins/inventory/scaleway.py index 2e863a2531..b327824f33 100644 --- a/plugins/inventory/scaleway.py +++ b/plugins/inventory/scaleway.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright: (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/inventory/stackpath_compute.py b/plugins/inventory/stackpath_compute.py index 8e6b5bf953..e8477b95f3 100644 --- a/plugins/inventory/stackpath_compute.py +++ b/plugins/inventory/stackpath_compute.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (c) 2020 Shay Rybak # Copyright (c) 2020 Ansible Project # GNU General Public License v3.0+ diff --git a/plugins/inventory/virtualbox.py b/plugins/inventory/virtualbox.py index 827618131a..672312cd8e 100644 --- a/plugins/inventory/virtualbox.py +++ b/plugins/inventory/virtualbox.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # Copyright (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/cartesian.py b/plugins/lookup/cartesian.py index 45eb16d8b0..841f4f8c4d 100644 --- a/plugins/lookup/cartesian.py +++ b/plugins/lookup/cartesian.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2013, Bradley Young # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/chef_databag.py b/plugins/lookup/chef_databag.py index 0a1c6de3ed..d594c7681e 100644 --- a/plugins/lookup/chef_databag.py +++ b/plugins/lookup/chef_databag.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2016, Josh Bradley # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/consul_kv.py b/plugins/lookup/consul_kv.py index 8b9e4e9102..58f450eb65 100644 --- a/plugins/lookup/consul_kv.py +++ b/plugins/lookup/consul_kv.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Steve Gargan # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/credstash.py b/plugins/lookup/credstash.py index 04935ee635..1a87deed41 100644 --- a/plugins/lookup/credstash.py +++ b/plugins/lookup/credstash.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Ensighten # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/cyberarkpassword.py b/plugins/lookup/cyberarkpassword.py index ec6e6fcb56..112e7c1cd8 100644 --- a/plugins/lookup/cyberarkpassword.py +++ b/plugins/lookup/cyberarkpassword.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2017, Edward Nunez # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dependent.py b/plugins/lookup/dependent.py index c9ce58567d..3f73f88bfa 100644 --- a/plugins/lookup/dependent.py +++ b/plugins/lookup/dependent.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015-2021, Felix Fontein # (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dig.py b/plugins/lookup/dig.py index b6c71954f0..6520b0d3ec 100644 --- a/plugins/lookup/dig.py +++ b/plugins/lookup/dig.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/dnstxt.py b/plugins/lookup/dnstxt.py index d52301e7fb..84bff41795 100644 --- a/plugins/lookup/dnstxt.py +++ b/plugins/lookup/dnstxt.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2012, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/etcd.py b/plugins/lookup/etcd.py index a3a7c42a3d..ca13442e43 100644 --- a/plugins/lookup/etcd.py +++ b/plugins/lookup/etcd.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2013, Jan-Piet Mens # (m) 2016, Mihai Moldovanu # (m) 2017, Juan Manuel Parrilla diff --git a/plugins/lookup/filetree.py b/plugins/lookup/filetree.py index 06b89bf396..e663fc9515 100644 --- a/plugins/lookup/filetree.py +++ b/plugins/lookup/filetree.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2016 Dag Wieers # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/flattened.py b/plugins/lookup/flattened.py index 515817ed09..d1ddd14f56 100644 --- a/plugins/lookup/flattened.py +++ b/plugins/lookup/flattened.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2013, Serge van Ginderachter # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/hiera.py b/plugins/lookup/hiera.py index a4358f7b1e..658f377d59 100644 --- a/plugins/lookup/hiera.py +++ b/plugins/lookup/hiera.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2017, Juan Manuel Parrilla # (c) 2012-17 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/keyring.py b/plugins/lookup/keyring.py index d5b7d1a154..a98ae7aee9 100644 --- a/plugins/lookup/keyring.py +++ b/plugins/lookup/keyring.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2016, Samuel Boucher # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/lastpass.py b/plugins/lookup/lastpass.py index 5e9f9907bd..3ae51b4c64 100644 --- a/plugins/lookup/lastpass.py +++ b/plugins/lookup/lastpass.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2016, Andrew Zenk # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/lmdb_kv.py b/plugins/lookup/lmdb_kv.py index a417874898..61dc410cc4 100644 --- a/plugins/lookup/lmdb_kv.py +++ b/plugins/lookup/lmdb_kv.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2017-2018, Jan-Piet Mens # (c) 2018 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/manifold.py b/plugins/lookup/manifold.py index 8b270ba0a2..076a475091 100644 --- a/plugins/lookup/manifold.py +++ b/plugins/lookup/manifold.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2018, Arigato Machine Inc. # (c) 2018, Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/nios.py b/plugins/lookup/nios.py index 819d8077e6..008e8feffe 100644 --- a/plugins/lookup/nios.py +++ b/plugins/lookup/nios.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # # Copyright 2018 Red Hat | Ansible # diff --git a/plugins/lookup/passwordstore.py b/plugins/lookup/passwordstore.py index 9c545a1cb0..3e936d8b18 100644 --- a/plugins/lookup/passwordstore.py +++ b/plugins/lookup/passwordstore.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2017, Patrick Deelman # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/redis.py b/plugins/lookup/redis.py index a1d5a381b2..fdf3a6e17b 100644 --- a/plugins/lookup/redis.py +++ b/plugins/lookup/redis.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2012, Jan-Piet Mens # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) diff --git a/plugins/lookup/shelvefile.py b/plugins/lookup/shelvefile.py index 0067472513..175ed49891 100644 --- a/plugins/lookup/shelvefile.py +++ b/plugins/lookup/shelvefile.py @@ -1,3 +1,4 @@ +# coding: utf-8 -*- # (c) 2015, Alejandro Guirao # (c) 2012-17 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)