Repository: incubator-zeppelin Updated Branches: refs/heads/branch-0.5 6dec55de8 -> 6ed67913d
ZEPPELIN-144 Move license to below Doctype Check https://issues.apache.org/jira/browse/ZEPPELIN-144 Author: Lee moon soo <[email protected]> Closes #141 from Leemoonsoo/ZEPPELIN-144 and squashes the following commits: d0e0fd8 [Lee moon soo] Move license below doctype (cherry picked from commit d1da5684a888a181b5f45b788ef53f16b11e9818) Signed-off-by: Lee moon soo <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/6ed67913 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/6ed67913 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/6ed67913 Branch: refs/heads/branch-0.5 Commit: 6ed67913d8afe4ec2d664ca5e0438647ac7a8c2d Parents: 6dec55d Author: Lee moon soo <[email protected]> Authored: Fri Jul 3 16:44:08 2015 -0700 Committer: Lee moon soo <[email protected]> Committed: Sat Jul 4 11:43:12 2015 -0700 ---------------------------------------------------------------------- zeppelin-web/app/404.html | 3 +-- zeppelin-web/app/index.html | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/6ed67913/zeppelin-web/app/404.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/app/404.html b/zeppelin-web/app/404.html index 45cc829..4a15284 100644 --- a/zeppelin-web/app/404.html +++ b/zeppelin-web/app/404.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -11,8 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - -<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/6ed67913/zeppelin-web/app/index.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/app/index.html b/zeppelin-web/app/index.html index 2ad0e97..4c187f0 100644 --- a/zeppelin-web/app/index.html +++ b/zeppelin-web/app/index.html @@ -1,3 +1,4 @@ +<!doctype html> <!-- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -11,7 +12,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> -<!doctype html> <html ng-app="zeppelinWebApp" ng-controller="MainCtrl" class="no-js"> <head> <meta charset="utf-8">
