diff options
author | Chuyi Guo <guochuyi@chinamobile.com> | 2019-08-30 09:22:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-30 09:22:17 +0000 |
commit | e1f0160baa1f38cdb35705a39a0d42dc6d67f63d (patch) | |
tree | a170410a9505d73a5a75a1f2799c2f036d8e639f /usecaseui-portal/src/app/mock/routes.js | |
parent | 264c3bc0f9cf7278c70327cebba8f5a482c30c4c (diff) | |
parent | 2bc671f0b8f5c8559ad67fa9b5fb398cd649ec2b (diff) |
Merge "docs: add copyright info into mock files"
Diffstat (limited to 'usecaseui-portal/src/app/mock/routes.js')
-rw-r--r-- | usecaseui-portal/src/app/mock/routes.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/routes.js b/usecaseui-portal/src/app/mock/routes.js index 11dedb0f..97283fca 100644 --- a/usecaseui-portal/src/app/mock/routes.js +++ b/usecaseui-portal/src/app/mock/routes.js @@ -1,3 +1,19 @@ +/* + Copyright (C) 2019 CMCC, Inc. and others. 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. +*/ + // proxy routers setting module.exports = { |