Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 3daedf5

Browse files
authored
Add license to shell.snip.html (#3641)
* Converting comments to jinja2 format
1 parent a4140f2 commit 3daedf5

File tree

10 files changed

+38
-19
lines changed

10 files changed

+38
-19
lines changed

heron/tools/ui/resources/templates/application.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
<!DOCTYPE html>
2121
<html lang="en" class="not-showing-stats no-colors">

heron/tools/ui/resources/templates/browse.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
See the License for the specific language governing permissions and
1212
limitations under the License.
13-
-->
13+
#}
1414
<html>
1515

1616
<head>

heron/tools/ui/resources/templates/config.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
{% extends "application.html" %}
2121
{% block content %}

heron/tools/ui/resources/templates/error.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
<!DOCTYPE html>
2121

heron/tools/ui/resources/templates/exception.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
{% extends "application.html" %}
2121
{% block content %}

heron/tools/ui/resources/templates/file.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License.
44
You may obtain a copy of the License at
@@ -10,7 +10,7 @@
1010
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111
See the License for the specific language governing permissions and
1212
limitations under the License.
13-
-->
13+
#}
1414

1515
<html>
1616

heron/tools/ui/resources/templates/nav.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
<div id="mainnav">
2121
<ul style="margin-left:5px;">

heron/tools/ui/resources/templates/shell.snip.html

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
{#
2+
Licensed to the Apache Software Foundation (ASF) under one
3+
or more contributor license agreements. See the NOTICE file
4+
distributed with this work for additional information
5+
regarding copyright ownership. The ASF licenses this file
6+
to you under the Apache License, Version 2.0 (the
7+
"License"); you may not use this file except in compliance
8+
with the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing,
13+
software distributed under the License is distributed on an
14+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15+
KIND, either express or implied. See the License for the
16+
specific language governing permissions and limitations
17+
under the License.
18+
#}
19+
120
{{ info | safe }}
221
<pre>
322
<br/>

heron/tools/ui/resources/templates/topologies.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
{% extends "application.html" %}
2121

heron/tools/ui/resources/templates/topology.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
{#
22
Licensed to the Apache Software Foundation (ASF) under one
33
or more contributor license agreements. See the NOTICE file
44
distributed with this work for additional information
@@ -15,7 +15,7 @@
1515
KIND, either express or implied. See the License for the
1616
specific language governing permissions and limitations
1717
under the License.
18-
-->
18+
#}
1919

2020
{% extends "application.html" %}
2121

@@ -87,7 +87,7 @@ <h4 class="space-above">
8787

8888
<!-- Details section. It contains a navigator and the details. -->
8989
<div class="col-md-12">
90-
<!-- Navegator -->
90+
<!-- Navigator -->
9191
<div id="display-navigator">
9292
<div class="navbar-default">
9393
<div class="row navbar-collapse collapse navbar-responsive-collapse">

0 commit comments

Comments
 (0)