From 593d277bc529345e3618eb21ae560c0d2b4f5754 Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Mon, 30 Dec 2013 13:27:06 +0700 Subject: [PATCH] Adjusting all license headers in python files so they look the same Change-Id: I9fa3b76916964f6675ac2967e80d6fc9b55ada54 --- mistral-demo-app/demo_app/api/app.py | 2 ++ mistral-demo-app/demo_app/api/client.py | 2 ++ mistral-demo-app/demo_app/version.py | 23 ++++++++++--------- mistral-demo-app/setup.py | 23 ++++++++++--------- mistral/api/access_control.py | 2 ++ mistral/api/app.py | 2 ++ mistral/api/config.py | 2 ++ mistral/api/controllers/v1/execution.py | 2 ++ mistral/api/controllers/v1/root.py | 20 ++++++++-------- mistral/api/controllers/v1/task.py | 2 ++ .../api/controllers/v1/workbook_definition.py | 2 ++ mistral/config.py | 2 ++ mistral/context.py | 23 ++++++++++--------- mistral/db/sqlalchemy/types.py | 22 +++++++++--------- mistral/dsl.py | 23 ++++++++++--------- mistral/engine/states.py | 23 ++++++++++--------- mistral/services/trusts.py | 23 ++++++++++--------- mistral/services/workbooks.py | 23 ++++++++++--------- .../unit/engine/scalable/test_workflow.py | 1 + mistral/tests/unit/test_parser.py | 23 ++++++++++--------- mistral/utils/__init__.py | 20 ++++++++-------- mistral/version.py | 23 ++++++++++--------- scripts/convey_task_result.py | 15 ++++++++++++ scripts/upload_workbook_and_run.py | 15 ++++++++++++ setup.py | 23 ++++++++++--------- 25 files changed, 202 insertions(+), 139 deletions(-) diff --git a/mistral-demo-app/demo_app/api/app.py b/mistral-demo-app/demo_app/api/app.py index b5fd518e7..4064aa1aa 100644 --- a/mistral-demo-app/demo_app/api/app.py +++ b/mistral-demo-app/demo_app/api/app.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral-demo-app/demo_app/api/client.py b/mistral-demo-app/demo_app/api/client.py index 1cd6a3a4a..3f452785b 100644 --- a/mistral-demo-app/demo_app/api/client.py +++ b/mistral-demo-app/demo_app/api/client.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral-demo-app/demo_app/version.py b/mistral-demo-app/demo_app/version.py index d72d602e7..6e25de781 100644 --- a/mistral-demo-app/demo_app/version.py +++ b/mistral-demo-app/demo_app/version.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. from pbr import version diff --git a/mistral-demo-app/setup.py b/mistral-demo-app/setup.py index e47a6d816..21bb323cf 100644 --- a/mistral-demo-app/setup.py +++ b/mistral-demo-app/setup.py @@ -1,18 +1,19 @@ #!/usr/bin/env python -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools diff --git a/mistral/api/access_control.py b/mistral/api/access_control.py index efd7f833a..73109b7f0 100644 --- a/mistral/api/access_control.py +++ b/mistral/api/access_control.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/api/app.py b/mistral/api/app.py index aef21a0d9..5a6d3a29c 100644 --- a/mistral/api/app.py +++ b/mistral/api/app.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/api/config.py b/mistral/api/config.py index 97de47ed0..1b952a248 100644 --- a/mistral/api/config.py +++ b/mistral/api/config.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/api/controllers/v1/execution.py b/mistral/api/controllers/v1/execution.py index d6f998297..07f8a580f 100644 --- a/mistral/api/controllers/v1/execution.py +++ b/mistral/api/controllers/v1/execution.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/api/controllers/v1/root.py b/mistral/api/controllers/v1/root.py index e7fcf1e12..ef696dc79 100644 --- a/mistral/api/controllers/v1/root.py +++ b/mistral/api/controllers/v1/root.py @@ -1,16 +1,18 @@ -# Copyright (c) 2013 Mirantis, Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # # 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. +# 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 pecan from wsme import types as wtypes diff --git a/mistral/api/controllers/v1/task.py b/mistral/api/controllers/v1/task.py index df5abd4df..eeb541ba6 100644 --- a/mistral/api/controllers/v1/task.py +++ b/mistral/api/controllers/v1/task.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/api/controllers/v1/workbook_definition.py b/mistral/api/controllers/v1/workbook_definition.py index 9fcd231cf..cab57d024 100644 --- a/mistral/api/controllers/v1/workbook_definition.py +++ b/mistral/api/controllers/v1/workbook_definition.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/config.py b/mistral/config.py index d20dd4609..e96528941 100644 --- a/mistral/config.py +++ b/mistral/config.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# # Copyright 2013 - Mirantis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/mistral/context.py b/mistral/context.py index 7e9128170..22f85b62e 100644 --- a/mistral/context.py +++ b/mistral/context.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. from pecan.hooks import PecanHook import threading diff --git a/mistral/db/sqlalchemy/types.py b/mistral/db/sqlalchemy/types.py index 143f35da1..2c74ebc5d 100644 --- a/mistral/db/sqlalchemy/types.py +++ b/mistral/db/sqlalchemy/types.py @@ -1,18 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. # # This module implements SQLAlchemy-based types for dict and list # expressed by json-strings diff --git a/mistral/dsl.py b/mistral/dsl.py index 8c543098c..1d0961690 100644 --- a/mistral/dsl.py +++ b/mistral/dsl.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. import yaml from yaml import error diff --git a/mistral/engine/states.py b/mistral/engine/states.py index 378813081..e59c3c26b 100644 --- a/mistral/engine/states.py +++ b/mistral/engine/states.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. """Valid task and workflow states.""" diff --git a/mistral/services/trusts.py b/mistral/services/trusts.py index 31eb59da9..ad815b4a8 100644 --- a/mistral/services/trusts.py +++ b/mistral/services/trusts.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. from oslo.config import cfg diff --git a/mistral/services/workbooks.py b/mistral/services/workbooks.py index eec497cc1..debc1f29f 100644 --- a/mistral/services/workbooks.py +++ b/mistral/services/workbooks.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. from mistral.db import api as db_api from mistral.services import trusts diff --git a/mistral/tests/unit/engine/scalable/test_workflow.py b/mistral/tests/unit/engine/scalable/test_workflow.py index f33ebffb0..743941681 100644 --- a/mistral/tests/unit/engine/scalable/test_workflow.py +++ b/mistral/tests/unit/engine/scalable/test_workflow.py @@ -13,6 +13,7 @@ # 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 pkg_resources as pkg from mistral import dsl diff --git a/mistral/tests/unit/test_parser.py b/mistral/tests/unit/test_parser.py index 2100da06d..ae02cc0aa 100644 --- a/mistral/tests/unit/test_parser.py +++ b/mistral/tests/unit/test_parser.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. import pkg_resources as pkg import unittest2 diff --git a/mistral/utils/__init__.py b/mistral/utils/__init__.py index 58c6bb0b7..c6a37d6d1 100644 --- a/mistral/utils/__init__.py +++ b/mistral/utils/__init__.py @@ -1,16 +1,18 @@ -# Copyright (c) 2013 Mirantis, Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # # 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. +# 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 logging import threading diff --git a/mistral/version.py b/mistral/version.py index 9d17c607b..f3abddf6d 100644 --- a/mistral/version.py +++ b/mistral/version.py @@ -1,17 +1,18 @@ -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. from pbr import version diff --git a/scripts/convey_task_result.py b/scripts/convey_task_result.py index b4f101430..faf4c440e 100755 --- a/scripts/convey_task_result.py +++ b/scripts/convey_task_result.py @@ -1,4 +1,19 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Copyright 2013 - Mirantis, 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 +# +# 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. import sys from mistralclient.api import client as cl diff --git a/scripts/upload_workbook_and_run.py b/scripts/upload_workbook_and_run.py index f46637ea8..90ac92087 100755 --- a/scripts/upload_workbook_and_run.py +++ b/scripts/upload_workbook_and_run.py @@ -1,4 +1,19 @@ #!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Copyright 2013 - Mirantis, 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 +# +# 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. from mistralclient.api import client as cl diff --git a/setup.py b/setup.py index 1957b3a83..7cf8441e0 100644 --- a/setup.py +++ b/setup.py @@ -1,18 +1,19 @@ #!/usr/bin/env python -# Copyright (c) 2013 Mirantis Inc. +# -*- coding: utf-8 -*- # -# 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 +# Copyright 2013 - Mirantis, Inc. # -# http://www.apache.org/licenses/LICENSE-2.0 +# 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 # -# 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. +# 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. # THIS FILE IS MANAGED BY THE GLOBAL REQUIREMENTS REPO - DO NOT EDIT import setuptools