diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-15 17:36:27 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-15 17:36:27 +0800 |
commit | 8415db00e0da5f2536f682798c94b03f6d6c1309 (patch) | |
tree | 9086b7d590ef7e9f62b1f2794a4e58df54a441db /openo-portal | |
parent | c4e8e7384f5f53aa10cbebfdd04dc7da92e94261 (diff) |
add the license and copyright header for the html and css files
Change-Id: I58570cad55399710bb03ef407b457386443fa39b
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/css/RMain.css | 15 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/css/VMMain.css | 15 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/gsolcmmain.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/overlayvpn.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/pom.xml | 2 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/sdnovpn.html | 18 | ||||
-rw-r--r-- | openo-portal/portal-lifecyclemgr/underlayvpn.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/css/RMain.css | 15 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/css/VMMain.css | 15 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/link.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/ne.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/port.html | 17 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/resource.html | 18 | ||||
-rw-r--r-- | openo-portal/portal-resmgr/openo-brs/site.html | 17 |
15 files changed, 217 insertions, 2 deletions
diff --git a/openo-portal/pom.xml b/openo-portal/pom.xml index 2ab828a1..1152b1d4 100644 --- a/openo-portal/pom.xml +++ b/openo-portal/pom.xml @@ -14,8 +14,8 @@ 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.
-
-->
+
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.openo.gso.gui</groupId>
diff --git a/openo-portal/portal-lifecyclemgr/css/RMain.css b/openo-portal/portal-lifecyclemgr/css/RMain.css index 7659db3f..42b431f8 100644 --- a/openo-portal/portal-lifecyclemgr/css/RMain.css +++ b/openo-portal/portal-lifecyclemgr/css/RMain.css @@ -1,3 +1,18 @@ +/* Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ *
+ * 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.
+ */
+
#iemp_layout_container {
padding: 0px;
margin: 1px auto;
diff --git a/openo-portal/portal-lifecyclemgr/css/VMMain.css b/openo-portal/portal-lifecyclemgr/css/VMMain.css index 1dd468d7..46754f0d 100644 --- a/openo-portal/portal-lifecyclemgr/css/VMMain.css +++ b/openo-portal/portal-lifecyclemgr/css/VMMain.css @@ -1,3 +1,18 @@ +/* Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ *
+ * 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.
+ */
+
body{
font-family: '微软雅黑';
font-size: 12px;
diff --git a/openo-portal/portal-lifecyclemgr/gsolcmmain.html b/openo-portal/portal-lifecyclemgr/gsolcmmain.html index d382b738..e98e8c6c 100644 --- a/openo-portal/portal-lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/gsolcmmain.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-lifecyclemgr/overlayvpn.html b/openo-portal/portal-lifecyclemgr/overlayvpn.html index b0337fcd..91f19855 100644 --- a/openo-portal/portal-lifecyclemgr/overlayvpn.html +++ b/openo-portal/portal-lifecyclemgr/overlayvpn.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-lifecyclemgr/pom.xml b/openo-portal/portal-lifecyclemgr/pom.xml index 7ae363e6..1822547c 100644 --- a/openo-portal/portal-lifecyclemgr/pom.xml +++ b/openo-portal/portal-lifecyclemgr/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
diff --git a/openo-portal/portal-lifecyclemgr/sdnovpn.html b/openo-portal/portal-lifecyclemgr/sdnovpn.html index a5c6b54a..bd3d567a 100644 --- a/openo-portal/portal-lifecyclemgr/sdnovpn.html +++ b/openo-portal/portal-lifecyclemgr/sdnovpn.html @@ -1,3 +1,21 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
+
<!doctype html>
<html>
<head>
diff --git a/openo-portal/portal-lifecyclemgr/underlayvpn.html b/openo-portal/portal-lifecyclemgr/underlayvpn.html index 94dbdf7b..ed318632 100644 --- a/openo-portal/portal-lifecyclemgr/underlayvpn.html +++ b/openo-portal/portal-lifecyclemgr/underlayvpn.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-resmgr/openo-brs/css/RMain.css b/openo-portal/portal-resmgr/openo-brs/css/RMain.css index 7659db3f..42b431f8 100644 --- a/openo-portal/portal-resmgr/openo-brs/css/RMain.css +++ b/openo-portal/portal-resmgr/openo-brs/css/RMain.css @@ -1,3 +1,18 @@ +/* Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ *
+ * 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.
+ */
+
#iemp_layout_container {
padding: 0px;
margin: 1px auto;
diff --git a/openo-portal/portal-resmgr/openo-brs/css/VMMain.css b/openo-portal/portal-resmgr/openo-brs/css/VMMain.css index 1dd468d7..46754f0d 100644 --- a/openo-portal/portal-resmgr/openo-brs/css/VMMain.css +++ b/openo-portal/portal-resmgr/openo-brs/css/VMMain.css @@ -1,3 +1,18 @@ +/* Copyright (c) 2016, Huawei Technologies Co., Ltd.
+ *
+ * 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.
+ */
+
body{
font-family: '微软雅黑';
font-size: 12px;
diff --git a/openo-portal/portal-resmgr/openo-brs/link.html b/openo-portal/portal-resmgr/openo-brs/link.html index 30c9389c..71ea6da7 100644 --- a/openo-portal/portal-resmgr/openo-brs/link.html +++ b/openo-portal/portal-resmgr/openo-brs/link.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-resmgr/openo-brs/ne.html b/openo-portal/portal-resmgr/openo-brs/ne.html index 2c60e408..3d317ca9 100644 --- a/openo-portal/portal-resmgr/openo-brs/ne.html +++ b/openo-portal/portal-resmgr/openo-brs/ne.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-resmgr/openo-brs/port.html b/openo-portal/portal-resmgr/openo-brs/port.html index 13798522..0deee4c0 100644 --- a/openo-portal/portal-resmgr/openo-brs/port.html +++ b/openo-portal/portal-resmgr/openo-brs/port.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
diff --git a/openo-portal/portal-resmgr/openo-brs/resource.html b/openo-portal/portal-resmgr/openo-brs/resource.html index a46a5f9c..dc1511ef 100644 --- a/openo-portal/portal-resmgr/openo-brs/resource.html +++ b/openo-portal/portal-resmgr/openo-brs/resource.html @@ -1,3 +1,21 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
+
<!doctype html>
<html>
<head>
diff --git a/openo-portal/portal-resmgr/openo-brs/site.html b/openo-portal/portal-resmgr/openo-brs/site.html index d3b01be7..d259ff6c 100644 --- a/openo-portal/portal-resmgr/openo-brs/site.html +++ b/openo-portal/portal-resmgr/openo-brs/site.html @@ -1,3 +1,20 @@ +<!--
+
+ Copyright (c) 2016, Huawei Technologies Co., Ltd.
+
+ 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.
+
+-->
<!DOCTYPE html>
<html>
|