You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/03/30 16:28:01 UTC

[3/6] incubator-metron git commit: Update license/notices with appropriate 3rd party bundled notices closes apache/incubator-metron#64

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/bettermap/leaflet/plugins.css
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/bettermap/leaflet/plugins.css b/metron-ui/lib/public/app/panels/bettermap/leaflet/plugins.css
index ba2c7c4..5fcde88 100755
--- a/metron-ui/lib/public/app/panels/bettermap/leaflet/plugins.css
+++ b/metron-ui/lib/public/app/panels/bettermap/leaflet/plugins.css
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
 	-webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-in;
 	-moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-in;
@@ -72,4 +90,4 @@
 	top: 5px;
 	left: -10px;
 	display: none;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/bettermap/module.css
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/bettermap/module.css b/metron-ui/lib/public/app/panels/bettermap/module.css
index b0e0969..b0b73db 100755
--- a/metron-ui/lib/public/app/panels/bettermap/module.css
+++ b/metron-ui/lib/public/app/panels/bettermap/module.css
@@ -1,4 +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.
+ */
+
 /** custom additions **/
 .leaflet-marker-icon {
   color: #333;
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/bettermap/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/bettermap/module.html b/metron-ui/lib/public/app/panels/bettermap/module.html
index f63d8c7..573bb14 100755
--- a/metron-ui/lib/public/app/panels/bettermap/module.html
+++ b/metron-ui/lib/public/app/panels/bettermap/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='bettermap' ng-init="init()">
   <style>
     .leaflet-label {
@@ -8,4 +25,4 @@
   <div  style="padding-right:10px;padding-top:10px;height:{{panel.height|| row.height}};overflow:hidden">
     <div bettermap id="{{$id}}" params="{{panel}}" style="height:100%"></div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/column/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/column/editor.html b/metron-ui/lib/public/app/panels/column/editor.html
index 06f91b3..d970f4c 100755
--- a/metron-ui/lib/public/app/panels/column/editor.html
+++ b/metron-ui/lib/public/app/panels/column/editor.html
@@ -1,3 +1,20 @@
+<!--
+   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>
   <div class="row-fluid">
     <h4>Add Panel to Column</h4>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/column/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/column/module.html b/metron-ui/lib/public/app/panels/column/module.html
index 864ec84..0108c3b 100755
--- a/metron-ui/lib/public/app/panels/column/module.html
+++ b/metron-ui/lib/public/app/panels/column/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller="column" ng-init="init();">
   <!-- Panels -->
   <div ng-repeat="(name, panel) in panel.panels" ng-hide="panel.height == '0px' || panel.hide" class="row-fluid panel" style="min-height:{{panel.height}}; position:relative">
@@ -13,4 +30,4 @@
       <kibana-panel type="panel.type"></kibana-panel>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/column/panelgeneral.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/column/panelgeneral.html b/metron-ui/lib/public/app/panels/column/panelgeneral.html
index b952c1e..cf44a8c 100755
--- a/metron-ui/lib/public/app/panels/column/panelgeneral.html
+++ b/metron-ui/lib/public/app/panels/column/panelgeneral.html
@@ -1,4 +1,21 @@
-  <div class="row-fluid">
+<!--
+   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-fluid">
     <div class="span4">
       <label class="small">Title</label><input type="text" class="input-medium" ng-model='panel.title'></input>
     </div>
@@ -8,4 +25,4 @@
     <div class="span1"> 
       <label class="small"> Editable </label><input type="checkbox" ng-model="panel.editable" ng-checked="panel.editable">
     </div>
-  </div>
\ No newline at end of file
+  </div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/dashcontrol/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/dashcontrol/editor.html b/metron-ui/lib/public/app/panels/dashcontrol/editor.html
index 8faf815..14573f0 100755
--- a/metron-ui/lib/public/app/panels/dashcontrol/editor.html
+++ b/metron-ui/lib/public/app/panels/dashcontrol/editor.html
@@ -1,3 +1,20 @@
+<!--
+   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>
   <h5>Allow saving to</h5>
   <div class="row-fluid">
@@ -41,4 +58,4 @@
       <label class="small">TTL Duration <i class="icon-question-sign" bs-tooltip="'Elasticsearch date math, eg: 1m,1d,1w,30d'"></i></label><input class="input-small" type="text" ng-model="panel.temp_ttl">
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/dashcontrol/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/dashcontrol/module.html b/metron-ui/lib/public/app/panels/dashcontrol/module.html
index 4a5fa07..3010c6e 100755
--- a/metron-ui/lib/public/app/panels/dashcontrol/module.html
+++ b/metron-ui/lib/public/app/panels/dashcontrol/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='dashcontrol' ng-init="init()">
   This panel has been removed. Please use the dashboard controls in the top right and remove this panel from your dashboard
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/derivequeries/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/derivequeries/editor.html b/metron-ui/lib/public/app/panels/derivequeries/editor.html
index 281c686..fe8edfc 100755
--- a/metron-ui/lib/public/app/panels/derivequeries/editor.html
+++ b/metron-ui/lib/public/app/panels/derivequeries/editor.html
@@ -1 +1,18 @@
-<div></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></div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/derivequeries/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/derivequeries/module.html b/metron-ui/lib/public/app/panels/derivequeries/module.html
index 58e96a1..0001195 100755
--- a/metron-ui/lib/public/app/panels/derivequeries/module.html
+++ b/metron-ui/lib/public/app/panels/derivequeries/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='derivequeries' ng-init="init()">
  <h4>This panel has been removed and replaced with the new topN query type. Click the colored dot associated with a query to configure the, much improved, equivilent of a derived query.</h4>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/fields/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/fields/editor.html b/metron-ui/lib/public/app/panels/fields/editor.html
index 42ddee0..c633f7e 100755
--- a/metron-ui/lib/public/app/panels/fields/editor.html
+++ b/metron-ui/lib/public/app/panels/fields/editor.html
@@ -1,4 +1,21 @@
-  <div class="row-fluid">    
+<!--
+   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-fluid">    
     <div class="span3"><h6>Popup Position</h6> 
       <select class="input-small" ng-model="panel.micropanel_position" ng-options="f for f in ['top','right','bottom','left']" ng-change="reload_list();"></select></span>
     </div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/fields/micropanel.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/fields/micropanel.html b/metron-ui/lib/public/app/panels/fields/micropanel.html
index 767c8fd..0697e7c 100755
--- a/metron-ui/lib/public/app/panels/fields/micropanel.html
+++ b/metron-ui/lib/public/app/panels/fields/micropanel.html
@@ -1,3 +1,20 @@
+<!--
+   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.
+-->
+
 <a class="close" ng-click="dismiss()" href="">×</a>
 <h4>
   Micro Analysis of {{micropanel.field}} 
@@ -22,4 +39,4 @@
     </tr>
   </tbody>
 </table>
-<span ng-repeat='(field,count) in micropanel.related'><a ng-click="toggle_field(field)">{{field}}</a> ({{Math.round((count / micropanel.count) * 100)}}%),</span>
\ No newline at end of file
+<span ng-repeat='(field,count) in micropanel.related'><a ng-click="toggle_field(field)">{{field}}</a> ({{Math.round((count / micropanel.count) * 100)}}%),</span>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/fields/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/fields/module.html b/metron-ui/lib/public/app/panels/fields/module.html
index 79b6f4c..1107929 100755
--- a/metron-ui/lib/public/app/panels/fields/module.html
+++ b/metron-ui/lib/public/app/panels/fields/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='fields' ng-init="init()">
  <h4>The 'fields' panel is deprecated.</h4> The table panel now integrates a field selector.
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/fields/module.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/fields/module.js b/metron-ui/lib/public/app/panels/fields/module.js
index a887b4f..ad1d03f 100755
--- a/metron-ui/lib/public/app/panels/fields/module.js
+++ b/metron-ui/lib/public/app/panels/fields/module.js
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 /*
   ## Fields (DEPRECATED)
 */
@@ -34,4 +52,4 @@ function (angular, app, _) {
     };
 
   });
