From 36dc93eed5add344b62a08720d67b5e082f8e160 Mon Sep 17 00:00:00 2001 From: huangjian Date: Wed, 28 Sep 2016 16:36:24 +0800 Subject: Update license header Change-Id: I8ba8daf5a84f7e9cde59f07184aebac998fc24e6 IssueId: TOSCA-84 Signed-off-by: huangjian --- openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html | 4 ++-- .../portal-catalog/src/main/webapp/catalog/css/datatable-sort.css | 3 +-- .../portal-catalog/src/main/webapp/catalog/css/fileupload.css | 3 +-- .../portal-catalog/src/main/webapp/catalog/css/hostMirror.css | 3 +-- openo-portal/portal-catalog/src/main/webapp/catalog/css/package.css | 3 +-- .../src/main/webapp/catalog/css/platform/animate.min.css | 3 +-- .../portal-catalog/src/main/webapp/catalog/css/platform/skill.css | 3 +-- openo-portal/portal-catalog/src/main/webapp/catalog/css/software.css | 3 +-- openo-portal/portal-catalog/src/main/webapp/catalog/css/template.css | 3 +-- .../portal-catalog/src/main/webapp/catalog/css/templateDetail.css | 3 +-- openo-portal/portal-catalog/src/main/webapp/catalog/css/topology.css | 3 +-- .../src/main/webapp/catalog/css/virtualApplication.css | 3 +-- openo-portal/portal-catalog/src/main/webapp/catalog/css/vnfm.css | 3 +-- .../src/main/webapp/catalog/i18n/nfv-nso-iui-i18n-en-US.properties | 4 ++-- .../src/main/webapp/catalog/i18n/nfv-nso-iui-i18n-zh-CN.properties | 4 ++-- .../src/main/webapp/catalog/js/component/commonUtil.js | 4 ++-- .../src/main/webapp/catalog/js/component/loadi18n_nsoc.js | 5 ++--- .../src/main/webapp/catalog/js/component/serverPageTable.js | 5 ++--- .../src/main/webapp/catalog/js/package/pmController.js | 5 ++--- .../portal-catalog/src/main/webapp/catalog/js/package/pmUtil.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmController.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmDetailController.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmDetailUtil.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmNodesController.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmNodesDetailUtil.js | 5 ++--- .../src/main/webapp/catalog/js/template/tmTopoController.js | 5 ++--- .../portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js | 5 ++--- .../portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js | 5 ++--- openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html | 4 ++-- openo-portal/portal-catalog/src/main/webapp/catalog/template.html | 5 ++--- .../portal-catalog/src/main/webapp/catalog/templateDetail.html | 5 ++--- openo-portal/portal-catalog/src/main/webapp/catalog/topology.html | 4 ++-- .../portal-catalog/src/main/webapp/catalog/topologyDetail.html | 5 ++--- 33 files changed, 54 insertions(+), 81 deletions(-) (limited to 'openo-portal/portal-catalog/src') diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html b/openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html index aabbaa02..e3a19da9 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html @@ -1,12 +1,12 @@ "] }); diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailController.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailController.js index ee490385..9360b5ef 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailController.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailController.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var vm = avalon.define({ $id: "tmDetailController", templateId: "", diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailUtil.js index 8e54ef3a..4fccf7f4 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailUtil.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var tmDetailUtil = {}; tmDetailUtil.timer = null; diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesController.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesController.js index d717c780..d078d1bc 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesController.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesController.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var vm = avalon.define({ $id : "tmNodesController", templateId : "", diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesDetailUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesDetailUtil.js index ca71ce44..e2892623 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesDetailUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesDetailUtil.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var tmNodesDetailUtil = {}; tmNodesDetailUtil.timer = null; diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmTopoController.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmTopoController.js index 8395b715..a4168e9a 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmTopoController.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmTopoController.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var vm = avalon.define({ $id : "tmTopoController", templateId : "", diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js index d15db04d..05768083 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var tmUtil = {}; tmUtil.nameRender = function(obj) { diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js index 2545314d..2c0561e0 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js @@ -1,5 +1,5 @@ -/** - * Copyright 2016 [ZTE] and others. +/* + * Copyright 2016 ZTE Corporation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - var topoUtil = {}; topoUtil.topoDatas=[]; topoUtil.svgOffsetWidth = 0; diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html b/openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html index 45056012..aa53f8fc 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html @@ -1,12 +1,12 @@ - diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html b/openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html index d4226ca2..f2b88d7f 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html @@ -1,12 +1,12 @@ - diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/topology.html b/openo-portal/portal-catalog/src/main/webapp/catalog/topology.html index ceff55bf..cf4fbac8 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/topology.html +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/topology.html @@ -1,12 +1,12 @@ - -- cgit 1.2.3-korg