diff options
author | Patrick Brady <pb071s@att.com> | 2018-02-06 16:11:42 -0500 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-02-07 19:53:26 +0000 |
commit | 8eb9f5d4a673cb1ab18423b7e84ec8bc6c96c5b6 (patch) | |
tree | 27b79f4690ed142e87be494b89d6f6589f351b36 /appc-inbound/appc-interfaces-service/model/src/main/yang | |
parent | b9be91a588d08ec506783473a8af9689fb4fa9b6 (diff) |
Removing old name references
Removing references to bvc, att
Change-Id: I794861fe40b96c922f6e5c011b2fe5d2c4bc515b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-292
Diffstat (limited to 'appc-inbound/appc-interfaces-service/model/src/main/yang')
-rw-r--r-- | appc-inbound/appc-interfaces-service/model/src/main/yang/appc-interfaces-service.yang | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/appc-inbound/appc-interfaces-service/model/src/main/yang/appc-interfaces-service.yang b/appc-inbound/appc-interfaces-service/model/src/main/yang/appc-interfaces-service.yang index b6e0438a8..e671bbeed 100644 --- a/appc-inbound/appc-interfaces-service/model/src/main/yang/appc-interfaces-service.yang +++ b/appc-inbound/appc-interfaces-service/model/src/main/yang/appc-interfaces-service.yang @@ -23,7 +23,7 @@ */ /* - * Yang model for the Application Controller (APP-C) component of ECOMP + * Yang model for the Application Controller (APP-C) component of ONAP * * *The main purpose of this model to provide an interface bewteen APPC Runtime and other interface @@ -31,7 +31,6 @@ * * * - * Author: Anand Chaturvedi (ac204h@att.com) */ module interfaces-service { @@ -39,9 +38,6 @@ module interfaces-service { yang-version 1; namespace "org:onap:appc:interfaces:service"; prefix interfaces.service; - organization "AT&T. Copyright (C) 2015. All rights reserved."; - contact - "Anand Chaturvedi <ac204h@att.com>"; description "Defines the services provided by Application Controller to external interfaces."; |