diff --git a/bin/ans-command b/bin/ans-command index 6b885a89e0c..d210388e9a6 100755 --- a/bin/ans-command +++ b/bin/ans-command @@ -1,6 +1,21 @@ #!/usr/bin/python -tt -#skvidal -# (c) Red Hat, Inc 2012 +#skvidal, (c) Red Hat, Inc 2012 + +# This file is part of Ansible +# +# Ansible is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Ansible is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ansible. If not, see . +# #todo # add 'execution time' option output to the output diff --git a/lib/ansible/scripts.py b/lib/ansible/scripts.py index 740ead61196..56aa8ac32b9 100644 --- a/lib/ansible/scripts.py +++ b/lib/ansible/scripts.py @@ -1,3 +1,19 @@ +# This file is part of Ansible +# +# Ansible is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Ansible is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Ansible. If not, see . +# + from optparse import OptionParser import sys import constants as C