diff --git a/awx/__init__.py b/awx/__init__.py index fed7de7c67..6a23bcf9b0 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. __version__ = '1.4.5-0' diff --git a/awx/api/__init__.py b/awx/api/__init__.py index bfec7ec6ea..893555cc13 100644 --- a/awx/api/__init__.py +++ b/awx/api/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/api/authentication.py b/awx/api/authentication.py index c5e554eb90..b1e124702d 100644 --- a/awx/api/authentication.py +++ b/awx/api/authentication.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/filters.py b/awx/api/filters.py index b667a74deb..e7974ec259 100644 --- a/awx/api/filters.py +++ b/awx/api/filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/api/generics.py b/awx/api/generics.py index 5237369ed5..37618c5b27 100644 --- a/awx/api/generics.py +++ b/awx/api/generics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/api/models.py b/awx/api/models.py index f30c0d520a..723e380c57 100644 --- a/awx/api/models.py +++ b/awx/api/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Empty models file. diff --git a/awx/api/pagination.py b/awx/api/pagination.py index de826b0ea1..00764177d8 100644 --- a/awx/api/pagination.py +++ b/awx/api/pagination.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/permissions.py b/awx/api/permissions.py index 4d0c3263be..6d02c7e74d 100644 --- a/awx/api/permissions.py +++ b/awx/api/permissions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/api/renderers.py b/awx/api/renderers.py index d7197340aa..0f106dd25f 100644 --- a/awx/api/renderers.py +++ b/awx/api/renderers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/serializers.py b/awx/api/serializers.py index d94d64e3e5..69038b7ec2 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/api/urls.py b/awx/api/urls.py index 517484a1d7..d255bdd8da 100644 --- a/awx/api/urls.py +++ b/awx/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. from django.conf.urls import include, patterns, url as original_url diff --git a/awx/api/views.py b/awx/api/views.py index dc41a92f1a..1c991b8cd4 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/devonly.py b/awx/devonly.py index 705a2189a1..c479250557 100644 --- a/awx/devonly.py +++ b/awx/devonly.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # This file should only be present in a source checkout, and never in a release diff --git a/awx/lib/__init__.py b/awx/lib/__init__.py index bfec7ec6ea..893555cc13 100644 --- a/awx/lib/__init__.py +++ b/awx/lib/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/lib/compat.py b/awx/lib/compat.py index 42ce2f7962..e6adccd50c 100644 --- a/awx/lib/compat.py +++ b/awx/lib/compat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. ''' diff --git a/awx/main/__init__.py b/awx/main/__init__.py index bfec7ec6ea..893555cc13 100644 --- a/awx/main/__init__.py +++ b/awx/main/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/main/access.py b/awx/main/access.py index adafa2afc4..76a1e1e030 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/admin.py b/awx/main/admin.py index 154b201351..3b63f647d2 100644 --- a/awx/main/admin.py +++ b/awx/main/admin.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django admin isn't officially supported! diff --git a/awx/main/backend.py b/awx/main/backend.py index a47b7add53..112726f4fb 100644 --- a/awx/main/backend.py +++ b/awx/main/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django diff --git a/awx/main/fields.py b/awx/main/fields.py index 10582442ef..5c4b07d1e3 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django diff --git a/awx/main/forms.py b/awx/main/forms.py index 853678ddda..027dc4f0ee 100644 --- a/awx/main/forms.py +++ b/awx/main/forms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/__init__.py b/awx/main/management/__init__.py index e69de29bb2..893555cc13 100644 --- a/awx/main/management/__init__.py +++ b/awx/main/management/__init__.py @@ -0,0 +1,2 @@ +# Copyright (c) 2014 AnsibleWorks, Inc. +# All Rights Reserved. diff --git a/awx/main/management/commands/__init__.py b/awx/main/management/commands/__init__.py index e69de29bb2..893555cc13 100644 --- a/awx/main/management/commands/__init__.py +++ b/awx/main/management/commands/__init__.py @@ -0,0 +1,2 @@ +# Copyright (c) 2014 AnsibleWorks, Inc. +# All Rights Reserved. diff --git a/awx/main/management/commands/cleanup_activitystream.py b/awx/main/management/commands/cleanup_activitystream.py index e895d0d945..c8f65ba5fb 100644 --- a/awx/main/management/commands/cleanup_activitystream.py +++ b/awx/main/management/commands/cleanup_activitystream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/cleanup_deleted.py b/awx/main/management/commands/cleanup_deleted.py index db48558694..d17bd73dc5 100644 --- a/awx/main/management/commands/cleanup_deleted.py +++ b/awx/main/management/commands/cleanup_deleted.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/cleanup_jobs.py b/awx/main/management/commands/cleanup_jobs.py index 3e9718c31b..f508442a1e 100644 --- a/awx/main/management/commands/cleanup_jobs.py +++ b/awx/main/management/commands/cleanup_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index 097fedd1fb..aafb4d06ae 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/middleware.py b/awx/main/middleware.py index 739caeebb3..ce6a88b13f 100644 --- a/awx/main/middleware.py +++ b/awx/main/middleware.py @@ -1,3 +1,6 @@ +# Copyright (c) 2014 AnsibleWorks, Inc. +# All Rights Reserved. + from django.conf import settings from django.contrib.auth.models import User, AnonymousUser from django.db.models.signals import pre_save, post_save diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index 3fd8c47117..21c5b96948 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. from awx.main.models.base import * diff --git a/awx/main/models/activity_stream.py b/awx/main/models/activity_stream.py index e675a53aed..ed7a1c5fba 100644 --- a/awx/main/models/activity_stream.py +++ b/awx/main/models/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/main/models/base.py b/awx/main/models/base.py index 0eb2751e0f..e6653881cf 100644 --- a/awx/main/models/base.py +++ b/awx/main/models/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 294999d063..dfadfd8bd4 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/jobs.py b/awx/main/models/jobs.py index be8569404a..d22099c676 100644 --- a/awx/main/models/jobs.py +++ b/awx/main/models/jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/organization.py b/awx/main/models/organization.py index e5b441cf70..eb7c4ddc6f 100644 --- a/awx/main/models/organization.py +++ b/awx/main/models/organization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/projects.py b/awx/main/models/projects.py index d474dc3fe3..7a531a9d10 100644 --- a/awx/main/models/projects.py +++ b/awx/main/models/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/registrar.py b/awx/main/registrar.py index 137759dd56..024a59df29 100644 --- a/awx/main/registrar.py +++ b/awx/main/registrar.py @@ -1,3 +1,6 @@ +# Copyright (c) 2014 AnsibleWorks, Inc. +# All Rights Reserved. + import logging from django.db.models.signals import pre_save, post_save, post_delete, m2m_changed diff --git a/awx/main/signals.py b/awx/main/signals.py index c195de0609..499612ea07 100644 --- a/awx/main/signals.py +++ b/awx/main/signals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 01884fe965..b0ffbd586d 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/__init__.py b/awx/main/tests/__init__.py index 113ece1448..86ad06bab7 100644 --- a/awx/main/tests/__init__.py +++ b/awx/main/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. from awx.main.tests.organizations import OrganizationsTest diff --git a/awx/main/tests/activity_stream.py b/awx/main/tests/activity_stream.py index 6bee26b2c5..6dc4cc47ce 100644 --- a/awx/main/tests/activity_stream.py +++ b/awx/main/tests/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/base.py b/awx/main/tests/base.py index f2847a994c..fc96dc6366 100644 --- a/awx/main/tests/base.py +++ b/awx/main/tests/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/commands.py b/awx/main/tests/commands.py index d50b551abf..81f203c700 100644 --- a/awx/main/tests/commands.py +++ b/awx/main/tests/commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/inventory.py b/awx/main/tests/inventory.py index 6aef2ab951..86fd40c2c3 100644 --- a/awx/main/tests/inventory.py +++ b/awx/main/tests/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/jobs.py b/awx/main/tests/jobs.py index e74271cde5..a73be07ab6 100644 --- a/awx/main/tests/jobs.py +++ b/awx/main/tests/jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/licenses.py b/awx/main/tests/licenses.py index 25dca0b55d..f33d442dcc 100644 --- a/awx/main/tests/licenses.py +++ b/awx/main/tests/licenses.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. import datetime diff --git a/awx/main/tests/organizations.py b/awx/main/tests/organizations.py index 2f12715b13..88d39038ac 100644 --- a/awx/main/tests/organizations.py +++ b/awx/main/tests/organizations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. import datetime diff --git a/awx/main/tests/projects.py b/awx/main/tests/projects.py index 22f1f8511a..ac41e58426 100644 --- a/awx/main/tests/projects.py +++ b/awx/main/tests/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/scripts.py b/awx/main/tests/scripts.py index 5ed72a1ebe..90b62d1158 100644 --- a/awx/main/tests/scripts.py +++ b/awx/main/tests/scripts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/tasks.py b/awx/main/tests/tasks.py index 9f0b7ee847..b781ab5fc3 100644 --- a/awx/main/tests/tasks.py +++ b/awx/main/tests/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/users.py b/awx/main/tests/users.py index e646d00ed4..54234db323 100644 --- a/awx/main/tests/users.py +++ b/awx/main/tests/users.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/urls.py b/awx/main/urls.py index e990efb3e7..dced12ddb8 100644 --- a/awx/main/urls.py +++ b/awx/main/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. from django.conf import settings diff --git a/awx/main/utils.py b/awx/main/utils.py index 2c841a5d3c..6c72dc6608 100644 --- a/awx/main/utils.py +++ b/awx/main/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Python diff --git a/awx/main/views.py b/awx/main/views.py index 72298fabc0..331e56071a 100644 --- a/awx/main/views.py +++ b/awx/main/views.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Django diff --git a/awx/plugins/callback/job_event_callback.py b/awx/plugins/callback/job_event_callback.py index ba6f9cd8e1..5b786e2691 100644 --- a/awx/plugins/callback/job_event_callback.py +++ b/awx/plugins/callback/job_event_callback.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # This file is a utility Ansible plugin that is not part of the AWX or Ansible # packages. It does not import any code from either package, nor does its # license apply to Ansible or AWX. diff --git a/awx/plugins/inventory/awxrest.py b/awx/plugins/inventory/awxrest.py index aaa83af635..2b684f4d91 100755 --- a/awx/plugins/inventory/awxrest.py +++ b/awx/plugins/inventory/awxrest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # This file is a utility script that is not part of the AWX or Ansible # packages. It does not import any code from either package, nor does its # license apply to Ansible or AWX. diff --git a/awx/settings/__init__.py b/awx/settings/__init__.py index bfec7ec6ea..893555cc13 100644 --- a/awx/settings/__init__.py +++ b/awx/settings/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 9c6d284545..b1d55bee11 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. import os diff --git a/awx/settings/development.py b/awx/settings/development.py index 38863dd493..99011b5bb0 100644 --- a/awx/settings/development.py +++ b/awx/settings/development.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Development settings for AWX project. diff --git a/awx/settings/local_settings.py.example b/awx/settings/local_settings.py.example index e8781b572f..ecc703e3c5 100644 --- a/awx/settings/local_settings.py.example +++ b/awx/settings/local_settings.py.example @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Local Django settings for AWX project. Rename to "local_settings.py" and diff --git a/awx/settings/production.py b/awx/settings/production.py index e9df966892..7af5eda6cb 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2014 AnsibleWorks, Inc. # All Rights Reserved. # Production settings for AWX project. diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index e80b4b7dfd..baee57dd6b 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -140,7 +140,7 @@ html body #push { {% block footer %}