X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fvalidation.py;h=f6b93a5c4b940dbee23451da307bf31fc1a951ec;hp=b8953b553d5036d73a498a257780319ba9a975e6;hb=d125caf630021538f19aadab045b5d17def67cdd;hpb=cd65be33d44114e73936813eaf790e6a12b0df63 diff --git a/osm_nbi/validation.py b/osm_nbi/validation.py index b8953b5..f6b93a5 100644 --- a/osm_nbi/validation.py +++ b/osm_nbi/validation.py @@ -1,5 +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. + from jsonschema import validate as js_v, exceptions as js_e from http import HTTPStatus