catalog UI-view-model header add 30/70530/3
authorSindhuri.A <arcot.sindhuri@huawei.com>
Tue, 16 Oct 2018 06:51:36 +0000 (12:21 +0530)
committerMichael Lando <michael.lando@intl.att.com>
Wed, 17 Oct 2018 06:36:10 +0000 (06:36 +0000)
Addition of headers to catalog ui view-models

Issue-ID: SDC-1770

Change-Id: I417943b1f3686f55a9502b44f65d60a1f62064c6
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
catalog-ui/src/app/view-models/plugins/plugins-tab-view-model.ts
catalog-ui/src/app/view-models/workspace/tabs/distribution/disribution-status-modal/disribution-status-modal-view.html
catalog-ui/src/app/view-models/workspace/tabs/interface-operation/interface-operation-view-model.ts

index cb3f842..47b2f78 100644 (file)
@@ -1,3 +1,33 @@
+/*
+
+* Copyright (c) 2018 AT&T Intellectual Property.
+
+*
+
+* 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 {Plugin, IUserProperties} from "app/models";
 import {CacheService} from "app/services";
 import {PluginsService} from "../../ng2/services/plugins.service";
index ff4bbd6..0e58959 100644 (file)
@@ -1,3 +1,19 @@
+<!--
+  ~ Copyright (C) 2018 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.
+-->
+
 <ng1-modal modal="modalDitributionStatus"  type="classic" class="w-sdc-classic-top-line-modal" buttons="footerButtons" header="Distribution by Status" show-close-button="true">
 
     <div class="w-sdc-distribution-view">
index 1d42943..180d789 100644 (file)
@@ -1,3 +1,33 @@
+/*
+
+* Copyright (c) 2018 Amdocs Intellectual Property.
+
+*
+
+* 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.
+
+*/
+
 'use strict';
 
 import {IWorkspaceViewModelScope} from "app/view-models/workspace/workspace-view-model";