From a4ae1012bc01855fcd631bb82195d809d673ca9d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 25 Mar 2013 19:02:52 -0400 Subject: [PATCH] Update license headers on test code. --- lib/main/tests/base.py | 22 ++++++++++++++++------ lib/main/tests/inventory.py | 22 ++++++++++++++++------ lib/main/tests/organizations.py | 22 ++++++++++++++++------ lib/main/tests/users.py | 22 ++++++++++++++++------ 4 files changed, 64 insertions(+), 24 deletions(-) diff --git a/lib/main/tests/base.py b/lib/main/tests/base.py index cd1b894d71..f3fbc780c4 100644 --- a/lib/main/tests/base.py +++ b/lib/main/tests/base.py @@ -1,9 +1,19 @@ -""" -Test code for ansible commander. - -(C) 2013 AnsibleWorks -""" - +# (c) 2013, AnsibleWorks +# +# This file is part of Ansible Commander +# +# Ansible Commander 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 Commander 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 Commander. If not, see . import datetime import json diff --git a/lib/main/tests/inventory.py b/lib/main/tests/inventory.py index f8baed1bb8..36d233db6d 100644 --- a/lib/main/tests/inventory.py +++ b/lib/main/tests/inventory.py @@ -1,9 +1,19 @@ -""" -Test code for ansible commander. - -(C) 2013 AnsibleWorks -""" - +# (c) 2013, AnsibleWorks +# +# This file is part of Ansible Commander +# +# Ansible Commander 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 Commander 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 Commander. If not, see . import datetime import json diff --git a/lib/main/tests/organizations.py b/lib/main/tests/organizations.py index e8146c896d..1bc2c10108 100644 --- a/lib/main/tests/organizations.py +++ b/lib/main/tests/organizations.py @@ -1,9 +1,19 @@ -""" -Test code for ansible commander. - -(C) 2013 AnsibleWorks -""" - +# (c) 2013, AnsibleWorks +# +# This file is part of Ansible Commander +# +# Ansible Commander 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 Commander 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 Commander. If not, see . import datetime import json diff --git a/lib/main/tests/users.py b/lib/main/tests/users.py index 5a8e814645..d0deb59a81 100644 --- a/lib/main/tests/users.py +++ b/lib/main/tests/users.py @@ -1,9 +1,19 @@ -""" -Test code for ansible commander. - -(C) 2013 AnsibleWorks -""" - +# (c) 2013, AnsibleWorks +# +# This file is part of Ansible Commander +# +# Ansible Commander 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 Commander 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 Commander. If not, see . import datetime import json