Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 8f44c96d7 -> 6a4d16062


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/processor_task_pager.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/processor_task_pager.js 
b/services/dashboard/views/apps/streamingapp/processor_task_pager.js
index f3e5574..35a4084 100644
--- a/services/dashboard/views/apps/streamingapp/processor_task_pager.js
+++ b/services/dashboard/views/apps/streamingapp/processor_task_pager.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -38,4 +57,4 @@ angular.module('dashboard')
       }
     };
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/processor_task_table.html
----------------------------------------------------------------------
diff --git 
a/services/dashboard/views/apps/streamingapp/processor_task_table.html 
b/services/dashboard/views/apps/streamingapp/processor_task_table.html
index 9718475..4f96d28 100644
--- a/services/dashboard/views/apps/streamingapp/processor_task_table.html
+++ b/services/dashboard/views/apps/streamingapp/processor_task_table.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div>
   <sortable-table
     ng-if="metricType == 'meter'"
@@ -11,4 +30,4 @@
     records-bind="histogramMetricsTable.rows"
     pagination="10">
   </sortable-table>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/processor_task_table.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/processor_task_table.js 
b/services/dashboard/views/apps/streamingapp/processor_task_table.js
index 9793d3a..baefe40 100644
--- a/services/dashboard/views/apps/streamingapp/processor_task_table.js
+++ b/services/dashboard/views/apps/streamingapp/processor_task_table.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -54,4 +73,4 @@ angular.module('dashboard')
         );
       }
     }])
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/streamingapp.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/streamingapp.html 
b/services/dashboard/views/apps/streamingapp/streamingapp.html
index a6e3914..d5e6115 100644
--- a/services/dashboard/views/apps/streamingapp/streamingapp.html
+++ b/services/dashboard/views/apps/streamingapp/streamingapp.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div class="col-md-12">
   <div class="row">
     <div class="col-md-6 col-sm-4">
@@ -62,4 +81,4 @@
 </div>
 <!-- end of tabs -->
 
-<div ui-view></div>
\ No newline at end of file
+<div ui-view></div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/streamingapp.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/streamingapp.js 
b/services/dashboard/views/apps/streamingapp/streamingapp.js
index ad85ccd..bc7a9cd 100644
--- a/services/dashboard/views/apps/streamingapp/streamingapp.js
+++ b/services/dashboard/views/apps/streamingapp/streamingapp.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/vis/network.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/vis/network.js 
b/services/dashboard/views/apps/streamingapp/vis/network.js
index f5c9f80..928d4cb 100644
--- a/services/dashboard/views/apps/streamingapp/vis/network.js
+++ b/services/dashboard/views/apps/streamingapp/vis/network.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -121,4 +140,4 @@ angular.module('dashboard')
       }
     };
   }])
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/streamingapp/vis/network_style.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/streamingapp/vis/network_style.js 
b/services/dashboard/views/apps/streamingapp/vis/network_style.js
index 498cdfb..a9e0086 100644
--- a/services/dashboard/views/apps/streamingapp/vis/network_style.js
+++ b/services/dashboard/views/apps/streamingapp/vis/network_style.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -113,4 +132,4 @@ angular.module('dashboard')
     };
     return self;
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/submit/submit.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/submit/submit.html 
b/services/dashboard/views/apps/submit/submit.html
index a2245cb..ba34fce 100644
--- a/services/dashboard/views/apps/submit/submit.html
+++ b/services/dashboard/views/apps/submit/submit.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div class="modal" tabindex="-1">
   <div class="modal-md col-md-5 col-md-offset-3">
     <div class="modal-content">
@@ -65,4 +84,4 @@
       </div>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/apps/submit/submit.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/apps/submit/submit.js 
b/services/dashboard/views/apps/submit/submit.js
index f533794..afb5c56 100644
--- a/services/dashboard/views/apps/submit/submit.js
+++ b/services/dashboard/views/apps/submit/submit.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -51,4 +70,4 @@ angular.module('dashboard')
         });
       };
     }])
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/cluster/master/master.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/cluster/master/master.html 
b/services/dashboard/views/cluster/master/master.html
index ffa7960..7517a6f 100644
--- a/services/dashboard/views/cluster/master/master.html
+++ b/services/dashboard/views/cluster/master/master.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div class="col-md-6">
   <property-table
     caption="Master Overview"
@@ -13,4 +32,4 @@
     sampling-config="metricsConfig"
     query-metrics-fn-ref="queryMetricsFnRef">
   </jvm-metrics-view>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/cluster/master/master.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/cluster/master/master.js 
b/services/dashboard/views/cluster/master/master.js
index f876710..64383d7 100644
--- a/services/dashboard/views/cluster/master/master.js
+++ b/services/dashboard/views/cluster/master/master.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -65,4 +84,4 @@ angular.module('dashboard')
           
models.$get.masterMetrics($scope.metricsConfig.retainRecentDataIntervalMs);
       };
     }])
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/cluster/overview.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/cluster/overview.html 
b/services/dashboard/views/cluster/overview.html
index f182cdd..3aad796 100644
--- a/services/dashboard/views/cluster/overview.html
+++ b/services/dashboard/views/cluster/overview.html
@@ -1 +1,20 @@
-<div ui-view></div>
\ No newline at end of file
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
+<div ui-view></div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/helper.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/helper.js 
b/services/dashboard/views/helper.js
index 3a5ec8b..0440679 100644
--- a/services/dashboard/views/helper.js
+++ b/services/dashboard/views/helper.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -57,4 +76,4 @@ angular.module('dashboard')
       return helper.readableMetricValue(value);
     };
   }])
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/jvm/jvm_metrics_view.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/jvm/jvm_metrics_view.html 
b/services/dashboard/views/jvm/jvm_metrics_view.html
index 4b3e592..b8537c9 100644
--- a/services/dashboard/views/jvm/jvm_metrics_view.html
+++ b/services/dashboard/views/jvm/jvm_metrics_view.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <property-table
   caption="JVM Metrics"
   props-bind="jvmMetricsTable"
