[TrivialFix] Fix incorrect copyright

This PS fixes an incorrect copyright attributing work to another
company.

Change-Id: I7a9da6cd022da046c42d6bd93975d417e4f07aab
This commit is contained in:
Felipe Monteiro 2017-12-05 21:16:48 +00:00
parent 2af5c22b36
commit e6325b9fc2
2 changed files with 21 additions and 19 deletions

View File

@ -1,16 +1,16 @@
# Copyright 2012 Hewlett-Packard Development Company, L.P. # Copyright 2017 AT&T Intellectual Property. All other rights reserved.
# #
# Licensed under the Apache License, Version 2.0 (the "License"); you may # Licensed under the Apache License, Version 2.0 (the "License");
# not use this file except in compliance with the License. You may obtain # you may not use this file except in compliance with the License.
# a copy of the License at # 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 # 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,
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# License for the specific language governing permissions and limitations # See the License for the specific language governing permissions and
# under the License. # limitations under the License.
"""Fixtures for Deckhand tests.""" """Fixtures for Deckhand tests."""
from __future__ import absolute_import from __future__ import absolute_import

View File

@ -1,14 +1,16 @@
# Licensed under the Apache License, Version 2.0 (the "License"); you may # Copyright 2017 AT&T Intellectual Property. All other rights reserved.
# 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 # 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 # http://www.apache.org/licenses/LICENSE-2.0
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # Unless required by applicable law or agreed to in writing, software
# License for the specific language governing permissions and limitations # distributed under the License is distributed on an "AS IS" BASIS,
# under the License. # 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 falcon import falcon
import mock import mock
@ -32,7 +34,7 @@ class PolicyBaseTestCase(test_base.DeckhandTestCase):
"deckhand:list_cleartext_documents": [['rule:admin_api']] "deckhand:list_cleartext_documents": [['rule:admin_api']]
} }
self.policy = self.useFixture(fixtures.RealPolicyFixture(False)) self.useFixture(fixtures.RealPolicyFixture(False))
self._set_rules() self._set_rules()
def _set_rules(self): def _set_rules(self):