[OLINGO-694] Fixed missing apache header in jsp file
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/bff2ecf0 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/bff2ecf0 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/bff2ecf0 Branch: refs/heads/master Commit: bff2ecf0a8a60b5a457663780404a7e5d25f0ed8 Parents: 7c557f2 Author: Michael Bolz <[email protected]> Authored: Wed Jun 17 15:51:57 2015 +0200 Committer: Michael Bolz <[email protected]> Committed: Wed Jun 17 15:51:57 2015 +0200 ---------------------------------------------------------------------- .../tutorials/p1_read/src/main/webapp/index.jsp | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/bff2ecf0/samples/tutorials/p1_read/src/main/webapp/index.jsp ---------------------------------------------------------------------- diff --git a/samples/tutorials/p1_read/src/main/webapp/index.jsp b/samples/tutorials/p1_read/src/main/webapp/index.jsp index 2baf543..7ffb4ba 100755 --- a/samples/tutorials/p1_read/src/main/webapp/index.jsp +++ b/samples/tutorials/p1_read/src/main/webapp/index.jsp @@ -1,3 +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. + +--> <html> <body> <h2>Hello World!</h2>
