X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO%2Fosm_ro%2Fhttp_tools%2Ftests%2Ftest_handler.py;h=e0157584869917ad09a5c4892068599a41638e8a;hp=af325450a7fa9e55dd2aca745c062487a4f64a59;hb=ee6a62063244ab492bc4d09cc5fe89388a5d1ea6;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b diff --git a/RO/osm_ro/http_tools/tests/test_handler.py b/RO/osm_ro/http_tools/tests/test_handler.py index af325450..e0157584 100644 --- a/RO/osm_ro/http_tools/tests/test_handler.py +++ b/RO/osm_ro/http_tools/tests/test_handler.py @@ -1,4 +1,18 @@ # -*- 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. +## + import unittest from mock import MagicMock, patch