From d4895b39b2797abdfdb2eb2b5aaa81a2027c2f3e Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Tue, 6 Dec 2016 14:27:29 +0000 Subject: [PATCH] #1052 - added header to diagram-tooltip component --- .../tooltip/diagram-tooltip.component.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ng2-components/ng2-activiti-diagrams/src/components/tooltip/diagram-tooltip.component.ts b/ng2-components/ng2-activiti-diagrams/src/components/tooltip/diagram-tooltip.component.ts index 61b4228d58..daadc6a173 100644 --- a/ng2-components/ng2-activiti-diagrams/src/components/tooltip/diagram-tooltip.component.ts +++ b/ng2-components/ng2-activiti-diagrams/src/components/tooltip/diagram-tooltip.component.ts @@ -1,3 +1,20 @@ +/*! + * @license + * Copyright 2016 Alfresco Software, Ltd. + * + * 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, Input } from '@angular/core'; @Component({