Correct recent copyright change

Correct copyright change in [0] as part of the file was copied
from Nova [1]. The reversion keeps the copyright from the original
file [1] but introduces the AT&T copyright directly underneath
the original copyright as the module also contains a lot of code
authored by AT&T developers.

[0] https://review.gerrithub.io/#/c/390520/1/deckhand/tests/unit/fixtures.py
[1] cbdc893032/nova/tests/fixtures.py (L746)

Change-Id: I13a702edbee10f5dc79ca8b3de5432efc20ea961
This commit is contained in:
Felipe Monteiro 2017-12-06 20:51:10 +00:00
parent e6325b9fc2
commit b1dd19376a

View File

@ -1,16 +1,19 @@
# Copyright 2017 AT&T Intellectual Property. All other rights reserved.
# Copyright 2010 United States Government as represented by the
# Administrator of the National Aeronautics and Space Administration.
# Copyright 2017 AT&T Intellectual Property.
# All Rights Reserved.
#
# 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.
"""Fixtures for Deckhand tests."""
from __future__ import absolute_import