From 32d1c0e4dbebbd2a649bf43cf55c4e7813e260c0 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 11 Jun 2015 16:05:30 -0400 Subject: [PATCH] fixed copyright date --- .gitignore | 4 ++++ 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/license.py | 2 +- awx/api/management/commands/uses_mongo.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/management/__init__.py | 2 +- awx/fact/management/commands/__init__.py | 2 +- .../management/commands/workload_generator.py | 2 +- awx/fact/models/__init__.py | 2 +- awx/fact/models/fact.py | 2 +- awx/fact/tests/__init__.py | 2 +- awx/fact/tests/base.py | 2 +- awx/fact/tests/models/__init__.py | 2 +- awx/fact/tests/models/fact/__init__.py | 2 +- .../models/fact/fact_get_single_facts.py | 2 +- awx/fact/tests/models/fact/fact_simple.py | 2 +- awx/fact/tests/models/fact/fact_transform.py | 2 +- .../models/fact/fact_transform_pymongo.py | 2 +- awx/fact/tests/utils/__init__.py | 2 +- awx/fact/tests/utils/dbtransform.py | 2 +- awx/fact/utils/__init__.py | 2 +- awx/fact/utils/connection.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 +- .../management/commands/_base_instance.py | 2 +- .../commands/cleanup_activitystream.py | 2 +- .../management/commands/cleanup_deleted.py | 2 +- awx/main/management/commands/cleanup_facts.py | 2 +- awx/main/management/commands/cleanup_jobs.py | 2 +- .../management/commands/create_default_org.py | 2 +- .../management/commands/inventory_import.py | 2 +- .../management/commands/list_instances.py | 2 +- .../management/commands/register_instance.py | 2 +- .../management/commands/remove_instance.py | 2 +- .../commands/run_callback_receiver.py | 2 +- .../commands/run_fact_cache_receiver.py | 2 +- .../commands/run_socketio_service.py | 2 +- .../management/commands/run_task_system.py | 2 +- awx/main/management/commands/stats.py | 2 +- .../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/ad_hoc_commands.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/ad_hoc.py | 2 +- awx/main/tests/base.py | 2 +- awx/main/tests/commands/__init__.py | 2 +- awx/main/tests/commands/base.py | 2 +- awx/main/tests/commands/cleanup_facts.py | 2 +- .../tests/commands/commands_monolithic.py | 2 +- .../tests/commands/run_fact_cache_receiver.py | 2 +- awx/main/tests/fact/__init__.py | 2 +- awx/main/tests/fact/fact_api.py | 2 +- awx/main/tests/ha.py | 2 +- awx/main/tests/inventory.py | 2 +- awx/main/tests/jobs/__init__.py | 2 +- awx/main/tests/jobs/job_launch.py | 2 +- awx/main/tests/jobs/jobs_monolithic.py | 2 +- awx/main/tests/jobs/start_cancel.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/unified_jobs.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/callback/job_event_callback.py | 2 +- awx/plugins/fact_caching/tower.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/development_quiet.py | 2 +- awx/settings/production.py | 2 +- awx/ui/__init__.py | 2 +- awx/ui/context_processors.py | 2 +- awx/ui/models.py | 2 +- awx/ui/static/js/controllers/License.js | 2 +- awx/ui/static/less/angular-scheduler.less | 2 +- awx/ui/static/less/animations.less | 20 +++++++++---------- awx/ui/static/less/ansible-ui.less | 2 +- awx/ui/static/less/breadcrumbs.less | 2 +- awx/ui/static/less/codemirror.less | 4 +--- awx/ui/static/less/dashboard.less | 2 +- awx/ui/static/less/event-viewer.less | 2 +- awx/ui/static/less/inventory-edit.less | 2 +- awx/ui/static/less/jPushMenu.less | 2 +- awx/ui/static/less/job-details.less | 2 +- awx/ui/static/less/jobs.less | 2 +- awx/ui/static/less/jquery-ui-overrides.less | 2 +- awx/ui/static/less/lists.less | 2 +- awx/ui/static/less/log-viewer.less | 10 +++++----- awx/ui/static/less/main-layout.less | 2 +- awx/ui/static/less/portal.less | 2 +- awx/ui/static/less/stdout.less | 2 +- awx/ui/static/less/survey-maker.less | 2 +- awx/ui/static/lib/angular-scheduler/LICENSE | 2 +- .../lib/angular-scheduler-detail.html | 2 +- .../lib/angular-scheduler.css | 2 +- .../lib/angular-scheduler.html | 2 +- .../lib/angular-scheduler.js | 2 +- .../lib/angular-tz-extensions.js | 2 +- awx/ui/tests.py | 2 +- awx/ui/tests/e2e/CheckLicense.js | 2 +- awx/ui/urls.py | 2 +- awx/ui/views.py | 2 +- awx/urls.py | 2 +- awx/wsgi.py | 2 +- manage.py | 2 +- setup.py | 2 +- tools/docker/local_settings.py | 2 +- tools/sosreport/tower.py | 2 +- 162 files changed, 178 insertions(+), 176 deletions(-) diff --git a/.gitignore b/.gitignore index 26becf1bf1..bb1e6b97bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Tags +.tags +.tags1 + # Tower awx/settings/local_settings.py* awx/*.sqlite3 diff --git a/awx/__init__.py b/awx/__init__.py index f3020f192e..7454cf3beb 100644 --- a/awx/__init__.py +++ b/awx/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import os diff --git a/awx/api/__init__.py b/awx/api/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/api/__init__.py +++ b/awx/api/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/api/authentication.py b/awx/api/authentication.py index d21a82a6b4..f0bcef9e4d 100644 --- a/awx/api/authentication.py +++ b/awx/api/authentication.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/filters.py b/awx/api/filters.py index 39f56cbc13..bc3f05d37c 100644 --- a/awx/api/filters.py +++ b/awx/api/filters.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/api/generics.py b/awx/api/generics.py index 35d6298c03..2628ce2400 100644 --- a/awx/api/generics.py +++ b/awx/api/generics.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/api/license.py b/awx/api/license.py index 91a71e8485..acdc508614 100644 --- a/awx/api/license.py +++ b/awx/api/license.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from rest_framework.exceptions import APIException diff --git a/awx/api/management/commands/uses_mongo.py b/awx/api/management/commands/uses_mongo.py index 4c00c33ffe..fae7a77c34 100644 --- a/awx/api/management/commands/uses_mongo.py +++ b/awx/api/management/commands/uses_mongo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved import sys diff --git a/awx/api/models.py b/awx/api/models.py index d32afaf83f..33cc349cf4 100644 --- a/awx/api/models.py +++ b/awx/api/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Empty models file. diff --git a/awx/api/pagination.py b/awx/api/pagination.py index 3154dfb268..ac8ba62123 100644 --- a/awx/api/pagination.py +++ b/awx/api/pagination.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/permissions.py b/awx/api/permissions.py index eddce087f4..95b640f72f 100644 --- a/awx/api/permissions.py +++ b/awx/api/permissions.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/api/renderers.py b/awx/api/renderers.py index 49705e8733..5f3eee81db 100644 --- a/awx/api/renderers.py +++ b/awx/api/renderers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django REST Framework diff --git a/awx/api/serializers.py b/awx/api/serializers.py index 60d1ba7866..871eb88f4c 100644 --- a/awx/api/serializers.py +++ b/awx/api/serializers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/api/tests/__init__.py b/awx/api/tests/__init__.py index 3519ddae08..3ed2a22d7d 100644 --- a/awx/api/tests/__init__.py +++ b/awx/api/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 715cfa4147..39444590e7 100644 --- a/awx/api/tests/decorator_paginated.py +++ b/awx/api/tests/decorator_paginated.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 ced8d41858..36c7eb6fb0 100644 --- a/awx/api/tests/job_tasks.py +++ b/awx/api/tests/job_tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 830c79bac9..e2b4508e9f 100644 --- a/awx/api/urls.py +++ b/awx/api/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # noqa diff --git a/awx/api/utils/decorators.py b/awx/api/utils/decorators.py index fc52a18e21..8b25c25baf 100644 --- a/awx/api/utils/decorators.py +++ b/awx/api/utils/decorators.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 d6fb88a07f..2f1207b692 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -1,5 +1,5 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/devonly.py b/awx/devonly.py index 45fa9f5d56..014b64aab0 100644 --- a/awx/devonly.py +++ b/awx/devonly.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 a0aead907d..3675b59957 100644 --- a/awx/fact/__init__.py +++ b/awx/fact/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from __future__ import absolute_import diff --git a/awx/fact/management/__init__.py b/awx/fact/management/__init__.py index da8c037fa7..3a75c16036 100644 --- a/awx/fact/management/__init__.py +++ b/awx/fact/management/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved diff --git a/awx/fact/management/commands/__init__.py b/awx/fact/management/commands/__init__.py index da8c037fa7..3a75c16036 100644 --- a/awx/fact/management/commands/__init__.py +++ b/awx/fact/management/commands/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved diff --git a/awx/fact/management/commands/workload_generator.py b/awx/fact/management/commands/workload_generator.py index 4a74214534..1fa3480a1e 100644 --- a/awx/fact/management/commands/workload_generator.py +++ b/awx/fact/management/commands/workload_generator.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/models/__init__.py b/awx/fact/models/__init__.py index 8f4c3af2b2..049720a11a 100644 --- a/awx/fact/models/__init__.py +++ b/awx/fact/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/fact/models/fact.py b/awx/fact/models/fact.py index 2ec6a8e6a0..c4eaf800a6 100644 --- a/awx/fact/models/fact.py +++ b/awx/fact/models/fact.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from mongoengine.base import BaseField diff --git a/awx/fact/tests/__init__.py b/awx/fact/tests/__init__.py index a1c2e13578..d276b01707 100644 --- a/awx/fact/tests/__init__.py +++ b/awx/fact/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/fact/tests/base.py b/awx/fact/tests/base.py index aaa90cf376..ff46164bf9 100644 --- a/awx/fact/tests/base.py +++ b/awx/fact/tests/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/tests/models/__init__.py b/awx/fact/tests/models/__init__.py index 8f4c3af2b2..049720a11a 100644 --- a/awx/fact/tests/models/__init__.py +++ b/awx/fact/tests/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/fact/tests/models/fact/__init__.py b/awx/fact/tests/models/fact/__init__.py index 0b0585b16c..bdb0d01136 100644 --- a/awx/fact/tests/models/fact/__init__.py +++ b/awx/fact/tests/models/fact/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/fact/tests/models/fact/fact_get_single_facts.py b/awx/fact/tests/models/fact/fact_get_single_facts.py index 2649a62b0f..ef1d4befa9 100644 --- a/awx/fact/tests/models/fact/fact_get_single_facts.py +++ b/awx/fact/tests/models/fact/fact_get_single_facts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/tests/models/fact/fact_simple.py b/awx/fact/tests/models/fact/fact_simple.py index 8914d9f2f4..587fbf736e 100644 --- a/awx/fact/tests/models/fact/fact_simple.py +++ b/awx/fact/tests/models/fact/fact_simple.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/tests/models/fact/fact_transform.py b/awx/fact/tests/models/fact/fact_transform.py index 1f4d95f128..82c27fae9c 100644 --- a/awx/fact/tests/models/fact/fact_transform.py +++ b/awx/fact/tests/models/fact/fact_transform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/tests/models/fact/fact_transform_pymongo.py b/awx/fact/tests/models/fact/fact_transform_pymongo.py index 86385abb63..ac7c329980 100644 --- a/awx/fact/tests/models/fact/fact_transform_pymongo.py +++ b/awx/fact/tests/models/fact/fact_transform_pymongo.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/fact/tests/utils/__init__.py b/awx/fact/tests/utils/__init__.py index 3ed69dafe8..80e83d4661 100644 --- a/awx/fact/tests/utils/__init__.py +++ b/awx/fact/tests/utils/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/fact/tests/utils/dbtransform.py b/awx/fact/tests/utils/dbtransform.py index 268c7779fb..97bfad9c65 100644 --- a/awx/fact/tests/utils/dbtransform.py +++ b/awx/fact/tests/utils/dbtransform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # AWX diff --git a/awx/fact/utils/__init__.py b/awx/fact/utils/__init__.py index da8c037fa7..3a75c16036 100644 --- a/awx/fact/utils/__init__.py +++ b/awx/fact/utils/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved diff --git a/awx/fact/utils/connection.py b/awx/fact/utils/connection.py index 100caccf0a..75fe897b3b 100644 --- a/awx/fact/utils/connection.py +++ b/awx/fact/utils/connection.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf import settings diff --git a/awx/fact/utils/dbtransform.py b/awx/fact/utils/dbtransform.py index 3ba4d6322d..f808281d28 100644 --- a/awx/fact/utils/dbtransform.py +++ b/awx/fact/utils/dbtransform.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Pymongo diff --git a/awx/lib/__init__.py b/awx/lib/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/lib/__init__.py +++ b/awx/lib/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/lib/compat.py b/awx/lib/compat.py index 4fe4e32850..fb686dd11c 100644 --- a/awx/lib/compat.py +++ b/awx/lib/compat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. ''' diff --git a/awx/main/__init__.py b/awx/main/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/main/__init__.py +++ b/awx/main/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/main/access.py b/awx/main/access.py index 15e2deebc1..48d0260f09 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/backend.py b/awx/main/backend.py index 537c1f33dc..ad789af9fc 100644 --- a/awx/main/backend.py +++ b/awx/main/backend.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/main/constants.py b/awx/main/constants.py index 40e286ef59..64f6265569 100644 --- a/awx/main/constants.py +++ b/awx/main/constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 f03e0fb0b3..0c4ee95ec7 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/main/ha.py b/awx/main/ha.py index f17fbf3167..7bf45e806c 100644 --- a/awx/main/ha.py +++ b/awx/main/ha.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 f33d46e6d0..e484e62be1 100644 --- a/awx/main/management/__init__.py +++ b/awx/main/management/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/main/management/commands/__init__.py b/awx/main/management/commands/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/main/management/commands/__init__.py +++ b/awx/main/management/commands/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/main/management/commands/_base_instance.py b/awx/main/management/commands/_base_instance.py index 2f8878f055..e980f46132 100644 --- a/awx/main/management/commands/_base_instance.py +++ b/awx/main/management/commands/_base_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 7584a628e8..f4803d2d84 100644 --- a/awx/main/management/commands/cleanup_activitystream.py +++ b/awx/main/management/commands/cleanup_activitystream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/cleanup_deleted.py b/awx/main/management/commands/cleanup_deleted.py index 1a32c3a0d9..8fc546280b 100644 --- a/awx/main/management/commands/cleanup_deleted.py +++ b/awx/main/management/commands/cleanup_deleted.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/cleanup_facts.py b/awx/main/management/commands/cleanup_facts.py index 709b73066e..11d5d88996 100644 --- a/awx/main/management/commands/cleanup_facts.py +++ b/awx/main/management/commands/cleanup_facts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/management/commands/cleanup_jobs.py b/awx/main/management/commands/cleanup_jobs.py index eeb7b70865..777d21204f 100644 --- a/awx/main/management/commands/cleanup_jobs.py +++ b/awx/main/management/commands/cleanup_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/create_default_org.py b/awx/main/management/commands/create_default_org.py index 0fa57424f4..a6fb99f826 100644 --- a/awx/main/management/commands/create_default_org.py +++ b/awx/main/management/commands/create_default_org.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from django.core.management.base import BaseCommand diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index 8090d5e5bf..101949045f 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/list_instances.py b/awx/main/management/commands/list_instances.py index 482588a3d9..08ccc928ca 100644 --- a/awx/main/management/commands/list_instances.py +++ b/awx/main/management/commands/list_instances.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 abfcdf133b..5072f5195e 100644 --- a/awx/main/management/commands/register_instance.py +++ b/awx/main/management/commands/register_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 2f6df46062..bcbd757b41 100644 --- a/awx/main/management/commands/remove_instance.py +++ b/awx/main/management/commands/remove_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 4eb8745b31..e8566c4f6c 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) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/management/commands/run_fact_cache_receiver.py b/awx/main/management/commands/run_fact_cache_receiver.py index ce3b1396be..8fce98ed1e 100644 --- a/awx/main/management/commands/run_fact_cache_receiver.py +++ b/awx/main/management/commands/run_fact_cache_receiver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved import logging diff --git a/awx/main/management/commands/run_socketio_service.py b/awx/main/management/commands/run_socketio_service.py index b395706505..4a2ff900a1 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) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 fef4a6f6da..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) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 41bdedc2bf..68b5ceef00 100644 --- a/awx/main/management/commands/stats.py +++ b/awx/main/management/commands/stats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 4183feec03..cd3e53f711 100644 --- a/awx/main/management/commands/update_instance.py +++ b/awx/main/management/commands/update_instance.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 5d10ed04c2..b6bb455349 100644 --- a/awx/main/management/commands/user_info.py +++ b/awx/main/management/commands/user_info.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved diff --git a/awx/main/managers.py b/awx/main/managers.py index 0f0edbf2e5..951b44bd05 100644 --- a/awx/main/managers.py +++ b/awx/main/managers.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import sys diff --git a/awx/main/middleware.py b/awx/main/middleware.py index c830b240bb..b32ce932cb 100644 --- a/awx/main/middleware.py +++ b/awx/main/middleware.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 b34e0c9ea4..cc6e9f4342 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) 2015 Ansible, Inc. (formerly Ansibleworks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import datetime diff --git a/awx/main/migrations/__init__.py b/awx/main/migrations/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/main/migrations/__init__.py +++ b/awx/main/migrations/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/main/models/__init__.py b/awx/main/models/__init__.py index b8ea0271f8..2926e7cf28 100644 --- a/awx/main/models/__init__.py +++ b/awx/main/models/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/main/models/activity_stream.py b/awx/main/models/activity_stream.py index ce006df066..b695831ada 100644 --- a/awx/main/models/activity_stream.py +++ b/awx/main/models/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/main/models/ad_hoc_commands.py b/awx/main/models/ad_hoc_commands.py index faf37a366a..80520cdb1e 100644 --- a/awx/main/models/ad_hoc_commands.py +++ b/awx/main/models/ad_hoc_commands.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/base.py b/awx/main/models/base.py index a085049771..27df355652 100644 --- a/awx/main/models/base.py +++ b/awx/main/models/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/credential.py b/awx/main/models/credential.py index 851a31e47d..5530c4670d 100644 --- a/awx/main/models/credential.py +++ b/awx/main/models/credential.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/ha.py b/awx/main/models/ha.py index 39c98d2a30..3725e6afe5 100644 --- a/awx/main/models/ha.py +++ b/awx/main/models/ha.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, 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 152f38cd8c..2a10afe48f 100644 --- a/awx/main/models/inventory.py +++ b/awx/main/models/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/jobs.py b/awx/main/models/jobs.py index d03ac25174..ab86d35023 100644 --- a/awx/main/models/jobs.py +++ b/awx/main/models/jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/organization.py b/awx/main/models/organization.py index 5f1c0c03d2..3e78744ab6 100644 --- a/awx/main/models/organization.py +++ b/awx/main/models/organization.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/projects.py b/awx/main/models/projects.py index f72ffab2bc..de894c6c7a 100644 --- a/awx/main/models/projects.py +++ b/awx/main/models/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/models/schedules.py b/awx/main/models/schedules.py index 6cd3d1e547..fbde23d07a 100644 --- a/awx/main/models/schedules.py +++ b/awx/main/models/schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import re diff --git a/awx/main/models/unified_jobs.py b/awx/main/models/unified_jobs.py index 2dfe445e08..a04ac2bdb0 100644 --- a/awx/main/models/unified_jobs.py +++ b/awx/main/models/unified_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/queue.py b/awx/main/queue.py index 32c21cc5b7..9b0b1f60b3 100644 --- a/awx/main/queue.py +++ b/awx/main/queue.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import json diff --git a/awx/main/registrar.py b/awx/main/registrar.py index 8e48732974..6d01ec8d2d 100644 --- a/awx/main/registrar.py +++ b/awx/main/registrar.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import logging diff --git a/awx/main/signals.py b/awx/main/signals.py index 61cb34b310..2f426b74b3 100644 --- a/awx/main/signals.py +++ b/awx/main/signals.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/socket.py b/awx/main/socket.py index 4ea3516233..b2b78396fa 100644 --- a/awx/main/socket.py +++ b/awx/main/socket.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import os diff --git a/awx/main/storage.py b/awx/main/storage.py index c0504b4cc0..bf810b21cd 100644 --- a/awx/main/storage.py +++ b/awx/main/storage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import base64 diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 9046048fa4..63e7056750 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/__init__.py b/awx/main/tests/__init__.py index 069b9915f1..d2556c3a35 100644 --- a/awx/main/tests/__init__.py +++ b/awx/main/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 f7c0ebfeac..9798695954 100644 --- a/awx/main/tests/activity_stream.py +++ b/awx/main/tests/activity_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/ad_hoc.py b/awx/main/tests/ad_hoc.py index 614eee8946..957cd7c084 100644 --- a/awx/main/tests/ad_hoc.py +++ b/awx/main/tests/ad_hoc.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/base.py b/awx/main/tests/base.py index e4bd741738..84bbb8082d 100644 --- a/awx/main/tests/base.py +++ b/awx/main/tests/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/commands/__init__.py b/awx/main/tests/commands/__init__.py index 1ad61f86b4..7626f0f739 100644 --- a/awx/main/tests/commands/__init__.py +++ b/awx/main/tests/commands/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/main/tests/commands/base.py b/awx/main/tests/commands/base.py index 778785ac4f..2f1d795d27 100644 --- a/awx/main/tests/commands/base.py +++ b/awx/main/tests/commands/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/commands/cleanup_facts.py b/awx/main/tests/commands/cleanup_facts.py index 53f4b29187..d6f0bd0b97 100644 --- a/awx/main/tests/commands/cleanup_facts.py +++ b/awx/main/tests/commands/cleanup_facts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/commands/commands_monolithic.py b/awx/main/tests/commands/commands_monolithic.py index 0e4d0d11c0..233af5dcad 100644 --- a/awx/main/tests/commands/commands_monolithic.py +++ b/awx/main/tests/commands/commands_monolithic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/commands/run_fact_cache_receiver.py b/awx/main/tests/commands/run_fact_cache_receiver.py index 19a2d65a10..13f150a9b5 100644 --- a/awx/main/tests/commands/run_fact_cache_receiver.py +++ b/awx/main/tests/commands/run_fact_cache_receiver.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/fact/__init__.py b/awx/main/tests/fact/__init__.py index 100ecbc862..234499d6e9 100644 --- a/awx/main/tests/fact/__init__.py +++ b/awx/main/tests/fact/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/main/tests/fact/fact_api.py b/awx/main/tests/fact/fact_api.py index 343eede24d..7447f04e6d 100644 --- a/awx/main/tests/fact/fact_api.py +++ b/awx/main/tests/fact/fact_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/ha.py b/awx/main/tests/ha.py index 361fc4af73..968909a0d7 100644 --- a/awx/main/tests/ha.py +++ b/awx/main/tests/ha.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # Python import mock diff --git a/awx/main/tests/inventory.py b/awx/main/tests/inventory.py index b636330669..070388871c 100644 --- a/awx/main/tests/inventory.py +++ b/awx/main/tests/inventory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/jobs/__init__.py b/awx/main/tests/jobs/__init__.py index c789e6f19b..bf5eedafe7 100644 --- a/awx/main/tests/jobs/__init__.py +++ b/awx/main/tests/jobs/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved from __future__ import absolute_import diff --git a/awx/main/tests/jobs/job_launch.py b/awx/main/tests/jobs/job_launch.py index 1e61aa611b..b0a0a35abe 100644 --- a/awx/main/tests/jobs/job_launch.py +++ b/awx/main/tests/jobs/job_launch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/jobs/jobs_monolithic.py b/awx/main/tests/jobs/jobs_monolithic.py index 386696c73f..f6b96270c8 100644 --- a/awx/main/tests/jobs/jobs_monolithic.py +++ b/awx/main/tests/jobs/jobs_monolithic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/jobs/start_cancel.py b/awx/main/tests/jobs/start_cancel.py index 734e650186..8aae66b402 100644 --- a/awx/main/tests/jobs/start_cancel.py +++ b/awx/main/tests/jobs/start_cancel.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/licenses.py b/awx/main/tests/licenses.py index f6c577deb4..6703db54cd 100644 --- a/awx/main/tests/licenses.py +++ b/awx/main/tests/licenses.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import json diff --git a/awx/main/tests/organizations.py b/awx/main/tests/organizations.py index c8dacc87bc..cb238a4f79 100644 --- a/awx/main/tests/organizations.py +++ b/awx/main/tests/organizations.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 7fe6796847..3d4ce08b5d 100644 --- a/awx/main/tests/projects.py +++ b/awx/main/tests/projects.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/schedules.py b/awx/main/tests/schedules.py index 3c22771cd3..a0ac11bb68 100644 --- a/awx/main/tests/schedules.py +++ b/awx/main/tests/schedules.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/scripts.py b/awx/main/tests/scripts.py index 762fc899bd..459070a868 100644 --- a/awx/main/tests/scripts.py +++ b/awx/main/tests/scripts.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/tasks.py b/awx/main/tests/tasks.py index f268907694..a14b6d02a7 100644 --- a/awx/main/tests/tasks.py +++ b/awx/main/tests/tasks.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/tests/unified_jobs.py b/awx/main/tests/unified_jobs.py index bd2a59ca5b..607feeec4e 100644 --- a/awx/main/tests/unified_jobs.py +++ b/awx/main/tests/unified_jobs.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved # Python diff --git a/awx/main/tests/users.py b/awx/main/tests/users.py index 329eafcc14..e0456fdc10 100644 --- a/awx/main/tests/users.py +++ b/awx/main/tests/users.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/urls.py b/awx/main/urls.py index 4159f53c05..c585d479dd 100644 --- a/awx/main/urls.py +++ b/awx/main/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf.urls import patterns diff --git a/awx/main/utils.py b/awx/main/utils.py index d095a27d30..1c61dfd8ae 100644 --- a/awx/main/utils.py +++ b/awx/main/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/main/views.py b/awx/main/views.py index d2befb4dff..eda97590a5 100644 --- a/awx/main/views.py +++ b/awx/main/views.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/plugins/callback/job_event_callback.py b/awx/plugins/callback/job_event_callback.py index ffd3ed5b78..81f4a00b92 100644 --- a/awx/plugins/callback/job_event_callback.py +++ b/awx/plugins/callback/job_event_callback.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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/fact_caching/tower.py b/awx/plugins/fact_caching/tower.py index 8e80280afd..eaa404e744 100755 --- a/awx/plugins/fact_caching/tower.py +++ b/awx/plugins/fact_caching/tower.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 8a73d0dd74..9aec595eff 100755 --- a/awx/plugins/inventory/awxrest.py +++ b/awx/plugins/inventory/awxrest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, 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 f33d46e6d0..e484e62be1 100644 --- a/awx/settings/__init__.py +++ b/awx/settings/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 88bd0fe7b4..05fe8b0b6c 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import os diff --git a/awx/settings/development.py b/awx/settings/development.py index 9375d68182..eec9673ef9 100644 --- a/awx/settings/development.py +++ b/awx/settings/development.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Development settings for AWX project. diff --git a/awx/settings/development_quiet.py b/awx/settings/development_quiet.py index 29ff1f0682..c47e78b69d 100644 --- a/awx/settings/development_quiet.py +++ b/awx/settings/development_quiet.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015, Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Development settings for AWX project, but with DEBUG disabled diff --git a/awx/settings/production.py b/awx/settings/production.py index 6ce1ebb70c..f5b71fd579 100644 --- a/awx/settings/production.py +++ b/awx/settings/production.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Production settings for AWX project. diff --git a/awx/ui/__init__.py b/awx/ui/__init__.py index f33d46e6d0..e484e62be1 100644 --- a/awx/ui/__init__.py +++ b/awx/ui/__init__.py @@ -1,2 +1,2 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. diff --git a/awx/ui/context_processors.py b/awx/ui/context_processors.py index 1e092a0047..6c197b5a2f 100644 --- a/awx/ui/context_processors.py +++ b/awx/ui/context_processors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Django diff --git a/awx/ui/models.py b/awx/ui/models.py index d32afaf83f..33cc349cf4 100644 --- a/awx/ui/models.py +++ b/awx/ui/models.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Empty models file. diff --git a/awx/ui/static/js/controllers/License.js b/awx/ui/static/js/controllers/License.js index 5556311280..3c4b933daa 100644 --- a/awx/ui/static/js/controllers/License.js +++ b/awx/ui/static/js/controllers/License.js @@ -1,5 +1,5 @@ /************************************ - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * * Organizations.js diff --git a/awx/ui/static/less/angular-scheduler.less b/awx/ui/static/less/angular-scheduler.less index 01c22d0c12..b502d307b0 100644 --- a/awx/ui/static/less/angular-scheduler.less +++ b/awx/ui/static/less/angular-scheduler.less @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Ansible, Inc. + * Copyright (c) 2015 Ansible, Inc. * * Styling for angular-scheduler * diff --git a/awx/ui/static/less/animations.less b/awx/ui/static/less/animations.less index 2561f7ecf7..98a5a1f6f8 100644 --- a/awx/ui/static/less/animations.less +++ b/awx/ui/static/less/animations.less @@ -1,8 +1,8 @@ /********************************************* - * Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) - * + * Copyright (c) 2015 Ansible, Inc. + * * animations.css - * + * * custom animation mixins for ansible-ui * */ @@ -13,15 +13,15 @@ -moz-animation:pulsate @duration linear infinite alternate; animation:pulsate @duration linear infinite alternate; } -@-webkit-keyframes pulsate { +@-webkit-keyframes pulsate { 0% { -moz-transform: scale(.3); opacity: .2; } - 100% { -moz-transform: scale(1.1); opacity: 1; } + 100% { -moz-transform: scale(1.1); opacity: 1; } } -@-webkit-keyframes pulsate { +@-webkit-keyframes pulsate { 0% { -webkit-transform: scale(.3); opacity: .2; } - 100% { -webkit-transform: scale(1.1); opacity: 1; } + 100% { -webkit-transform: scale(1.1); opacity: 1; } } -@keyframes pulsate { +@keyframes pulsate { 0% { -webkit-transform: scale(.3); transform:scale(.3); opacity: .2;} - 100% { -webkit-transform: scale(1.1); transform:scale(1.1); opacity: 1;} -} \ No newline at end of file + 100% { -webkit-transform: scale(1.1); transform:scale(1.1); opacity: 1;} +} diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index cfb9680d93..343645ba02 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * ansible-ui.css * diff --git a/awx/ui/static/less/breadcrumbs.less b/awx/ui/static/less/breadcrumbs.less index 523fda2e6c..f3bb028e6f 100644 --- a/awx/ui/static/less/breadcrumbs.less +++ b/awx/ui/static/less/breadcrumbs.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * breadcrumbs.less * diff --git a/awx/ui/static/less/codemirror.less b/awx/ui/static/less/codemirror.less index a0def58d26..d6de9ffacf 100644 --- a/awx/ui/static/less/codemirror.less +++ b/awx/ui/static/less/codemirror.less @@ -1,6 +1,5 @@ /********************************************* - * Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) - * + * Copyright (c) 2015 Ansible, Inc. * Overrides to angular-codemirror * * @@ -25,4 +24,3 @@ .CodeMirror-lint-tooltip { z-index: 2060; } - diff --git a/awx/ui/static/less/dashboard.less b/awx/ui/static/less/dashboard.less index 59726130e5..0520417992 100644 --- a/awx/ui/static/less/dashboard.less +++ b/awx/ui/static/less/dashboard.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * dashboard.css * diff --git a/awx/ui/static/less/event-viewer.less b/awx/ui/static/less/event-viewer.less index 2a4fc4d0ff..ac575b4c03 100644 --- a/awx/ui/static/less/event-viewer.less +++ b/awx/ui/static/less/event-viewer.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * event-viewer.less * diff --git a/awx/ui/static/less/inventory-edit.less b/awx/ui/static/less/inventory-edit.less index 722a91896e..b608f854c3 100644 --- a/awx/ui/static/less/inventory-edit.less +++ b/awx/ui/static/less/inventory-edit.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * inventory-edit.less * diff --git a/awx/ui/static/less/jPushMenu.less b/awx/ui/static/less/jPushMenu.less index 6e979af796..d90f768442 100644 --- a/awx/ui/static/less/jPushMenu.less +++ b/awx/ui/static/less/jPushMenu.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * jPushMenu.less * diff --git a/awx/ui/static/less/job-details.less b/awx/ui/static/less/job-details.less index d24c9f22e8..32c88aae35 100644 --- a/awx/ui/static/less/job-details.less +++ b/awx/ui/static/less/job-details.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * job-details.less * diff --git a/awx/ui/static/less/jobs.less b/awx/ui/static/less/jobs.less index 69bc697ed9..bc1fe5cbc5 100644 --- a/awx/ui/static/less/jobs.less +++ b/awx/ui/static/less/jobs.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * jobs.less * diff --git a/awx/ui/static/less/jquery-ui-overrides.less b/awx/ui/static/less/jquery-ui-overrides.less index de9af8e45f..c21dadb3c6 100644 --- a/awx/ui/static/less/jquery-ui-overrides.less +++ b/awx/ui/static/less/jquery-ui-overrides.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * jquery-ui-overrides.less * diff --git a/awx/ui/static/less/lists.less b/awx/ui/static/less/lists.less index a77c0896a5..a7653cb01f 100644 --- a/awx/ui/static/less/lists.less +++ b/awx/ui/static/less/lists.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) + * Copyright (c) 2015 Ansible, Inc. * * lists.less * diff --git a/awx/ui/static/less/log-viewer.less b/awx/ui/static/less/log-viewer.less index e9ce3adfbf..0690205d9a 100644 --- a/awx/ui/static/less/log-viewer.less +++ b/awx/ui/static/less/log-viewer.less @@ -1,8 +1,8 @@ /********************************************* - * Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) - * + * Copyright (c) 2015 Ansible, Inc. + * * log-viewer.css - * + * * custom styles for LogViewer.js helper * */ @@ -22,8 +22,8 @@ table.logviewer-status { margin-top: 20px; - + .fld-label { font-weight: bold; } -} \ No newline at end of file +} diff --git a/awx/ui/static/less/main-layout.less b/awx/ui/static/less/main-layout.less index b795e1d506..20a8b2639b 100644 --- a/awx/ui/static/less/main-layout.less +++ b/awx/ui/static/less/main-layout.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * main-layout.css * diff --git a/awx/ui/static/less/portal.less b/awx/ui/static/less/portal.less index f36f708298..6d0bb4edbd 100644 --- a/awx/ui/static/less/portal.less +++ b/awx/ui/static/less/portal.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) + * Copyright (c) 2015 Ansible, Inc. * * portal.css * diff --git a/awx/ui/static/less/stdout.less b/awx/ui/static/less/stdout.less index 6477c05be4..e8f764dee6 100644 --- a/awx/ui/static/less/stdout.less +++ b/awx/ui/static/less/stdout.less @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Ansible, Inc. + * Copyright (c) 2015 Ansible, Inc. * * Styles for job stdout * diff --git a/awx/ui/static/less/survey-maker.less b/awx/ui/static/less/survey-maker.less index cc8b5971fa..176ee7694f 100644 --- a/awx/ui/static/less/survey-maker.less +++ b/awx/ui/static/less/survey-maker.less @@ -1,5 +1,5 @@ /********************************************* - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * survey-maker.css * diff --git a/awx/ui/static/lib/angular-scheduler/LICENSE b/awx/ui/static/lib/angular-scheduler/LICENSE index 8e6c0e1a34..a2cb8e33fc 100644 --- a/awx/ui/static/lib/angular-scheduler/LICENSE +++ b/awx/ui/static/lib/angular-scheduler/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Ansible, Inc. +Copyright (c) 2015 Ansible, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler-detail.html b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler-detail.html index 615008afd1..a000d9c0a3 100644 --- a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler-detail.html +++ b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler-detail.html @@ -3,7 +3,7 @@ Partial to be injected on inectDetail() method call, providing occurrence list, rrule and a natural language description. - Copyright (c) 2014 Ansible, Inc. + Copyright (c) 2015 Ansible, Inc. Maintainers: Chris Houseknecht diff --git a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.css b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.css index 592d5c8708..5cba9b473f 100644 --- a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.css +++ b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.css @@ -1,7 +1,7 @@ /*************************************************************************** * angular-scheruler.css * - * Copyright (c) 2014 Ansible, Inc. + * Copyright (c) 2015 Ansible, Inc. * * Maintainers: * diff --git a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html index 4800cafcb4..78c4b7dec8 100644 --- a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html +++ b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.html @@ -3,7 +3,7 @@ Partial to be injected on inect() method call, providing the form for our widget. - Copyright (c) 2014 Ansible, Inc. + Copyright (c) 2015 Ansible, Inc. Maintainers: Chris Houseknecht diff --git a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.js b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.js index b67802e0e3..3a3b77d8f3 100644 --- a/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.js +++ b/awx/ui/static/lib/angular-scheduler/lib/angular-scheduler.js @@ -1,7 +1,7 @@ /*************************************************************************** * angular-scheruler.js * - * Copyright (c) 2014 Ansible, Inc. + * Copyright (c) 2015 Ansible, Inc. * * Maintainers: * diff --git a/awx/ui/static/lib/angular-tz-extensions/lib/angular-tz-extensions.js b/awx/ui/static/lib/angular-tz-extensions/lib/angular-tz-extensions.js index 1dca025925..e0185931ed 100644 --- a/awx/ui/static/lib/angular-tz-extensions/lib/angular-tz-extensions.js +++ b/awx/ui/static/lib/angular-tz-extensions/lib/angular-tz-extensions.js @@ -1,7 +1,7 @@ /** * angular-tz-extensions.js * - * Copyright (c) 2014 Ansible, Inc. + * Copyright (c) 2015 Ansible, Inc. * * Distributed under The MIT License (MIT). * diff --git a/awx/ui/tests.py b/awx/ui/tests.py index 26d4e6709c..1d8a999103 100644 --- a/awx/ui/tests.py +++ b/awx/ui/tests.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly Ansibleworks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Python diff --git a/awx/ui/tests/e2e/CheckLicense.js b/awx/ui/tests/e2e/CheckLicense.js index 01def2b0e2..f2e148c1dc 100644 --- a/awx/ui/tests/e2e/CheckLicense.js +++ b/awx/ui/tests/e2e/CheckLicense.js @@ -1,5 +1,5 @@ /********************************** - * Copyright (c) 2014 AnsibleWorks, Inc. + * Copyright (c) 2015 Ansible, Inc. * * CheckLicense.js * diff --git a/awx/ui/urls.py b/awx/ui/urls.py index 73064a7249..ea4bf96291 100644 --- a/awx/ui/urls.py +++ b/awx/ui/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf import settings diff --git a/awx/ui/views.py b/awx/ui/views.py index 1b2ab91509..933b4808e7 100644 --- a/awx/ui/views.py +++ b/awx/ui/views.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly Ansibleworks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.views.generic.base import TemplateView, RedirectView diff --git a/awx/urls.py b/awx/urls.py index 650920174a..c624142220 100644 --- a/awx/urls.py +++ b/awx/urls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. from django.conf.urls import url, patterns, include diff --git a/awx/wsgi.py b/awx/wsgi.py index dd1f8ec522..17c796039c 100644 --- a/awx/wsgi.py +++ b/awx/wsgi.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. """ diff --git a/manage.py b/manage.py index 6c0e4b91b4..aa45b6c65d 100755 --- a/manage.py +++ b/manage.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. if __name__ == '__main__': diff --git a/setup.py b/setup.py index 9b03ed8e43..ff572e5879 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015 Ansible, Inc. (formerly AnsibleWorks, Inc.) +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import os diff --git a/tools/docker/local_settings.py b/tools/docker/local_settings.py index 2c538684c8..44e2ae79dc 100644 --- a/tools/docker/local_settings.py +++ b/tools/docker/local_settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 AnsibleWorks, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. # Local Django settings for AWX project. Rename to "local_settings.py" and diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index 154c628a0b..81b40f6f54 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -1,4 +1,4 @@ -# Copyright (c) 2014 Ansible, Inc. +# Copyright (c) 2015 Ansible, Inc. # All Rights Reserved. import sos