-});
\ No newline at end of file
+});

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/goal/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/goal/editor.html b/metron-ui/lib/public/app/panels/goal/editor.html
index 0e76189..bd00238 100755
--- a/metron-ui/lib/public/app/panels/goal/editor.html
+++ b/metron-ui/lib/public/app/panels/goal/editor.html
@@ -1,4 +1,21 @@
-  <div class="editor-row">
+<!--
+   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="editor-row">
 
     <div class="section">
       <h5>Parameters</h5>
@@ -27,4 +44,4 @@
       </div>
     </div>
 
-  </div>
\ No newline at end of file
+  </div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/goal/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/goal/module.html b/metron-ui/lib/public/app/panels/goal/module.html
index ae4a3b8..75ac92f 100755
--- a/metron-ui/lib/public/app/panels/goal/module.html
+++ b/metron-ui/lib/public/app/panels/goal/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='goal' ng-init="init()">
   <style>
     .goal-label { pointer-events: none }
@@ -12,4 +29,4 @@
   <div ng-show="panel.legend == 'below'" ng-repeat="query in legend" style="float:left;padding-left: 10px;">
     <span ng-show="panel.chart != 'none'"><i class="icon-circle" ng-style="{color:query.color}"></i></span><span class="small"> {{query.label}} ({{query.data[0][1]}}) </span></span>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/goal/module.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/goal/module.js b/metron-ui/lib/public/app/panels/goal/module.js
