From 1bd1552b43bbac50f20c3955f925e00ad0579321 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Feb 2012 19:08:09 -0500 Subject: [PATCH] Relicensing to GPLv3, all previous committers ok'd on mailing list. --- command | 18 ++++++++++++++++++ copy | 18 ++++++++++++++++++ facter | 18 ++++++++++++++++++ git | 17 +++++++++++++++++ ohai | 18 ++++++++++++++++++ ping | 17 +++++++++++++++++ service | 17 +++++++++++++++++ setup | 17 +++++++++++++++++ template | 17 +++++++++++++++++ 9 files changed, 157 insertions(+) diff --git a/command b/command index 0f912e0b69e..d1b43c1a117 100755 --- a/command +++ b/command @@ -1,5 +1,23 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan , and others +# +# 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 . +# + try: import json except ImportError: diff --git a/copy b/copy index bd8c86ccb3f..288929a89a8 100644 --- a/copy +++ b/copy @@ -1,5 +1,23 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . +# + import sys import os import shlex diff --git a/facter b/facter index b7a0fa6588b..16bbbbe93ef 100644 --- a/facter +++ b/facter @@ -1,5 +1,23 @@ #!/usr/bin/bash +# (c) 2012, Michael DeHaan +# +# 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 . +# + # things that must be installed to use this # facter # ruby-json diff --git a/git b/git index 873d8a1638d..9fe4ba7437f 100755 --- a/git +++ b/git @@ -1,5 +1,22 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . + # I wanted to keep this simple at first, so for now this checks out # from the MASTER branch of a repo at a particular SHA or # tag. Latest is not supported, you should not be doing diff --git a/ohai b/ohai index db3afd5b4b9..9ad520eead9 100644 --- a/ohai +++ b/ohai @@ -1,5 +1,23 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . +# + # requires 'ohai' to be installed try: diff --git a/ping b/ping index 11a2e65a2c7..45264061656 100644 --- a/ping +++ b/ping @@ -1,5 +1,22 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . + try: import json except ImportError: diff --git a/service b/service index e28aa8ff8ea..5572df0ea43 100755 --- a/service +++ b/service @@ -1,5 +1,22 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . + try: import json except ImportError: diff --git a/setup b/setup index 609d361f8d4..a79a8a91258 100755 --- a/setup +++ b/setup @@ -1,5 +1,22 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . + DEFAULT_ANSIBLE_SETUP = "/etc/ansible/setup" import sys diff --git a/template b/template index 8868350ae86..fd454df42e6 100644 --- a/template +++ b/template @@ -1,5 +1,22 @@ #!/usr/bin/python +# (c) 2012, Michael DeHaan +# +# 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 . + import sys import os import jinja2