X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO%2Fosm_ro%2Fhttp_tools%2Ferrors.py;h=2a3f027431a8aa30932cc9d8fb25604073a465a3;hp=552e85b18fba0425e0148709ff47a6a79763112e;hb=aed948dcfe3e1586c184fd31abacbd3b89eb2a2d;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b diff --git a/RO/osm_ro/http_tools/errors.py b/RO/osm_ro/http_tools/errors.py index 552e85b1..2a3f0274 100644 --- a/RO/osm_ro/http_tools/errors.py +++ b/RO/osm_ro/http_tools/errors.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 logging from functools import wraps