summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/fcaps/fcaps.component.ts
diff options
context:
space:
mode:
authorTao Shen <shentao@chinamobile.com>2019-09-05 07:50:09 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-05 07:50:09 +0000
commit829654bfc898544be7648171acd1904250c47c09 (patch)
tree14767afe5bd3ba27f5db659bc68cf64261babd56 /usecaseui-portal/src/app/views/fcaps/fcaps.component.ts
parent755ac78506d93351fb8022e084312371b30aac5a (diff)
parent2e47b3d81954beba436d559d4499240961fd071a (diff)
Merge "feat: add copyright to fcaps component"
Diffstat (limited to 'usecaseui-portal/src/app/views/fcaps/fcaps.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/fcaps/fcaps.component.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/views/fcaps/fcaps.component.ts b/usecaseui-portal/src/app/views/fcaps/fcaps.component.ts
index 7f9ab7f4..d430b381 100644
--- a/usecaseui-portal/src/app/views/fcaps/fcaps.component.ts
+++ b/usecaseui-portal/src/app/views/fcaps/fcaps.component.ts
@@ -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.
+*/
+
import { Component, OnInit } from '@angular/core';
@Component({