diff options
| -rw-r--r-- | keystone/common/openssl.py | 1 | ||||
| -rw-r--r-- | tests/test_migrate_nova_auth.py | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keystone/common/openssl.py b/keystone/common/openssl.py index 427202ae..fa09e37c 100644 --- a/keystone/common/openssl.py +++ b/keystone/common/openssl.py @@ -12,6 +12,7 @@ # 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/tests/test_migrate_nova_auth.py b/tests/test_migrate_nova_auth.py index 3a122940..bd25b18e 100644 --- a/tests/test_migrate_nova_auth.py +++ b/tests/test_migrate_nova_auth.py @@ -2,14 +2,14 @@ # Copyright 2012 OpenStack LLC # -# Licensed under the Apache License, Version 2.0 (the 'License'); you may +# 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 +# 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. |
