copyright info corrected as per the wiki definition.
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Fri, 16 Sep 2016 14:33:16 +0000 (22:33 +0800)
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>
Fri, 16 Sep 2016 14:33:16 +0000 (22:33 +0800)
Change-Id: I30683e93bc60bc2d52d9c6a911516fa8307d0494
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
19 files changed:
openo-portal/portal-lifecyclemgr/css/RMain.css
openo-portal/portal-lifecyclemgr/css/VMMain.css
openo-portal/portal-lifecyclemgr/js/brs.js
openo-portal/portal-lifecyclemgr/js/gsolcm.js
openo-portal/portal-lifecyclemgr/js/rest.js
openo-portal/portal-lifecyclemgr/js/topo/Edge.js
openo-portal/portal-lifecyclemgr/js/topo/Node.js
openo-portal/portal-lifecyclemgr/js/topo/Topology.js
openo-portal/portal-lifecyclemgr/js/underlay.js
openo-portal/portal-lifecyclemgr/js/vpn.js
openo-portal/portal-lifecyclemgr/overlayvpn_topo.html
openo-portal/portal-resmgr/openo-brs/css/RMain.css
openo-portal/portal-resmgr/openo-brs/css/VMMain.css
openo-portal/portal-resmgr/openo-brs/js/brs.js
openo-portal/portal-resmgr/openo-brs/link.html
openo-portal/portal-resmgr/openo-brs/ne.html
openo-portal/portal-resmgr/openo-brs/port.html
openo-portal/portal-resmgr/openo-brs/resource.html
openo-portal/portal-resmgr/openo-brs/site.html

index c40182b..1b8488a 100644 (file)
@@ -4,7 +4,7 @@
  * 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 @@
  * limitations under the License.\r
  */\r
 \r
+\r
 #iemp_layout_container {\r
   padding: 0px;\r
   margin: 1px auto;\r
index 44dbccf..e625e90 100644 (file)
@@ -4,7 +4,7 @@
  * 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 @@
  * limitations under the License.\r
  */\r
 \r
+\r
 body{\r
     font-family: '微软雅黑';\r
     font-size: 12px;\r
index deea08e..e975f6c 100644 (file)
@@ -4,7 +4,7 @@
  * 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
@@ -12,6 +12,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
  \r
 $('.siteDeleteImg').click(function(){\r
        var data = $(this).parent().parent().parent().find('td:last').find('div:last').html();\r
index 8fa7c7f..5258d90 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ * Copyright 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cbbcb51..a5d83f8 100644 (file)
@@ -4,7 +4,7 @@
  * 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 @@
  * limitations under the License.\r
  */\r
 \r
+\r
 $(function(){\r
        $('.creat-btn').click(function(){\r
                                $('#vmAppDialog').addClass('in').css({'display':'block'});\r
index 1083d8e..fbdcbd1 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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
+ *\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
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
\r
 var edgeColors = {\r
        red : "#f00",\r
        green: "#0f0",\r
index bae5fc8..340947f 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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
+ *\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
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
\r
 var icon = {\r
        type1 : "js/topo/img/NEUP.png",\r
        type2 : "js/topo/img/NETWORK.png",\r
index a73fdb1..d8d27df 100644 (file)
@@ -1,3 +1,18 @@
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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
+ *\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
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ * See the License for the specific language governing permissions and\r
+ * limitations under the License.\r
+ */\r
\r
 function Topology(containerId) {\r
 \r
        /**\r
index 904d6da..05fc3da 100644 (file)
@@ -4,7 +4,7 @@
  * 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
@@ -12,6 +12,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
  \r
 function loadUnderlayData(){\r
        var requestUrl = "http://localhost:8080/org.openo.sdno.l3vpnservice/openoapi/sdnol3vpn/v1/l3vpns";\r
index 41091e8..eaa53e6 100644 (file)
@@ -4,7 +4,7 @@
  * 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
@@ -12,6 +12,7 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
+\r
  \r
 function deleteSite(objectId){\r
        alert(objectId);\r
index 610e0b5..ddd8eaa 100644 (file)
@@ -1,3 +1,21 @@
+<!--\r
+\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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
+\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
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+    See the License for the specific language governing permissions and\r
+    limitations under the License.\r
+\r
+-->\r
+\r
 <!DOCTYPE html>\r
 <html>\r
 <head>\r
index 42b431f..1b8488a 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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 @@
  * limitations under the License.\r
  */\r
 \r
+\r
 #iemp_layout_container {\r
   padding: 0px;\r
   margin: 1px auto;\r
index 46754f0..e625e90 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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 @@
  * limitations under the License.\r
  */\r
 \r
+\r
 body{\r
     font-family: '微软雅黑';\r
     font-size: 12px;\r
index 8e9220e..83d213c 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+/* Copyright 2016, Huawei Technologies Co., Ltd.\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 71ea6da..ee24eda 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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 3d317ca..301cb75 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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 0deee4c..e47b30d 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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 ddb48fd..06ddae8 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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 d259ff6..9cb3e50 100644 (file)
@@ -1,6 +1,6 @@
 <!--\r
 \r
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.\r
+    Copyright 2016, Huawei Technologies Co., Ltd.\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