From 99d3eedf59a974a2673b085ce98775ec406f7cf0 Mon Sep 17 00:00:00 2001 From: Feodor Tersin Date: Tue, 11 Nov 2014 21:14:26 +0400 Subject: [PATCH] Update copyright Change-Id: I997fcd92e9fddb5b70cadb2735ae86d7816f8e79 --- bin/gceapi-db-setup | 22 +++++++++---------- gceapi/api/__init__.py | 22 +++++++++---------- gceapi/api/address_api.py | 22 +++++++++---------- gceapi/api/address_neutron_api.py | 22 +++++++++---------- gceapi/api/address_nova_api.py | 22 +++++++++---------- gceapi/api/addresses.py | 22 +++++++++---------- gceapi/api/base_api.py | 22 +++++++++---------- gceapi/api/common.py | 22 +++++++++---------- gceapi/api/discovery.py | 22 +++++++++---------- gceapi/api/disk_api.py | 22 +++++++++---------- gceapi/api/disks.py | 22 +++++++++---------- gceapi/api/firewall_api.py | 22 +++++++++---------- gceapi/api/firewalls.py | 22 +++++++++---------- gceapi/api/image_api.py | 22 +++++++++---------- gceapi/api/images.py | 22 +++++++++---------- gceapi/api/instance_address_api.py | 22 +++++++++---------- gceapi/api/instance_api.py | 22 +++++++++---------- gceapi/api/instance_disk_api.py | 22 +++++++++---------- gceapi/api/instances.py | 22 +++++++++---------- gceapi/api/machine_type_api.py | 22 +++++++++---------- gceapi/api/machine_types.py | 22 +++++++++---------- gceapi/api/network_api.py | 22 +++++++++---------- gceapi/api/network_neutron_api.py | 22 +++++++++---------- gceapi/api/network_nova_api.py | 22 +++++++++---------- gceapi/api/networks.py | 22 +++++++++---------- gceapi/api/oauth.py | 22 +++++++++---------- gceapi/api/operation_api.py | 22 +++++++++---------- gceapi/api/operation_util.py | 22 +++++++++---------- gceapi/api/operations.py | 22 +++++++++---------- gceapi/api/project_api.py | 22 +++++++++---------- gceapi/api/projects.py | 22 +++++++++---------- gceapi/api/region_api.py | 22 +++++++++---------- gceapi/api/regions.py | 22 +++++++++---------- gceapi/api/route_api.py | 22 +++++++++---------- gceapi/api/route_neutron_api.py | 22 +++++++++---------- gceapi/api/route_nova_api.py | 22 +++++++++---------- gceapi/api/routes.py | 22 +++++++++---------- gceapi/api/scopes.py | 22 +++++++++---------- gceapi/api/snapshot_api.py | 22 +++++++++---------- gceapi/api/snapshots.py | 22 +++++++++---------- gceapi/api/utils.py | 22 +++++++++---------- gceapi/api/wsgi.py | 22 +++++++++---------- gceapi/api/zone_api.py | 22 +++++++++---------- gceapi/api/zones.py | 22 +++++++++---------- gceapi/cmd/manage.py | 22 +++++++++---------- gceapi/db/__init__.py | 22 +++++++++---------- gceapi/db/api.py | 22 +++++++++---------- gceapi/db/migration.py | 22 +++++++++---------- gceapi/db/sqlalchemy/__init__.py | 22 +++++++++---------- gceapi/db/sqlalchemy/api.py | 22 +++++++++---------- gceapi/db/sqlalchemy/migrate_repo/__init__.py | 22 +++++++++---------- gceapi/db/sqlalchemy/migrate_repo/manage.py | 22 +++++++++---------- .../migrate_repo/versions/001_icehouse.py | 22 +++++++++---------- .../migrate_repo/versions/__init__.py | 22 +++++++++---------- gceapi/db/sqlalchemy/migration.py | 22 +++++++++---------- gceapi/db/sqlalchemy/models.py | 22 +++++++++---------- gceapi/tests/api/common.py | 22 +++++++++---------- gceapi/tests/api/fake_cinder_client.py | 22 +++++++++---------- gceapi/tests/api/fake_db.py | 22 +++++++++---------- gceapi/tests/api/fake_glance_client.py | 22 +++++++++---------- gceapi/tests/api/fake_keystone_client.py | 22 +++++++++---------- gceapi/tests/api/fake_neutron_client.py | 22 +++++++++---------- gceapi/tests/api/fake_nova_client.py | 22 +++++++++---------- gceapi/tests/api/fake_request.py | 22 +++++++++---------- gceapi/tests/api/test_addresses.py | 22 +++++++++---------- gceapi/tests/api/test_disks.py | 22 +++++++++---------- gceapi/tests/api/test_fields.py | 22 +++++++++---------- gceapi/tests/api/test_firewalls.py | 22 +++++++++---------- gceapi/tests/api/test_images.py | 22 +++++++++---------- gceapi/tests/api/test_instances.py | 22 +++++++++---------- gceapi/tests/api/test_machine_types.py | 22 +++++++++---------- gceapi/tests/api/test_networks.py | 22 +++++++++---------- gceapi/tests/api/test_operations.py | 22 +++++++++---------- gceapi/tests/api/test_projects.py | 22 +++++++++---------- gceapi/tests/api/test_regions.py | 22 +++++++++---------- gceapi/tests/api/test_routes.py | 22 +++++++++---------- gceapi/tests/api/test_snapshots.py | 22 +++++++++---------- gceapi/tests/api/test_zones.py | 22 +++++++++---------- gceapi/tests/api/utils.py | 22 +++++++++---------- 79 files changed, 869 insertions(+), 869 deletions(-) diff --git a/bin/gceapi-db-setup b/bin/gceapi-db-setup index 2784e2c..cc231ea 100755 --- a/bin/gceapi-db-setup +++ b/bin/gceapi-db-setup @@ -1,18 +1,18 @@ #!/bin/bash -e # -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # diff --git a/gceapi/api/__init__.py b/gceapi/api/__init__.py index a027185..4569432 100644 --- a/gceapi/api/__init__.py +++ b/gceapi/api/__init__.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from oslo.config import cfg diff --git a/gceapi/api/address_api.py b/gceapi/api/address_api.py index 621da21..d19468d 100644 --- a/gceapi/api/address_api.py +++ b/gceapi/api/address_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import address_neutron_api from gceapi.api import address_nova_api diff --git a/gceapi/api/address_neutron_api.py b/gceapi/api/address_neutron_api.py index 4a0543b..96871fc 100644 --- a/gceapi/api/address_neutron_api.py +++ b/gceapi/api/address_neutron_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from oslo.config import cfg diff --git a/gceapi/api/address_nova_api.py b/gceapi/api/address_nova_api.py index 6051bdc..e8ab890 100644 --- a/gceapi/api/address_nova_api.py +++ b/gceapi/api/address_nova_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/addresses.py b/gceapi/api/addresses.py index 90036e8..aab7fa8 100644 --- a/gceapi/api/addresses.py +++ b/gceapi/api/addresses.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import address_api from gceapi.api import common as gce_common diff --git a/gceapi/api/base_api.py b/gceapi/api/base_api.py index f0e55fb..e445d33 100644 --- a/gceapi/api/base_api.py +++ b/gceapi/api/base_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Base classes of GCE API conversion layer. diff --git a/gceapi/api/common.py b/gceapi/api/common.py index 59f3b70..6e88899 100644 --- a/gceapi/api/common.py +++ b/gceapi/api/common.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Base GCE API controller""" diff --git a/gceapi/api/discovery.py b/gceapi/api/discovery.py index 33d4b2e..de70343 100644 --- a/gceapi/api/discovery.py +++ b/gceapi/api/discovery.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import inspect import os diff --git a/gceapi/api/disk_api.py b/gceapi/api/disk_api.py index bbf14e8..7e3aeac 100644 --- a/gceapi/api/disk_api.py +++ b/gceapi/api/disk_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/disks.py b/gceapi/api/disks.py index 637f3d5..8bc3a57 100644 --- a/gceapi/api/disks.py +++ b/gceapi/api/disks.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import disk_api diff --git a/gceapi/api/firewall_api.py b/gceapi/api/firewall_api.py index 4480b95..e4257ec 100644 --- a/gceapi/api/firewall_api.py +++ b/gceapi/api/firewall_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/api/firewalls.py b/gceapi/api/firewalls.py index 933a888..cc92f30 100644 --- a/gceapi/api/firewalls.py +++ b/gceapi/api/firewalls.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import firewall_api diff --git a/gceapi/api/image_api.py b/gceapi/api/image_api.py index 9caea04..1e95d13 100644 --- a/gceapi/api/image_api.py +++ b/gceapi/api/image_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. try: from glanceclient import exc as glanceclient_exc diff --git a/gceapi/api/images.py b/gceapi/api/images.py index 08c4c3f..4275e86 100644 --- a/gceapi/api/images.py +++ b/gceapi/api/images.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import image_api diff --git a/gceapi/api/instance_address_api.py b/gceapi/api/instance_address_api.py index ff0433a..82edd96 100644 --- a/gceapi/api/instance_address_api.py +++ b/gceapi/api/instance_address_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/instance_api.py b/gceapi/api/instance_api.py index 02bd280..5cc48f0 100644 --- a/gceapi/api/instance_api.py +++ b/gceapi/api/instance_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import random import string diff --git a/gceapi/api/instance_disk_api.py b/gceapi/api/instance_disk_api.py index bf5c129..b052cf5 100644 --- a/gceapi/api/instance_disk_api.py +++ b/gceapi/api/instance_disk_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import string diff --git a/gceapi/api/instances.py b/gceapi/api/instances.py index 6ab0cb7..a635cba 100644 --- a/gceapi/api/instances.py +++ b/gceapi/api/instances.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import webob diff --git a/gceapi/api/machine_type_api.py b/gceapi/api/machine_type_api.py index 4ea00c0..c95ae63 100644 --- a/gceapi/api/machine_type_api.py +++ b/gceapi/api/machine_type_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/machine_types.py b/gceapi/api/machine_types.py index 02b7ab0..6c0430d 100644 --- a/gceapi/api/machine_types.py +++ b/gceapi/api/machine_types.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import machine_type_api diff --git a/gceapi/api/network_api.py b/gceapi/api/network_api.py index 819edd9..f04f8fb 100644 --- a/gceapi/api/network_api.py +++ b/gceapi/api/network_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import network_neutron_api diff --git a/gceapi/api/network_neutron_api.py b/gceapi/api/network_neutron_api.py index 7ebe9d4..46608c0 100644 --- a/gceapi/api/network_neutron_api.py +++ b/gceapi/api/network_neutron_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import netaddr from oslo.config import cfg diff --git a/gceapi/api/network_nova_api.py b/gceapi/api/network_nova_api.py index 70a0c5a..91c3b6a 100644 --- a/gceapi/api/network_nova_api.py +++ b/gceapi/api/network_nova_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import netaddr diff --git a/gceapi/api/networks.py b/gceapi/api/networks.py index b7fc791..0bf7c3c 100644 --- a/gceapi/api/networks.py +++ b/gceapi/api/networks.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import network_api diff --git a/gceapi/api/oauth.py b/gceapi/api/oauth.py index fbbc923..11ac30a 100644 --- a/gceapi/api/oauth.py +++ b/gceapi/api/oauth.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import base64 import json diff --git a/gceapi/api/operation_api.py b/gceapi/api/operation_api.py index fac2491..81bfe99 100644 --- a/gceapi/api/operation_api.py +++ b/gceapi/api/operation_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import uuid diff --git a/gceapi/api/operation_util.py b/gceapi/api/operation_util.py index 9f7191b..c572be3 100644 --- a/gceapi/api/operation_util.py +++ b/gceapi/api/operation_util.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import threading diff --git a/gceapi/api/operations.py b/gceapi/api/operations.py index 6395087..6ff11a3 100644 --- a/gceapi/api/operations.py +++ b/gceapi/api/operations.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import operation_api diff --git a/gceapi/api/project_api.py b/gceapi/api/project_api.py index d824c46..f1e8218 100644 --- a/gceapi/api/project_api.py +++ b/gceapi/api/project_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from oslo.config import cfg diff --git a/gceapi/api/projects.py b/gceapi/api/projects.py index 5b3e178..873f219 100644 --- a/gceapi/api/projects.py +++ b/gceapi/api/projects.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import webob diff --git a/gceapi/api/region_api.py b/gceapi/api/region_api.py index c8a7443..3133a1e 100644 --- a/gceapi/api/region_api.py +++ b/gceapi/api/region_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from oslo.config import cfg diff --git a/gceapi/api/regions.py b/gceapi/api/regions.py index e7081b7..477ec71 100644 --- a/gceapi/api/regions.py +++ b/gceapi/api/regions.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import region_api diff --git a/gceapi/api/route_api.py b/gceapi/api/route_api.py index ba60d7c..81159ca 100644 --- a/gceapi/api/route_api.py +++ b/gceapi/api/route_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import route_neutron_api diff --git a/gceapi/api/route_neutron_api.py b/gceapi/api/route_neutron_api.py index ce7f47a..3eabf5d 100644 --- a/gceapi/api/route_neutron_api.py +++ b/gceapi/api/route_neutron_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import netaddr import string diff --git a/gceapi/api/route_nova_api.py b/gceapi/api/route_nova_api.py index 7e8b35f..aef96f6 100644 --- a/gceapi/api/route_nova_api.py +++ b/gceapi/api/route_nova_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi import exception diff --git a/gceapi/api/routes.py b/gceapi/api/routes.py index 46e3901..817e555 100644 --- a/gceapi/api/routes.py +++ b/gceapi/api/routes.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import route_api diff --git a/gceapi/api/scopes.py b/gceapi/api/scopes.py index 87d7269..49e4900 100644 --- a/gceapi/api/scopes.py +++ b/gceapi/api/scopes.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import abc diff --git a/gceapi/api/snapshot_api.py b/gceapi/api/snapshot_api.py index ea3e3c9..6a975bc 100644 --- a/gceapi/api/snapshot_api.py +++ b/gceapi/api/snapshot_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/snapshots.py b/gceapi/api/snapshots.py index d8bb23e..f220042 100644 --- a/gceapi/api/snapshots.py +++ b/gceapi/api/snapshots.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import scopes diff --git a/gceapi/api/utils.py b/gceapi/api/utils.py index 13cb040..1aaf318 100644 --- a/gceapi/api/utils.py +++ b/gceapi/api/utils.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Utilities and helper functions.""" diff --git a/gceapi/api/wsgi.py b/gceapi/api/wsgi.py index 23e9c55..ca07be6 100644 --- a/gceapi/api/wsgi.py +++ b/gceapi/api/wsgi.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import webob diff --git a/gceapi/api/zone_api.py b/gceapi/api/zone_api.py index 712da54..f28b004 100644 --- a/gceapi/api/zone_api.py +++ b/gceapi/api/zone_api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import base_api from gceapi.api import clients diff --git a/gceapi/api/zones.py b/gceapi/api/zones.py index 5793f65..1130fc7 100644 --- a/gceapi/api/zones.py +++ b/gceapi/api/zones.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import common as gce_common from gceapi.api import region_api diff --git a/gceapi/cmd/manage.py b/gceapi/cmd/manage.py index fbaecbb..9b7311e 100644 --- a/gceapi/cmd/manage.py +++ b/gceapi/cmd/manage.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ diff --git a/gceapi/db/__init__.py b/gceapi/db/__init__.py index 7874af0..ebe48a9 100644 --- a/gceapi/db/__init__.py +++ b/gceapi/db/__init__.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ DB abstraction for Gceapi diff --git a/gceapi/db/api.py b/gceapi/db/api.py index 9e35d3a..beb3fb1 100644 --- a/gceapi/db/api.py +++ b/gceapi/db/api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Defines interface for DB access. diff --git a/gceapi/db/migration.py b/gceapi/db/migration.py index d999446..408b1ff 100644 --- a/gceapi/db/migration.py +++ b/gceapi/db/migration.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Database setup and migration commands.""" diff --git a/gceapi/db/sqlalchemy/__init__.py b/gceapi/db/sqlalchemy/__init__.py index 97ca94f..966a69b 100644 --- a/gceapi/db/sqlalchemy/__init__.py +++ b/gceapi/db/sqlalchemy/__init__.py @@ -1,13 +1,13 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/gceapi/db/sqlalchemy/api.py b/gceapi/db/sqlalchemy/api.py index ad42615..2d3f3f8 100644 --- a/gceapi/db/sqlalchemy/api.py +++ b/gceapi/db/sqlalchemy/api.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """Implementation of SQLAlchemy backend.""" diff --git a/gceapi/db/sqlalchemy/migrate_repo/__init__.py b/gceapi/db/sqlalchemy/migrate_repo/__init__.py index 97ca94f..966a69b 100644 --- a/gceapi/db/sqlalchemy/migrate_repo/__init__.py +++ b/gceapi/db/sqlalchemy/migrate_repo/__init__.py @@ -1,13 +1,13 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/gceapi/db/sqlalchemy/migrate_repo/manage.py b/gceapi/db/sqlalchemy/migrate_repo/manage.py index fdca255..4b2158b 100644 --- a/gceapi/db/sqlalchemy/migrate_repo/manage.py +++ b/gceapi/db/sqlalchemy/migrate_repo/manage.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from migrate.versioning.shell import main diff --git a/gceapi/db/sqlalchemy/migrate_repo/versions/001_icehouse.py b/gceapi/db/sqlalchemy/migrate_repo/versions/001_icehouse.py index 1a9c197..0faaf1c 100644 --- a/gceapi/db/sqlalchemy/migrate_repo/versions/001_icehouse.py +++ b/gceapi/db/sqlalchemy/migrate_repo/versions/001_icehouse.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from sqlalchemy import Column, Index, MetaData, PrimaryKeyConstraint from sqlalchemy import String, Table, Text diff --git a/gceapi/db/sqlalchemy/migrate_repo/versions/__init__.py b/gceapi/db/sqlalchemy/migrate_repo/versions/__init__.py index 97ca94f..966a69b 100644 --- a/gceapi/db/sqlalchemy/migrate_repo/versions/__init__.py +++ b/gceapi/db/sqlalchemy/migrate_repo/versions/__init__.py @@ -1,13 +1,13 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/gceapi/db/sqlalchemy/migration.py b/gceapi/db/sqlalchemy/migration.py index 2a252b5..73d3123 100644 --- a/gceapi/db/sqlalchemy/migration.py +++ b/gceapi/db/sqlalchemy/migration.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import os diff --git a/gceapi/db/sqlalchemy/models.py b/gceapi/db/sqlalchemy/models.py index f6be09f..f74293d 100644 --- a/gceapi/db/sqlalchemy/models.py +++ b/gceapi/db/sqlalchemy/models.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. """ SQLAlchemy models for gceapi data. diff --git a/gceapi/tests/api/common.py b/gceapi/tests/api/common.py index 1a2a7e2..aabf6d9 100644 --- a/gceapi/tests/api/common.py +++ b/gceapi/tests/api/common.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy import uuid diff --git a/gceapi/tests/api/fake_cinder_client.py b/gceapi/tests/api/fake_cinder_client.py index 245d0f9..ab3d628 100644 --- a/gceapi/tests/api/fake_cinder_client.py +++ b/gceapi/tests/api/fake_cinder_client.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/fake_db.py b/gceapi/tests/api/fake_db.py index e85486b..e464729 100644 --- a/gceapi/tests/api/fake_db.py +++ b/gceapi/tests/api/fake_db.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy import fixtures diff --git a/gceapi/tests/api/fake_glance_client.py b/gceapi/tests/api/fake_glance_client.py index 23a909f..d8b1bc0 100644 --- a/gceapi/tests/api/fake_glance_client.py +++ b/gceapi/tests/api/fake_glance_client.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/fake_keystone_client.py b/gceapi/tests/api/fake_keystone_client.py index 4da0f8d..a6bf907 100644 --- a/gceapi/tests/api/fake_keystone_client.py +++ b/gceapi/tests/api/fake_keystone_client.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.tests.api import fake_request from gceapi.tests.api import utils diff --git a/gceapi/tests/api/fake_neutron_client.py b/gceapi/tests/api/fake_neutron_client.py index 787cb33..e3673d0 100644 --- a/gceapi/tests/api/fake_neutron_client.py +++ b/gceapi/tests/api/fake_neutron_client.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy import uuid diff --git a/gceapi/tests/api/fake_nova_client.py b/gceapi/tests/api/fake_nova_client.py index ff41140..9f1a17b 100644 --- a/gceapi/tests/api/fake_nova_client.py +++ b/gceapi/tests/api/fake_nova_client.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy import inspect diff --git a/gceapi/tests/api/fake_request.py b/gceapi/tests/api/fake_request.py index 7b19b24..47e4cc5 100644 --- a/gceapi/tests/api/fake_request.py +++ b/gceapi/tests/api/fake_request.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi import context from gceapi import wsgi_ext as os_wsgi diff --git a/gceapi/tests/api/test_addresses.py b/gceapi/tests/api/test_addresses.py index d614dbb..a70b8a6 100644 --- a/gceapi/tests/api/test_addresses.py +++ b/gceapi/tests/api/test_addresses.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import addresses from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_disks.py b/gceapi/tests/api/test_disks.py index 39f0782..b183d93 100644 --- a/gceapi/tests/api/test_disks.py +++ b/gceapi/tests/api/test_disks.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_fields.py b/gceapi/tests/api/test_fields.py index 04e9ad7..b7e0895 100644 --- a/gceapi/tests/api/test_fields.py +++ b/gceapi/tests/api/test_fields.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import utils from gceapi import test diff --git a/gceapi/tests/api/test_firewalls.py b/gceapi/tests/api/test_firewalls.py index ec3a385..1a03f91 100644 --- a/gceapi/tests/api/test_firewalls.py +++ b/gceapi/tests/api/test_firewalls.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_images.py b/gceapi/tests/api/test_images.py index ac132fd..35c2fdd 100644 --- a/gceapi/tests/api/test_images.py +++ b/gceapi/tests/api/test_images.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_instances.py b/gceapi/tests/api/test_instances.py index d0895b1..1b899b9 100644 --- a/gceapi/tests/api/test_instances.py +++ b/gceapi/tests/api/test_instances.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_machine_types.py b/gceapi/tests/api/test_machine_types.py index 6c475c7..c109fc0 100644 --- a/gceapi/tests/api/test_machine_types.py +++ b/gceapi/tests/api/test_machine_types.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_networks.py b/gceapi/tests/api/test_networks.py index fa98467..305d831 100644 --- a/gceapi/tests/api/test_networks.py +++ b/gceapi/tests/api/test_networks.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import networks from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_operations.py b/gceapi/tests/api/test_operations.py index 59c5614..6a001c5 100644 --- a/gceapi/tests/api/test_operations.py +++ b/gceapi/tests/api/test_operations.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import operations from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_projects.py b/gceapi/tests/api/test_projects.py index 6a9de0d..56c8811 100644 --- a/gceapi/tests/api/test_projects.py +++ b/gceapi/tests/api/test_projects.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import projects from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_regions.py b/gceapi/tests/api/test_regions.py index 7c4c319..a8f590b 100644 --- a/gceapi/tests/api/test_regions.py +++ b/gceapi/tests/api/test_regions.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import regions from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_routes.py b/gceapi/tests/api/test_routes.py index 97e9702..87b8c72 100644 --- a/gceapi/tests/api/test_routes.py +++ b/gceapi/tests/api/test_routes.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.tests.api import common diff --git a/gceapi/tests/api/test_snapshots.py b/gceapi/tests/api/test_snapshots.py index 0b56c60..1ae000a 100644 --- a/gceapi/tests/api/test_snapshots.py +++ b/gceapi/tests/api/test_snapshots.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. import copy diff --git a/gceapi/tests/api/test_zones.py b/gceapi/tests/api/test_zones.py index 7ace7a4..d72e591 100644 --- a/gceapi/tests/api/test_zones.py +++ b/gceapi/tests/api/test_zones.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. from gceapi.api import zones from gceapi.tests.api import common diff --git a/gceapi/tests/api/utils.py b/gceapi/tests/api/utils.py index 383fd1b..4b9165f 100644 --- a/gceapi/tests/api/utils.py +++ b/gceapi/tests/api/utils.py @@ -1,16 +1,16 @@ -# Copyright 2013 Cloudscaling Group, Inc +# Copyright 2014 +# The Cloudscaling Group, Inc. # -# Licensed under the Apache License, Version 2.0 (the "License"); you may -# not use this file except in compliance with the License. You may obtain -# a copy of the License at +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 # -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. class FakeObject(object):