@@ -22,4 +41,4 @@
       datasource-bind="memoryUsageChart.data">
     </line-chart>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/jvm/jvm_metrics_view.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/jvm/jvm_metrics_view.js 
b/services/dashboard/views/jvm/jvm_metrics_view.js
index c9d6ff8..5c6e6d9 100644
--- a/services/dashboard/views/jvm/jvm_metrics_view.js
+++ b/services/dashboard/views/jvm/jvm_metrics_view.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -139,4 +158,4 @@ angular.module('dashboard')
         }]
     }
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/landing/breadcrumbs.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/landing/breadcrumbs.html 
b/services/dashboard/views/landing/breadcrumbs.html
index 774e311..2d47653 100644
--- a/services/dashboard/views/landing/breadcrumbs.html
+++ b/services/dashboard/views/landing/breadcrumbs.html
@@ -1,6 +1,25 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <ol class="breadcrumb breadcrumb-alt">
   <li ng-repeat="breadcrumb in breadcrumbs track by $index">
     <a ng-if="!$last" ng-href="#{{breadcrumb.path}}" 
ng-bind="breadcrumb.text"></a>
     <span ng-if="$last" class="active" ng-bind="breadcrumb.text"></span>
   </li>
-</ol>
\ No newline at end of file
+</ol>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/landing/breadcrumbs.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/landing/breadcrumbs.js 
b/services/dashboard/views/landing/breadcrumbs.js
index 52ab8c2..d48e7c1 100644
--- a/services/dashboard/views/landing/breadcrumbs.js
+++ b/services/dashboard/views/landing/breadcrumbs.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -64,4 +83,4 @@ angular.module('dashboard')
       }]
     };
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/landing/header.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/landing/header.html 
b/services/dashboard/views/landing/header.html
index 2f2c27a..e508552 100644
--- a/services/dashboard/views/landing/header.html
+++ b/services/dashboard/views/landing/header.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <nav class="navbar navbar-inverse navbar-fixed-top">
   <div class="navbar-header">
     <button type="button" class="navbar-toggle" data-toggle="collapse" 
data-target="#main_nav">

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/landing/header.js
----------------------------------------------------------------------
diff --git a/services/dashboard/views/landing/header.js 
b/services/dashboard/views/landing/header.js
index 22c39d7..8fc54e9 100644
--- a/services/dashboard/views/landing/header.js
+++ b/services/dashboard/views/landing/header.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -34,4 +53,4 @@ angular.module('dashboard')
       }]
     };
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/views/service_unreachable_notice.html
----------------------------------------------------------------------
diff --git a/services/dashboard/views/service_unreachable_notice.html 
b/services/dashboard/views/service_unreachable_notice.html
index 1835403..4c4767e 100644
--- a/services/dashboard/views/service_unreachable_notice.html
+++ b/services/dashboard/views/service_unreachable_notice.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div class="modal" tabindex="-1">
   <div class="modal-md col-md-6 col-md-offset-3">
     <div class="modal-content">
@@ -12,4 +31,4 @@
       </div>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/widgets/metrics_period_switcher.html
----------------------------------------------------------------------
diff --git a/services/dashboard/widgets/metrics_period_switcher.html 
b/services/dashboard/widgets/metrics_period_switcher.html
index 92312a0..f076c5e 100644
--- a/services/dashboard/widgets/metrics_period_switcher.html
+++ b/services/dashboard/widgets/metrics_period_switcher.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <radio-group
   options="options" button-width="110px"
-  ng-model="value"></radio-group>
\ No newline at end of file
+  ng-model="value"></radio-group>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/widgets/metrics_period_switcher.js
----------------------------------------------------------------------
diff --git a/services/dashboard/widgets/metrics_period_switcher.js 
b/services/dashboard/widgets/metrics_period_switcher.js
index de9b62c..9aa5b4f 100644
--- a/services/dashboard/widgets/metrics_period_switcher.js
+++ b/services/dashboard/widgets/metrics_period_switcher.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -29,4 +48,4 @@ angular.module('dashboard')
       }
     }
   })
-;
\ No newline at end of file
+;

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/widgets/radio_group.html
----------------------------------------------------------------------
diff --git a/services/dashboard/widgets/radio_group.html 
b/services/dashboard/widgets/radio_group.html
index 0c68574..3bf09b2 100644
--- a/services/dashboard/widgets/radio_group.html
+++ b/services/dashboard/widgets/radio_group.html
@@ -1,3 +1,22 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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.
+-->
+
 <div class="row">
   <div class="col-md-12 text-center">
     <div class="btn-group btn-group-xs">
@@ -9,4 +28,4 @@
               ng-click="toggle(value)"></button>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/6a4d1606/services/dashboard/widgets/radio_group.js
----------------------------------------------------------------------
diff --git a/services/dashboard/widgets/radio_group.js 
b/services/dashboard/widgets/radio_group.js
index cc46788..f2269b1 100644
--- a/services/dashboard/widgets/radio_group.js
+++ b/services/dashboard/widgets/radio_group.js
@@ -1,4 +1,23 @@
 /*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+ */
+
+/*
  * Licensed under the Apache License, Version 2.0
  * See accompanying LICENSE file.
  */
@@ -26,4 +45,4 @@ angular.module('dashboard')
       }
     }
   })
-;
\ No newline at end of file
+;

Reply via email to