index 544fa05..6d5e708 100755
--- a/metron-ui/lib/public/app/panels/goal/module.js
+++ b/metron-ui/lib/public/app/panels/goal/module.js
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 /** @scratch /panels/5
  *
  * include::panels/goal.asciidoc[]

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/pcap/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/pcap/editor.html b/metron-ui/lib/public/app/panels/pcap/editor.html
index d4007b4..f0017ee 100755
--- a/metron-ui/lib/public/app/panels/pcap/editor.html
+++ b/metron-ui/lib/public/app/panels/pcap/editor.html
@@ -1,3 +1,20 @@
+<!--
+   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>
   <div class="row-fluid">
     <div class="span4">

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/pcap/lib/showdown.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/pcap/lib/showdown.js b/metron-ui/lib/public/app/panels/pcap/lib/showdown.js
index 9493071..6c0f59c 100755
--- a/metron-ui/lib/public/app/panels/pcap/lib/showdown.js
+++ b/metron-ui/lib/public/app/panels/pcap/lib/showdown.js
@@ -1451,4 +1451,4 @@ if (typeof define === 'function' && define.amd) {
     define(function() {
         return Showdown;
     });
-}
\ No newline at end of file
+}

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/pcap/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/pcap/module.html b/metron-ui/lib/public/app/panels/pcap/module.html
index eaf1572..946e4ca 100755
--- a/metron-ui/lib/public/app/panels/pcap/module.html
+++ b/metron-ui/lib/public/app/panels/pcap/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller='pcap' ng-init="init()">
 
   <style>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/pcap/module.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/pcap/module.js b/metron-ui/lib/public/app/panels/pcap/module.js
index 47c21f2..2d18d7f 100755
--- a/metron-ui/lib/public/app/panels/pcap/module.js
+++ b/metron-ui/lib/public/app/panels/pcap/module.js
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 /** @scratch /panels/5
  *
  * include::panels/pcap.asciidoc[]

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/pcap/packet_data.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/pcap/packet_data.js b/metron-ui/lib/public/app/panels/pcap/packet_data.js
index c9ae1d1..c77d9c4 100644
--- a/metron-ui/lib/public/app/panels/pcap/packet_data.js
+++ b/metron-ui/lib/public/app/panels/pcap/packet_data.js
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 var packet_data = {
 "pdml": {
 "$": {
@@ -4230,4 +4248,4 @@ var packet_data = {
 ]
 }
 };
-// end Packets JSON object
\ No newline at end of file
+// end Packets JSON object

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/stats/editor.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/stats/editor.html b/metron-ui/lib/public/app/panels/stats/editor.html
index 4d9a618..6769b5e 100755
--- a/metron-ui/lib/public/app/panels/stats/editor.html
+++ b/metron-ui/lib/public/app/panels/stats/editor.html
@@ -1,3 +1,20 @@
+<!--
+   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-fluid">
     <h5>Details</h5>
     <div class="editor-option">

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/stats/module.html
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/stats/module.html b/metron-ui/lib/public/app/panels/stats/module.html
index b9810bd..9c6e46e 100755
--- a/metron-ui/lib/public/app/panels/stats/module.html
+++ b/metron-ui/lib/public/app/panels/stats/module.html
@@ -1,3 +1,20 @@
+<!--
+   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 ng-controller="stats" ng-init="init()">
   <h1 ng-style="panel.style" style="text-align: center; line-height: .6em">{{data.value|formatstats:panel.format}} <small style="font-size: .5em; line-height: 0;">{{panel.unit}}</small></h1>
   <table ng-show="panel.display_breakdown == 'yes'" cellspacing="0" class="table-hover table table-condensed" style="margin-top: 38px;">

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/app/panels/test-chart/module.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/app/panels/test-chart/module.js b/metron-ui/lib/public/app/panels/test-chart/module.js
index e0424ca..75e5012 100644
--- a/metron-ui/lib/public/app/panels/test-chart/module.js
+++ b/metron-ui/lib/public/app/panels/test-chart/module.js
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 /** @scratch /panels/5
  *
  * include::panels/test.asciidoc[]

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/config.js
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/config.js b/metron-ui/lib/public/config.js
index bc6ac42..53ea9a6 100755
--- a/metron-ui/lib/public/config.js
+++ b/metron-ui/lib/public/config.js
@@ -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.
+ */
+
+
 /** @scratch /configuration/config.js/1
  *
  * == Configuration

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/css/metron.css
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/css/metron.css b/metron-ui/lib/public/css/metron.css
index f6cc41f..b563f5d 100644
--- a/metron-ui/lib/public/css/metron.css
+++ b/metron-ui/lib/public/css/metron.css
@@ -1,3 +1,21 @@
+/**
+ * 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.
+ */
+
 .login-form {
   margin-top: 60px;
   border: 1px solid #666;

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.blob
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.blob b/metron-ui/lib/public/vendor/LICENSE.blob
new file mode 100644
index 0000000..a1a7b4e
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.blob
@@ -0,0 +1,7 @@
+Copyright © 2014 Eli Grey.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.chromath
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.chromath b/metron-ui/lib/public/vendor/LICENSE.chromath
new file mode 100644
index 0000000..69f42b4
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.chromath
@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright © 2016 John Schulz
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.filesaver
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.filesaver b/metron-ui/lib/public/vendor/LICENSE.filesaver
new file mode 100644
index 0000000..da1146e
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.filesaver
@@ -0,0 +1,7 @@
+Copyright © 2015 Eli Grey.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.json
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.json b/metron-ui/lib/public/vendor/LICENSE.json
index 2c3318f..2f1ba81 100755
--- a/metron-ui/lib/public/vendor/LICENSE.json
+++ b/metron-ui/lib/public/vendor/LICENSE.json
@@ -1,90 +1,112 @@
 {
   "angular": {
     "version":"1.1.5",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "angular-dragdrop": {
     "version":"1.0.4",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "angular-strap": {
     "version":"0.7.5",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "bindonce": {
     "version":"0.2.1",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "datepicker": {
     "version":"12/3/2013",
-    "license":"Apache 2.0"
+    "license":"Apache 2.0",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "timepicker": {
     "version":"0.2.6",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/angular"
   },
   "bootstrap": {
     "version":"2.3.2",
-    "license":"Apache 2.0"
+    "license":"Apache 2.0",
+    "location" : "metron-ui/lib/public/vendor/bootstrap"
   },
   "elasticjs": {
     "version":"1.1.1",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/elasticjs"
   },
   "jquery": {
     "version":"1.8.0",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/jquery"
   },
   "jquery-ui": {
     "version":"1.10.3",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/jquery"
   },
   "flot": {
     "version":"0.8.1",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/jquery"
   },
   "require": {
     "version":"2.1.8",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor/require"
   },
   "chromath": {
     "version":"0.0.5",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "blob": {
     "version":"2013-06-20",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "filesaver": {
     "version":"2013-01-23",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "modernizr": {
     "version":"2.6.1",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "moment": {
     "version":"2.1.0",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "numeral": {
     "version":"1.5.2",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "timezone": {
     "version":"2010",
-    "license":"Apache 2"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "lodash": {
     "version":"2.4.1",
-    "license":"MIT"
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   },
   "leaflet": {
     "version":"0.6",
-    "license":"2-Clause BSD"
+    "license":"2-Clause BSD",
+    "location" : "metron-ui/lib/public/vendor"
   },
-  "jvectormap": {
-    "version":"1.2.2",
-    "license":"MIT"
+  "peg": {
+    "version":"0.8.0",
+    "license":"MIT",
+    "location" : "metron-ui/lib/public/vendor"
   }
 }

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.leaflet
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.leaflet b/metron-ui/lib/public/vendor/LICENSE.leaflet
new file mode 100644
index 0000000..bcae316
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.leaflet
@@ -0,0 +1,23 @@
+Copyright (c) 2010-2016, Vladimir Agafonkin
+Copyright (c) 2010-2011, CloudMade
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without modification, are
+permitted provided that the following conditions are met:
+
+   1. Redistributions of source code must retain the above copyright notice, this list of
+      conditions and the following disclaimer.
+
+   2. Redistributions in binary form must reproduce the above copyright notice, this list
+      of conditions and the following disclaimer in the documentation and/or other materials
+      provided with the distribution.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
+TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.lodash
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.lodash b/metron-ui/lib/public/vendor/LICENSE.lodash
new file mode 100644
index 0000000..e0c69d5
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.lodash
@@ -0,0 +1,47 @@
+Copyright jQuery Foundation and other contributors <https://jquery.org/>
+
+Based on Underscore.js, copyright Jeremy Ashkenas,
+DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
+
+This software consists of voluntary contributions made by many
+individuals. For exact contribution history, see the revision history
+available at https://github.com/lodash/lodash
+
+The following license applies to all parts of this software except as
+documented below:
+
+====
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+====
+
+Copyright and related rights for sample code are waived via CC0. Sample
+code is defined as all source code displayed within the prose of the
+documentation.
+
+CC0: http://creativecommons.org/publicdomain/zero/1.0/
+
+====
+
+Files located in the node_modules and vendor directories are externally
+maintained libraries used by this software which have their own
+licenses; we recommend you read them, as their terms may differ from the
+terms above.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.modernizr
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.modernizr b/metron-ui/lib/public/vendor/LICENSE.modernizr
new file mode 100644
index 0000000..7c0bc72
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.modernizr
@@ -0,0 +1,21 @@
+License
+
+Modernizr is available under the MIT license:
+
+MIT License
+Copyright © 2009-2016
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.moment
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.moment b/metron-ui/lib/public/vendor/LICENSE.moment
new file mode 100644
index 0000000..9ee5374
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.moment
@@ -0,0 +1,22 @@
+Copyright (c) 2011-2016 Tim Wood, Iskren Chernev, Moment.js contributors
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.normalize
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.normalize b/metron-ui/lib/public/vendor/LICENSE.normalize
new file mode 100644
index 0000000..2e1a44c
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.normalize
@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright © Nicolas Gallagher and Jonathan Neal
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.numeral
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.numeral b/metron-ui/lib/public/vendor/LICENSE.numeral
new file mode 100644
index 0000000..a629a05
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.numeral
@@ -0,0 +1,24 @@
+Copyright (c) 2012 Adam Draper
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+Status API Training Shop Blog About
+

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.peg
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.peg b/metron-ui/lib/public/vendor/LICENSE.peg
new file mode 100644
index 0000000..a3706aa
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.peg
@@ -0,0 +1,22 @@
+Copyright (c) 2010-2016 David Majda
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/LICENSE.timezone
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/LICENSE.timezone b/metron-ui/lib/public/vendor/LICENSE.timezone
new file mode 100644
index 0000000..a6f000d
--- /dev/null
+++ b/metron-ui/lib/public/vendor/LICENSE.timezone
@@ -0,0 +1,20 @@
+The MIT License (MIT)
+
+Copyright (c) 2014 Tim Wood
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
+the Software, and to permit persons to whom the Software is furnished to do so,
+subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/angular/LICENSE.angular
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/angular/LICENSE.angular b/metron-ui/lib/public/vendor/angular/LICENSE.angular
new file mode 100644
index 0000000..b8de5aa
--- /dev/null
+++ b/metron-ui/lib/public/vendor/angular/LICENSE.angular
@@ -0,0 +1,22 @@
+The MIT License
+
+Copyright (c) 2010-2016 Google, Inc. http://angularjs.org
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE.
+

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/angular/LICENSE.angular-strap
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/angular/LICENSE.angular-strap b/metron-ui/lib/public/vendor/angular/LICENSE.angular-strap
new file mode 100644
index 0000000..fd3d26d
--- /dev/null
+++ b/metron-ui/lib/public/vendor/angular/LICENSE.angular-strap
@@ -0,0 +1,9 @@
+The MIT License
+
+Copyright (c) 2012-2014 Olivier Louvignes http://olouv.com
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/angular/LICENSE.bindonce
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/angular/LICENSE.bindonce b/metron-ui/lib/public/vendor/angular/LICENSE.bindonce
new file mode 100644
index 0000000..18936c8
--- /dev/null
+++ b/metron-ui/lib/public/vendor/angular/LICENSE.bindonce
@@ -0,0 +1,7 @@
+Copyright (c) 2013-2014 Pasquale Vazzana
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/angular/LICENSE.datepicker
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/angular/LICENSE.datepicker b/metron-ui/lib/public/vendor/angular/LICENSE.datepicker
new file mode 100644
index 0000000..21f2e46
--- /dev/null
+++ b/metron-ui/lib/public/vendor/angular/LICENSE.datepicker
@@ -0,0 +1,20 @@
+/* =========================================================
+ * bootstrap-datepicker.js
+ * http://www.eyecon.ro/bootstrap-datepicker
+ * =========================================================
+ * Copyright 2012 Stefan Petre
+ * Improvements by Andrew Rowls
+ *
+ * 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.
+ * ========================================================= */
+

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/dc59e37e/metron-ui/lib/public/vendor/angular/LICENSE.dragdrop
----------------------------------------------------------------------
diff --git a/metron-ui/lib/public/vendor/angular/LICENSE.dragdrop b/metron-ui/lib/public/vendor/angular/LICENSE.dragdrop
new file mode 100644
index 0000000..844a014
--- /dev/null
+++ b/metron-ui/lib/public/vendor/angular/LICENSE.dragdrop
@@ -0,0 +1,20 @@
+/**
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to
+ * deal in the Software without restriction, including without limitation the
+ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ * sell copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+ * IN THE SOFTWARE.
+ */
+