From: cyuamber Date: Thu, 5 Sep 2019 03:30:20 +0000 (+0800) Subject: feat: add copyright to fcaps component X-Git-Tag: 2.0.2~230^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F94997%2F1;p=usecase-ui.git feat: add copyright to fcaps component Change-Id: I0680638ac65bebc021b502d70f52c60d75638d9d Issue-ID: USECASEUI-307 Signed-off-by: cyuamber --- diff --git a/usecaseui-portal/src/app/views/fcaps/fcaps.component.html b/usecaseui-portal/src/app/views/fcaps/fcaps.component.html index edd2111a..ee315b98 100644 --- a/usecaseui-portal/src/app/views/fcaps/fcaps.component.html +++ b/usecaseui-portal/src/app/views/fcaps/fcaps.component.html @@ -1,3 +1,19 @@ + + 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({