X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=34a8952dc8e47a0d676d8012f6771ebd357ba4da;hb=695695493b86a2fe925b6db0c381288ef6b3c0c1;hp=d96612c560c6409077765bc213971a9ae80c96e4;hpb=a05efb7b7b3cfc77f5e3fda11e8434834829f56a;p=dmaap%2Fdbcapi.git diff --git a/README.md b/README.md index d96612c..34a8952 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ +# +# ============LICENSE_START========================================== +# org.onap.dmaap +# =================================================================== +# Copyright © 2018 AT&T Intellectual Property. 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. +# ============LICENSE_END============================================ +# ECOMP is a trademark and service mark of AT&T Intellectual Property. +# +# DMaaP Bus Controller API ======================= @@ -23,6 +44,8 @@ After cloning from this git repo: mvn clean install javadoc:javadoc ``` +A description of the API is generated, and found in targets/generated-source/swagger.json. + ### Configurable Parameters Behavior of the API is controlled by settings in a properties file (typically etc/dmaapbc.properties).