X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=plugins%2FvRealiseOps%2Fkafka_consumer_vrops.py;h=f5e11e677974f019518dc4d65e8dce646b23284a;hb=43d56d6c342d2a83d9d12f9cc25785b443ecb394;hp=00d6ada3f63070563743e4d22c5149c2166bcc59;hpb=56b4da897a6a67f918c167071c7fcf164ddd1d13;p=osm%2FMON.git diff --git a/plugins/vRealiseOps/kafka_consumer_vrops.py b/plugins/vRealiseOps/kafka_consumer_vrops.py index 00d6ada..f5e11e6 100644 --- a/plugins/vRealiseOps/kafka_consumer_vrops.py +++ b/plugins/vRealiseOps/kafka_consumer_vrops.py @@ -1,4 +1,26 @@ # -*- coding: utf-8 -*- + +## +# Copyright 2016-2017 VMware Inc. +# This file is part of ETSI OSM +# All Rights Reserved. +# +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact: osslegalrouting@vmware.com +## + """ vROPs Kafka Consumer that consumes the request messages """