X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fbase_topic.py;h=49df35e99b83c8fcaebb31a878f3f614b7f96eb5;hp=2060c4c9f4090bdaa8d239d1195d6f03d38e7815;hb=55ba2e6f758ae650a2dbbc20638c0108df726809;hpb=b24258aa9716c1e375fde230a817f7c9faaf6c2a diff --git a/osm_nbi/base_topic.py b/osm_nbi/base_topic.py index 2060c4c..49df35e 100644 --- a/osm_nbi/base_topic.py +++ b/osm_nbi/base_topic.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. + import logging from uuid import uuid4 from http import HTTPStatus