summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/performance/performance.component.ts
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-09-04 16:02:54 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-09-04 16:03:03 +0800
commit17c87c1ae1b09e22764b15af7e9a1ab04410bc5f (patch)
tree1ef247a45f5edd6d4734ee4ce963868ba997f7f4 /usecaseui-portal/src/app/views/performance/performance.component.ts
parentf4db02a7196dab797cac3b2a43c12a462818e2f4 (diff)
feat: add a license to the performance page
Change-Id: I596b4d5ff4dbbaeaaec15c635258e04c682f0b85 Issue-ID: USECASEUI-307 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/views/performance/performance.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/performance/performance.component.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/views/performance/performance.component.ts b/usecaseui-portal/src/app/views/performance/performance.component.ts
index 12405e9e..7bee296b 100644
--- a/usecaseui-portal/src/app/views/performance/performance.component.ts
+++ b/usecaseui-portal/src/app/views/performance/performance.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({