diff --git a/awx/plugins/inventory/foreman.py b/awx/plugins/inventory/foreman.py index 7eff557cf1..ce057690df 100755 --- a/awx/plugins/inventory/foreman.py +++ b/awx/plugins/inventory/foreman.py @@ -1,9 +1,9 @@ #!/usr/bin/python +# vim: set fileencoding=utf-8 : # # NOTE FOR TOWER: change foreman_ to sattelite_ for the group prefix # -# vim: set fileencoding=utf-8 : -# +# Copyright (C) 2016 Guido Günther # # This script is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by