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 --- .../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 ++--- 13 files changed, 26 insertions(+), 38 deletions(-) (limited to 'openo-portal/portal-catalog/src/main/webapp/catalog/js') diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/commonUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/commonUtil.js index abc4cd63..5a5cdaca 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/commonUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/commonUtil.js @@ -1,11 +1,11 @@ /* - * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE) + * 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. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * 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, diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/loadi18n_nsoc.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/loadi18n_nsoc.js index e667450f..459aeb19 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/loadi18n_nsoc.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/loadi18n_nsoc.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. */ - function loadPropertiesSideMenu(lang, fileNamePrefix, filePath){ jQuery.i18n.properties({ language:lang, diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/serverPageTable.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/serverPageTable.js index 00a6782b..2c076315 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/serverPageTable.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/component/serverPageTable.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 serverPageTable = {}; /* Bootstrap style full number pagination control */ $.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings ) diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmController.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmController.js index 4a971218..023e08d3 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmController.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmController.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 : "pmController", resource : { diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmUtil.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmUtil.js index 992357d0..c694c51f 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmUtil.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmUtil.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 pmUtil = {}; pmUtil.changeStatus = function(csarId, status) { diff --git a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmController.js b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmController.js index bea04e3f..1b1c76d6 100644 --- a/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmController.js +++ b/openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmController.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. */ - avalon.config({ interpolate: [""] }); 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; -- cgit 1.2.3-korg