Modify license.
authornancylizi <li.zi30@zte.com.cn>
Thu, 22 Sep 2016 10:07:47 +0000 (18:07 +0800)
committernancylizi <li.zi30@zte.com.cn>
Thu, 22 Sep 2016 10:07:47 +0000 (18:07 +0800)
Issue-id:TOSCA-73

Change-Id: I9e5684153ded6299fc9d3b775aad6e955c532e8b
Signed-off-by: nancylizi <li.zi30@zte.com.cn>
33 files changed:
openo-portal/portal-catalog/pom.xml
openo-portal/portal-catalog/src/main/webapp/catalog/csarPackage.html
openo-portal/portal-catalog/src/main/webapp/catalog/css/datatable-sort.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/fileupload.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/hostMirror.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/package.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/platform/animate.min.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/platform/skill.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/software.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/template.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/templateDetail.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/topology.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/virtualApplication.css
openo-portal/portal-catalog/src/main/webapp/catalog/css/vnfm.css
openo-portal/portal-catalog/src/main/webapp/catalog/i18n/nfv-nso-iui-i18n-en-US.properties
openo-portal/portal-catalog/src/main/webapp/catalog/i18n/nfv-nso-iui-i18n-zh-CN.properties
openo-portal/portal-catalog/src/main/webapp/catalog/js/component/loadi18n_nsoc.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/component/serverPageTable.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmController.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/package/pmUtil.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmController.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailController.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmDetailUtil.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesController.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmNodesDetailUtil.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmTopoController.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/tmUtil.js
openo-portal/portal-catalog/src/main/webapp/catalog/js/template/topoUtil.js
openo-portal/portal-catalog/src/main/webapp/catalog/nodesDetail.html
openo-portal/portal-catalog/src/main/webapp/catalog/template.html
openo-portal/portal-catalog/src/main/webapp/catalog/templateDetail.html
openo-portal/portal-catalog/src/main/webapp/catalog/topology.html
openo-portal/portal-catalog/src/main/webapp/catalog/topologyDetail.html

index c49813b..6a647b0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
 
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+    Copyright 2016 [ZTE] and others.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
     limitations under the License.
 
 -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
index 501b912..7f1a44f 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 09af1d0..ed9847a 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 table.table thead .sorting,
 table.table thead .sorting_asc,
 table.table thead .sorting_desc,
index 220b517..14246da 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 @charset "UTF-8";\r
 \r
 .file-caption {\r
index 2f99e68..a63d3bc 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 body {\r
        font-family: microsoft yahei !important;\r
 }\r
index 9ff4aef..94ea2e9 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 body {\r
        font-family: microsoft yahei !important;\r
 }\r
index 5fb2089..cf2cbaf 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 @charset "UTF-8";/*!
 Animate.css - http://daneden.me/animate
 Licensed under the MIT license - http://opensource.org/licenses/MIT
index 4beeda7..7f980e9 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 body {
   font-family: 'Open Sans', sans-serif;  
   background-color: #f1f3fa;
index ea561ef..2068df9 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 body {
        font-family: microsoft yahei !important;
 }
index ba7a988..09b6ae6 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 body {
        font-family: microsoft yahei !important;
 }
index bc048e6..7314f5d 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 body {\r
        font-family: microsoft yahei !important;\r
 }\r
index a4e1d3d..1e0d877 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 .container-fluid {\r
   background-color: #fff;\r
   padding: 0;\r
index 38ae620..3ec0681 100644 (file)
@@ -1,11 +1,11 @@
 /**\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 body {\r
        font-family: microsoft yahei !important;\r
 }\r
index a3848f6..66348da 100644 (file)
@@ -1,11 +1,11 @@
 /**
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2016 [ZTE] and others.
  *
  * 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,
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 body {
        font-family: microsoft yahei !important;
 }
index ced9a83..d066da4 100644 (file)
@@ -1,5 +1,5 @@
 #\r
-# Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+# Copyright 2016 [ZTE] and others.\r
 #\r
 # Licensed under the Apache License, Version 2.0 (the "License");\r
 # you may not use this file except in compliance with the License.\r
index d7ee342..1e33352 100644 (file)
@@ -1,5 +1,5 @@
 #\r
-# Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+# Copyright 2016 [ZTE] and others.\r
 #\r
 # Licensed under the Apache License, Version 2.0 (the "License");\r
 # you may not use this file except in compliance with the License.\r
index d49d223..e667450 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ * Copyright 2016 [ZTE] and others.
+ *
+ * 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.
+ */
+
 function loadPropertiesSideMenu(lang, fileNamePrefix, filePath){
        jQuery.i18n.properties({
            language:lang,
index 5a7b390..cfa4a99 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var serverPageTable = {};\r
 /* Bootstrap style full number pagination control */\r
 $.fn.dataTableExt.oApi.fnPagingInfo = function ( oSettings )\r
index 7011a65..4a97121 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
index 610eb2e..992357d 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var pmUtil = {};\r
 \r
 pmUtil.changeStatus = function(csarId, status) {\r
index a6027bf..bea04e3 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 avalon.config({\r
        interpolate: ["<!--", "-->"]\r
 });\r
index 0d04e7c..834562a 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
index 40980c0..8e54ef3 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var tmDetailUtil = {};\r
 tmDetailUtil.timer = null;\r
 \r
index a25b10c..d717c78 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
index b5f7dab..ca71ce4 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var tmNodesDetailUtil = {};\r
 tmNodesDetailUtil.timer = null;\r
 \r
index bcae3ab..8395b71 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
index b0137b0..d15db04 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var tmUtil = {};\r
 \r
 tmUtil.nameRender = function(obj) {\r
index 8e0b850..a531278 100644 (file)
@@ -1,11 +1,11 @@
-/*\r
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+/**\r
+ * Copyright 2016 [ZTE] and others.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *         http://www.apache.org/licenses/LICENSE-2.0\r
+ *     http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -13,6 +13,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
 var topoUtil = {};\r
 topoUtil.topoDatas=[];\r
 topoUtil.svgOffsetWidth = 0;\r
index dfb771c..9ef2e42 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 8a80c24..1b159cd 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
@@ -15,6 +15,7 @@
     limitations under the License.\r
 \r
 -->\r
+\r
 <!DOCTYPE html>\r
 <html>\r
 <head>\r
index 856a3bb..d556354 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
@@ -15,6 +15,7 @@
     limitations under the License.\r
 \r
 -->\r
+\r
 <!DOCTYPE html>\r
 <html>\r
 <head>\r
index 661ae23..ceff55b 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
index 5a905b6..e539857 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)\r
+    Copyright 2016 [ZTE] and others.\r
 \r
     Licensed under the Apache License, Version 2.0 (the "License");\r
     you may not use this file except in compliance with the License.\r
@@ -15,6 +15,7 @@
     limitations under the License.\r
 \r
 -->\r
+\r
 <html>\r
 <head>\r
     <head lang="en">\r