Fix header info of menu-item 33/68633/6
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 24 Sep 2018 08:52:18 +0000 (16:52 +0800)
committerMichael Lando <ml636r@att.com>
Thu, 27 Sep 2018 12:29:24 +0000 (12:29 +0000)
Change-Id: Icc2bca4c1afb07d037c521e88b18eb6f633283d0
Issue-ID: SDC-1770
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
catalog-ui/src/app/ng2/components/ui/menu/menu-item.component.ts
catalog-ui/src/app/ng2/components/ui/menu/menu-list.component.ts
catalog-ui/src/app/ng2/components/ui/menu/menu-list.module.ts

index 8b20066..3820573 100644 (file)
@@ -1,9 +1,5 @@
 /*-
- * ============LICENSE_START=======================================================
- * SDC
- * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. 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
@@ -15,9 +11,9 @@
  * 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.
- * ============LICENSE_END=========================================================
  */
 
 import { Component, Input, Output, EventEmitter } from '@angular/core';
 
 @Component({
index 290c8d0..939599f 100644 (file)
@@ -1,9 +1,5 @@
 /*-
- * ============LICENSE_START=======================================================
- * SDC
- * ================================================================================
  * Copyright (C) 2017 AT&T Intellectual Property. 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
@@ -15,9 +11,9 @@
  * 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.
- * ============LICENSE_END=========================================================
  */
 
 import { Component, Input, ContentChildren, SimpleChanges, QueryList } from '@angular/core';
 import { MenuItemComponent } from "./menu-item.component";
 import { Point } from "app/models";
index fdbbf59..9a2d57a 100644 (file)
@@ -1,3 +1,19 @@
+/*-
+ * Copyright (C) 2017 AT&T Intellectual Property. 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 { NgModule } from "@angular/core";
 import { CommonModule } from '@angular/common';
 import { MenuListComponent } from "./menu-list.component";