diff options
author | Dan Prince <dprince@redhat.com> | 2014-07-07 16:15:53 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2014-07-07 16:15:53 -0400 |
commit | 8068f86c846b143fa62549d94b0a96828c8c331d (patch) | |
tree | 9b34dec902363b9d7b4b80c265aa71c1614bd86b /os_net_config/tests | |
parent | b3318a4c54e685733bff9e5a09c00a6cce50241d (diff) |
Add copyrights to files.
Diffstat (limited to 'os_net_config/tests')
-rw-r--r-- | os_net_config/tests/__init__.py | 13 | ||||
-rw-r--r-- | os_net_config/tests/test_impl_eni.py | 3 | ||||
-rw-r--r-- | os_net_config/tests/test_impl_ifcfg.py | 2 | ||||
-rw-r--r-- | os_net_config/tests/test_objects.py | 2 | ||||
-rw-r--r-- | os_net_config/tests/test_os_net_config.py | 2 |
5 files changed, 8 insertions, 14 deletions
diff --git a/os_net_config/tests/__init__.py b/os_net_config/tests/__init__.py index 19f5e72..e69de29 100644 --- a/os_net_config/tests/__init__.py +++ b/os_net_config/tests/__init__.py @@ -1,13 +0,0 @@ -# -*- 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 -# -# 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. diff --git a/os_net_config/tests/test_impl_eni.py b/os_net_config/tests/test_impl_eni.py index 28c9c98..c05b7c6 100644 --- a/os_net_config/tests/test_impl_eni.py +++ b/os_net_config/tests/test_impl_eni.py @@ -1,6 +1,7 @@ - # -*- coding: utf-8 -*- +# Copyright 2014 Red Hat, 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 diff --git a/os_net_config/tests/test_impl_ifcfg.py b/os_net_config/tests/test_impl_ifcfg.py index 55e926a..d74e405 100644 --- a/os_net_config/tests/test_impl_ifcfg.py +++ b/os_net_config/tests/test_impl_ifcfg.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +# Copyright 2014 Red Hat, 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 diff --git a/os_net_config/tests/test_objects.py b/os_net_config/tests/test_objects.py index 51a2793..ecf8d7d 100644 --- a/os_net_config/tests/test_objects.py +++ b/os_net_config/tests/test_objects.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +# Copyright 2014 Red Hat, 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 diff --git a/os_net_config/tests/test_os_net_config.py b/os_net_config/tests/test_os_net_config.py index 384dc2c..ad45baa 100644 --- a/os_net_config/tests/test_os_net_config.py +++ b/os_net_config/tests/test_os_net_config.py @@ -1,5 +1,7 @@ # -*- coding: utf-8 -*- +# Copyright 2014 Red Hat, 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 |