diff options
| author | Dirk Mueller <dirk@dmllr.de> | 2013-06-23 15:29:02 +0200 |
|---|---|---|
| committer | Dirk Mueller <dirk@dmllr.de> | 2013-06-25 19:01:57 +0200 |
| commit | 4f8758931e6024efc9813891ec98e1c33ed60466 (patch) | |
| tree | d8e470c771500812169dfc6e86e5473585182425 /nova/tests | |
| parent | 9331c5c1115c7d8cc5bcab71b1100eeea1ce72fe (diff) | |
Fix trivial mismatch of license header
Hacking H102 checks for a literal version of the
Apache2 license header to match. Fix the trivial
mismatch. See
https://github.com/openstack-dev/hacking/blob/master/HACKING.rst
for how the license header should look like.
Change-Id: Ib5770bd447653c7b79aef084c29f09f8c32cf739
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/api/openstack/compute/contrib/test_coverage_ext.py | 2 | ||||
| -rw-r--r-- | nova/tests/utils.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py b/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py index 957625b34..93a623bf6 100644 --- a/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py +++ b/nova/tests/api/openstack/compute/contrib/test_coverage_ext.py @@ -12,7 +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 +# under the License. import telnetlib diff --git a/nova/tests/utils.py b/nova/tests/utils.py index 556d1f91d..d39d14950 100644 --- a/nova/tests/utils.py +++ b/nova/tests/utils.py @@ -12,7 +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 errno import platform |
