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