Repository: empire-db Updated Branches: refs/heads/master f9c4edddc -> 704cdc40a
vue example: Missing header Project: http://git-wip-us.apache.org/repos/asf/empire-db/repo Commit: http://git-wip-us.apache.org/repos/asf/empire-db/commit/704cdc40 Tree: http://git-wip-us.apache.org/repos/asf/empire-db/tree/704cdc40 Diff: http://git-wip-us.apache.org/repos/asf/empire-db/diff/704cdc40 Branch: refs/heads/master Commit: 704cdc40ac9c88794efdaa013c3aa0aa037832ff Parents: f9c4edd Author: Jan Glaubitz <[email protected]> Authored: Wed Jan 10 18:12:11 2018 +0100 Committer: Jan Glaubitz <[email protected]> Committed: Wed Jan 10 18:12:11 2018 +0100 ---------------------------------------------------------------------- empire-db-vue-example/src/main/webapp/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/empire-db/blob/704cdc40/empire-db-vue-example/src/main/webapp/index.html ---------------------------------------------------------------------- diff --git a/empire-db-vue-example/src/main/webapp/index.html b/empire-db-vue-example/src/main/webapp/index.html index 2cc67fe..6f332ee 100644 --- a/empire-db-vue-example/src/main/webapp/index.html +++ b/empire-db-vue-example/src/main/webapp/index.html @@ -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. + --> <!DOCTYPE html> <html> <head>
