added apache header to index.html, rebuilt ui

Project: http://git-wip-us.apache.org/repos/asf/incubator-myriad/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-myriad/commit/a305b913
Tree: http://git-wip-us.apache.org/repos/asf/incubator-myriad/tree/a305b913
Diff: http://git-wip-us.apache.org/repos/asf/incubator-myriad/diff/a305b913

Branch: refs/heads/master
Commit: a305b913ad54e39b8ea3dc19e3e2728f6336c126
Parents: fc1560a
Author: klucar <klu...@gmail.com>
Authored: Thu Oct 15 09:26:31 2015 -0400
Committer: klucar <klu...@gmail.com>
Committed: Thu Oct 15 09:26:31 2015 -0400

----------------------------------------------------------------------
 .../src/main/resources/webapp/index.html        |   18 +
 .../src/main/resources/webapp/public/index.html |   18 +
 .../main/resources/webapp/public/js/myriad.js   | 1761 +++++++++++-------
 3 files changed, 1080 insertions(+), 717 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/a305b913/myriad-scheduler/src/main/resources/webapp/index.html
----------------------------------------------------------------------
diff --git a/myriad-scheduler/src/main/resources/webapp/index.html 
b/myriad-scheduler/src/main/resources/webapp/index.html
index 868966d..030937a 100644
--- a/myriad-scheduler/src/main/resources/webapp/index.html
+++ b/myriad-scheduler/src/main/resources/webapp/index.html
@@ -1,5 +1,23 @@
 <!DOCTYPE html>
 <html lang="en">
+<--
+  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.
+-->
 <head>
     <meta charset="utf-8">
     <title>Myriad</title>

http://git-wip-us.apache.org/repos/asf/incubator-myriad/blob/a305b913/myriad-scheduler/src/main/resources/webapp/public/index.html
----------------------------------------------------------------------
diff --git a/myriad-scheduler/src/main/resources/webapp/public/index.html 
b/myriad-scheduler/src/main/resources/webapp/public/index.html
index 868966d..030937a 100644
--- a/myriad-scheduler/src/main/resources/webapp/public/index.html
+++ b/myriad-scheduler/src/main/resources/webapp/public/index.html
@@ -1,5 +1,23 @@
 <!DOCTYPE html>
 <html lang="en">
+<--
+  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.
+-->
 <head>
     <meta charset="utf-8">
     <title>Myriad</title>

Reply via email to