From b3da3b34a33586e237cfda4dadb3df45b7ba8131 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 29 May 2015 11:53:09 -0400 Subject: [PATCH] Changing some legal headers for python source files --- awx/__init__.py | 2 +- awx/api/__init__.py | 2 +- awx/api/authentication.py | 2 +- awx/api/filters.py | 2 +- awx/api/generics.py | 2 +- awx/api/models.py | 2 +- awx/api/pagination.py | 2 +- awx/api/permissions.py | 2 +- awx/api/renderers.py | 2 +- awx/api/serializers.py | 2 +- awx/api/tests/__init__.py | 2 +- awx/api/tests/decorator_paginated.py | 2 +- awx/api/tests/job_tasks.py | 2 +- awx/api/urls.py | 2 +- awx/api/utils/decorators.py | 2 +- awx/api/views.py | 2 +- awx/devonly.py | 2 +- awx/fact/__init__.py | 2 +- awx/fact/utils/dbtransform.py | 2 +- awx/lib/__init__.py | 2 +- awx/lib/compat.py | 2 +- awx/main/__init__.py | 2 +- awx/main/access.py | 2 +- awx/main/backend.py | 2 +- awx/main/constants.py | 2 +- awx/main/fields.py | 2 +- awx/main/ha.py | 2 +- awx/main/management/__init__.py | 2 +- awx/main/management/commands/__init__.py | 2 +- awx/main/management/commands/_base_instance.py | 2 +- awx/main/management/commands/cleanup_activitystream.py | 2 +- awx/main/management/commands/cleanup_deleted.py | 2 +- awx/main/management/commands/cleanup_jobs.py | 2 +- awx/main/management/commands/inventory_import.py | 2 +- awx/main/management/commands/list_instances.py | 2 +- awx/main/management/commands/register_instance.py | 2 +- awx/main/management/commands/remove_instance.py | 2 +- awx/main/management/commands/run_callback_receiver.py | 2 +- awx/main/management/commands/run_socketio_service.py | 2 +- awx/main/management/commands/run_task_system.py | 2 +- awx/main/management/commands/stats.py | 2 +- awx/main/management/commands/update_instance.py | 2 +- awx/main/management/commands/user_info.py | 2 +- awx/main/managers.py | 2 +- awx/main/middleware.py | 2 +- awx/main/migrations/0001_v12b1_initial.py | 2 +- awx/main/migrations/__init__.py | 2 +- awx/main/models/__init__.py | 2 +- awx/main/models/activity_stream.py | 2 +- awx/main/models/base.py | 2 +- awx/main/models/credential.py | 2 +- awx/main/models/ha.py | 2 +- awx/main/models/inventory.py | 2 +- awx/main/models/jobs.py | 2 +- awx/main/models/organization.py | 2 +- awx/main/models/projects.py | 2 +- awx/main/models/schedules.py | 2 +- awx/main/models/unified_jobs.py | 2 +- awx/main/queue.py | 2 +- awx/main/registrar.py | 2 +- awx/main/signals.py | 2 +- awx/main/socket.py | 2 +- awx/main/storage.py | 2 +- awx/main/tasks.py | 2 +- awx/main/tests/__init__.py | 2 +- awx/main/tests/activity_stream.py | 2 +- awx/main/tests/base.py | 2 +- awx/main/tests/commands/commands_monolithic.py | 2 +- awx/main/tests/inventory.py | 2 +- awx/main/tests/jobs/jobs_monolithic.py | 2 +- awx/main/tests/licenses.py | 2 +- awx/main/tests/organizations.py | 2 +- awx/main/tests/projects.py | 2 +- awx/main/tests/schedules.py | 2 +- awx/main/tests/scripts.py | 2 +- awx/main/tests/tasks.py | 2 +- awx/main/tests/users.py | 2 +- awx/main/urls.py | 2 +- awx/main/utils.py | 2 +- awx/main/views.py | 2 +- awx/plugins/inventory/awxrest.py | 2 +- awx/settings/__init__.py | 2 +- awx/settings/defaults.py | 2 +- awx/settings/development.py | 2 +- awx/settings/local_settings.py.example | 2 +- awx/settings/production.py | 2 +- awx/urls.py | 2 +- awx/wsgi.py | 2 +- 88 files changed, 88 insertions(+), 88 deletions(-) diff --git a/awx/__init__.py b/awx/__init__.py index 5896ff7c28..f3020f192e 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import os diff --git a/awx/api/__init__.py b/awx/api/__init__.py index 893555cc13..f33d46e6d0 100644 --- a/awx/api/__init__.py +++ b/awx/api/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/api/authentication.py b/awx/api/authentication.py index 23d8c462c6..d21a82a6b4 100644 --- a/awx/api/authentication.py +++ b/awx/api/authentication.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django REST Framework diff --git a/awx/api/filters.py b/awx/api/filters.py index af0060c008..55919b6bb9 100644 --- a/awx/api/filters.py +++ b/awx/api/filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/api/generics.py b/awx/api/generics.py index 41c7de9159..35d6298c03 100644 --- a/awx/api/generics.py +++ b/awx/api/generics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/api/models.py b/awx/api/models.py index 723e380c57..d32afaf83f 100644 --- a/awx/api/models.py +++ b/awx/api/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Empty models file. diff --git a/awx/api/pagination.py b/awx/api/pagination.py index 00764177d8..3154dfb268 100644 --- a/awx/api/pagination.py +++ b/awx/api/pagination.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django REST Framework diff --git a/awx/api/permissions.py b/awx/api/permissions.py index df4d86bcdf..eddce087f4 100644 --- a/awx/api/permissions.py +++ b/awx/api/permissions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/api/renderers.py b/awx/api/renderers.py index b314d5900c..49705e8733 100644 --- a/awx/api/renderers.py +++ b/awx/api/renderers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django REST Framework diff --git a/awx/api/serializers.py b/awx/api/serializers.py index b7f5d69eef..80333a5f35 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/api/tests/__init__.py b/awx/api/tests/__init__.py index 42be9b7339..3ed2a22d7d 100644 --- a/awx/api/tests/__init__.py +++ b/awx/api/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from __future__ import absolute_import diff --git a/awx/api/tests/decorator_paginated.py b/awx/api/tests/decorator_paginated.py index e7b43cd6e2..39444590e7 100644 --- a/awx/api/tests/decorator_paginated.py +++ b/awx/api/tests/decorator_paginated.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import json diff --git a/awx/api/tests/job_tasks.py b/awx/api/tests/job_tasks.py index b76122f422..36c7eb6fb0 100644 --- a/awx/api/tests/job_tasks.py +++ b/awx/api/tests/job_tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf import settings diff --git a/awx/api/urls.py b/awx/api/urls.py index 0351be1ac8..4dfc41d21e 100644 --- a/awx/api/urls.py +++ b/awx/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # noqa diff --git a/awx/api/utils/decorators.py b/awx/api/utils/decorators.py index c0190ad67d..8b25c25baf 100644 --- a/awx/api/utils/decorators.py +++ b/awx/api/utils/decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from ordereddict import OrderedDict diff --git a/awx/api/views.py b/awx/api/views.py index 1584a92f89..68ff0f318e 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -1,5 +1,5 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/devonly.py b/awx/devonly.py index c479250557..45fa9f5d56 100644 --- a/awx/devonly.py +++ b/awx/devonly.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # This file should only be present in a source checkout, and never in a release diff --git a/awx/fact/__init__.py b/awx/fact/__init__.py index cc9b260832..5e6a23a90d 100644 --- a/awx/fact/__init__.py +++ b/awx/fact/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. from __future__ import absolute_import diff --git a/awx/fact/utils/dbtransform.py b/awx/fact/utils/dbtransform.py index 98ce8180c9..f808281d28 100644 --- a/awx/fact/utils/dbtransform.py +++ b/awx/fact/utils/dbtransform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Pymongo diff --git a/awx/lib/__init__.py b/awx/lib/__init__.py index 893555cc13..f33d46e6d0 100644 --- a/awx/lib/__init__.py +++ b/awx/lib/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/lib/compat.py b/awx/lib/compat.py index e7df635237..4fe4e32850 100644 --- a/awx/lib/compat.py +++ b/awx/lib/compat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. ''' diff --git a/awx/main/__init__.py b/awx/main/__init__.py index 893555cc13..f33d46e6d0 100644 --- a/awx/main/__init__.py +++ b/awx/main/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/main/access.py b/awx/main/access.py index a63063469a..f3b9653b76 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/backend.py b/awx/main/backend.py index 082d3543eb..79e8a7a59c 100644 --- a/awx/main/backend.py +++ b/awx/main/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django diff --git a/awx/main/constants.py b/awx/main/constants.py index d4f84af91f..40e286ef59 100644 --- a/awx/main/constants.py +++ b/awx/main/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. CLOUD_PROVIDERS = ('azure', 'ec2', 'gce', 'rax', 'vmware', 'openstack') diff --git a/awx/main/fields.py b/awx/main/fields.py index 683d89ee72..f03e0fb0b3 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django diff --git a/awx/main/ha.py b/awx/main/ha.py index 71b96dd81b..7bf45e806c 100644 --- a/awx/main/ha.py +++ b/awx/main/ha.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf import settings diff --git a/awx/main/management/__init__.py b/awx/main/management/__init__.py index 893555cc13..f33d46e6d0 100644 --- a/awx/main/management/__init__.py +++ b/awx/main/management/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/main/management/commands/__init__.py b/awx/main/management/commands/__init__.py index 893555cc13..f33d46e6d0 100644 --- a/awx/main/management/commands/__init__.py +++ b/awx/main/management/commands/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/main/management/commands/_base_instance.py b/awx/main/management/commands/_base_instance.py index cf2a481b96..e980f46132 100644 --- a/awx/main/management/commands/_base_instance.py +++ b/awx/main/management/commands/_base_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from optparse import make_option diff --git a/awx/main/management/commands/cleanup_activitystream.py b/awx/main/management/commands/cleanup_activitystream.py index caf7ac51b6..7584a628e8 100644 --- a/awx/main/management/commands/cleanup_activitystream.py +++ b/awx/main/management/commands/cleanup_activitystream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 0f8bcc7188..0897b7fd46 100644 --- a/awx/main/management/commands/cleanup_deleted.py +++ b/awx/main/management/commands/cleanup_deleted.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 ad34d09a82..eeb7b70865 100644 --- a/awx/main/management/commands/cleanup_jobs.py +++ b/awx/main/management/commands/cleanup_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 0b4e13414e..8090d5e5bf 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/management/commands/list_instances.py b/awx/main/management/commands/list_instances.py index 93fbc64414..08ccc928ca 100644 --- a/awx/main/management/commands/list_instances.py +++ b/awx/main/management/commands/list_instances.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from awx.main.management.commands._base_instance import BaseCommandInstance diff --git a/awx/main/management/commands/register_instance.py b/awx/main/management/commands/register_instance.py index 8e1eabe2bb..5072f5195e 100644 --- a/awx/main/management/commands/register_instance.py +++ b/awx/main/management/commands/register_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from django.core.management.base import CommandError diff --git a/awx/main/management/commands/remove_instance.py b/awx/main/management/commands/remove_instance.py index 80f06a8ea6..bcbd757b41 100644 --- a/awx/main/management/commands/remove_instance.py +++ b/awx/main/management/commands/remove_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from django.core.management.base import CommandError diff --git a/awx/main/management/commands/run_callback_receiver.py b/awx/main/management/commands/run_callback_receiver.py index 8205e23685..4eb8745b31 100644 --- a/awx/main/management/commands/run_callback_receiver.py +++ b/awx/main/management/commands/run_callback_receiver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/management/commands/run_socketio_service.py b/awx/main/management/commands/run_socketio_service.py index 5faa4a428d..b395706505 100644 --- a/awx/main/management/commands/run_socketio_service.py +++ b/awx/main/management/commands/run_socketio_service.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/management/commands/run_task_system.py b/awx/main/management/commands/run_task_system.py index f1f32bb590..d49dbf1669 100644 --- a/awx/main/management/commands/run_task_system.py +++ b/awx/main/management/commands/run_task_system.py @@ -1,4 +1,4 @@ -#Copyright (c) 2014 Ansible, Inc. +#Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/management/commands/stats.py b/awx/main/management/commands/stats.py index 1cfa9cccd9..68b5ceef00 100644 --- a/awx/main/management/commands/stats.py +++ b/awx/main/management/commands/stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from optparse import make_option diff --git a/awx/main/management/commands/update_instance.py b/awx/main/management/commands/update_instance.py index d5c283641c..28267ef2ea 100644 --- a/awx/main/management/commands/update_instance.py +++ b/awx/main/management/commands/update_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from django.core.management.base import CommandError diff --git a/awx/main/management/commands/user_info.py b/awx/main/management/commands/user_info.py index 3add3eb4e7..b6bb455349 100644 --- a/awx/main/management/commands/user_info.py +++ b/awx/main/management/commands/user_info.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved diff --git a/awx/main/managers.py b/awx/main/managers.py index 442792258e..951b44bd05 100644 --- a/awx/main/managers.py +++ b/awx/main/managers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import sys diff --git a/awx/main/middleware.py b/awx/main/middleware.py index a2f1298fa3..b32ce932cb 100644 --- a/awx/main/middleware.py +++ b/awx/main/middleware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import logging diff --git a/awx/main/migrations/0001_v12b1_initial.py b/awx/main/migrations/0001_v12b1_initial.py index 3013e8176b..d67ccc4bf6 100644 --- a/awx/main/migrations/0001_v12b1_initial.py +++ b/awx/main/migrations/0001_v12b1_initial.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2015 AnsibleWorks, Inc. # All Rights Reserved. import datetime diff --git a/awx/main/migrations/__init__.py b/awx/main/migrations/__init__.py index bfec7ec6ea..92fefa8cda 100644 --- a/awx/main/migrations/__init__.py +++ b/awx/main/migrations/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2013 AnsibleWorks, Inc. +# Copyright (c) 2015 AnsibleWorks, Inc. # All Rights Reserved. diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index b7d57212de..b8ea0271f8 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django diff --git a/awx/main/models/activity_stream.py b/awx/main/models/activity_stream.py index bbf5a76925..ce006df066 100644 --- a/awx/main/models/activity_stream.py +++ b/awx/main/models/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django diff --git a/awx/main/models/base.py b/awx/main/models/base.py index da76af7688..a085049771 100644 --- a/awx/main/models/base.py +++ b/awx/main/models/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/credential.py b/awx/main/models/credential.py index be3903ccaa..a8404e9f51 100644 --- a/awx/main/models/credential.py +++ b/awx/main/models/credential.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/ha.py b/awx/main/models/ha.py index 6f20acd44e..3725e6afe5 100644 --- a/awx/main/models/ha.py +++ b/awx/main/models/ha.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import functools diff --git a/awx/main/models/inventory.py b/awx/main/models/inventory.py index 61d187735b..41137e9840 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/jobs.py b/awx/main/models/jobs.py index 53dcdad818..d03ac25174 100644 --- a/awx/main/models/jobs.py +++ b/awx/main/models/jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/organization.py b/awx/main/models/organization.py index 2ee5cd4eb6..5f1c0c03d2 100644 --- a/awx/main/models/organization.py +++ b/awx/main/models/organization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/projects.py b/awx/main/models/projects.py index a762206476..f72ffab2bc 100644 --- a/awx/main/models/projects.py +++ b/awx/main/models/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/models/schedules.py b/awx/main/models/schedules.py index 2d463461bc..6cd3d1e547 100644 --- a/awx/main/models/schedules.py +++ b/awx/main/models/schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import re diff --git a/awx/main/models/unified_jobs.py b/awx/main/models/unified_jobs.py index f2ea8e4a9b..2dfe445e08 100644 --- a/awx/main/models/unified_jobs.py +++ b/awx/main/models/unified_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/queue.py b/awx/main/queue.py index 4eef121494..9b0b1f60b3 100644 --- a/awx/main/queue.py +++ b/awx/main/queue.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import json diff --git a/awx/main/registrar.py b/awx/main/registrar.py index d5f4dad030..8e48732974 100644 --- a/awx/main/registrar.py +++ b/awx/main/registrar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import logging diff --git a/awx/main/signals.py b/awx/main/signals.py index 9265d0024e..61cb34b310 100644 --- a/awx/main/signals.py +++ b/awx/main/signals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/socket.py b/awx/main/socket.py index 87995cd3c9..b2b78396fa 100644 --- a/awx/main/socket.py +++ b/awx/main/socket.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014, Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import os diff --git a/awx/main/storage.py b/awx/main/storage.py index 1093f7b951..c0504b4cc0 100644 --- a/awx/main/storage.py +++ b/awx/main/storage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import base64 diff --git a/awx/main/tasks.py b/awx/main/tasks.py index b87eeb99f4..174900a984 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/__init__.py b/awx/main/tests/__init__.py index 5eb66d1ebd..069b9915f1 100644 --- a/awx/main/tests/__init__.py +++ b/awx/main/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. from awx.main.tests.organizations import OrganizationsTest # noqa diff --git a/awx/main/tests/activity_stream.py b/awx/main/tests/activity_stream.py index c6a176a536..f7c0ebfeac 100644 --- a/awx/main/tests/activity_stream.py +++ b/awx/main/tests/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/base.py b/awx/main/tests/base.py index c9dbd34c2b..e4bd741738 100644 --- a/awx/main/tests/base.py +++ b/awx/main/tests/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/commands/commands_monolithic.py b/awx/main/tests/commands/commands_monolithic.py index 1ee6c33bb1..616239f736 100644 --- a/awx/main/tests/commands/commands_monolithic.py +++ b/awx/main/tests/commands/commands_monolithic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/inventory.py b/awx/main/tests/inventory.py index edb14a5850..b1ef7f26e6 100644 --- a/awx/main/tests/inventory.py +++ b/awx/main/tests/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/jobs/jobs_monolithic.py b/awx/main/tests/jobs/jobs_monolithic.py index 704231ceb6..76acc0f9fe 100644 --- a/awx/main/tests/jobs/jobs_monolithic.py +++ b/awx/main/tests/jobs/jobs_monolithic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/licenses.py b/awx/main/tests/licenses.py index 14e537240f..93e1a50ee2 100644 --- a/awx/main/tests/licenses.py +++ b/awx/main/tests/licenses.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import json diff --git a/awx/main/tests/organizations.py b/awx/main/tests/organizations.py index 5a93443220..c8dacc87bc 100644 --- a/awx/main/tests/organizations.py +++ b/awx/main/tests/organizations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. from django.core.urlresolvers import reverse diff --git a/awx/main/tests/projects.py b/awx/main/tests/projects.py index 0f3fecd771..7fe6796847 100644 --- a/awx/main/tests/projects.py +++ b/awx/main/tests/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/schedules.py b/awx/main/tests/schedules.py index 157bab3c89..3c22771cd3 100644 --- a/awx/main/tests/schedules.py +++ b/awx/main/tests/schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/scripts.py b/awx/main/tests/scripts.py index 25a1cb07a0..762fc899bd 100644 --- a/awx/main/tests/scripts.py +++ b/awx/main/tests/scripts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/tasks.py b/awx/main/tests/tasks.py index 0ef05567b3..f268907694 100644 --- a/awx/main/tests/tasks.py +++ b/awx/main/tests/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/tests/users.py b/awx/main/tests/users.py index 3de0658beb..d5b34aae13 100644 --- a/awx/main/tests/users.py +++ b/awx/main/tests/users.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/urls.py b/awx/main/urls.py index 6ea095c1e6..4159f53c05 100644 --- a/awx/main/urls.py +++ b/awx/main/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. from django.conf.urls import patterns diff --git a/awx/main/utils.py b/awx/main/utils.py index f980722804..714362b1a2 100644 --- a/awx/main/utils.py +++ b/awx/main/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Python diff --git a/awx/main/views.py b/awx/main/views.py index e402347746..d2befb4dff 100644 --- a/awx/main/views.py +++ b/awx/main/views.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Django diff --git a/awx/plugins/inventory/awxrest.py b/awx/plugins/inventory/awxrest.py index 2ab30dedd4..8a73d0dd74 100755 --- a/awx/plugins/inventory/awxrest.py +++ b/awx/plugins/inventory/awxrest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 893555cc13..f33d46e6d0 100644 --- a/awx/settings/__init__.py +++ b/awx/settings/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 7b7d4fa0e7..52a86ed95c 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. import os diff --git a/awx/settings/development.py b/awx/settings/development.py index abc983af73..71ddb9c078 100644 --- a/awx/settings/development.py +++ b/awx/settings/development.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 50a95e1728..58a6801a17 100644 --- a/awx/settings/local_settings.py.example +++ b/awx/settings/local_settings.py.example @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly 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 2552d91ce6..6ce1ebb70c 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. # Production settings for AWX project. diff --git a/awx/urls.py b/awx/urls.py index 0ed703c936..650920174a 100644 --- a/awx/urls.py +++ b/awx/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. from django.conf.urls import url, patterns, include diff --git a/awx/wsgi.py b/awx/wsgi.py index d616c04004..dd1f8ec522 100644 --- a/awx/wsgi.py +++ b/awx/wsgi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) # All Rights Reserved. """