[OLINGO-713] Fixed missing license header
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/4070e155 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/4070e155 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/4070e155 Branch: refs/heads/olingo712 Commit: 4070e155315870c73304a847f1bfd31879601e0e Parents: 5166880 Author: Michael Bolz <[email protected]> Authored: Wed Jun 24 06:35:17 2015 +0200 Committer: Michael Bolz <[email protected]> Committed: Wed Jun 24 06:35:17 2015 +0200 ---------------------------------------------------------------------- samples/tutorials/p4_navigation/pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4070e155/samples/tutorials/p4_navigation/pom.xml ---------------------------------------------------------------------- diff --git a/samples/tutorials/p4_navigation/pom.xml b/samples/tutorials/p4_navigation/pom.xml index fccd1e1..e24efea 100755 --- a/samples/tutorials/p4_navigation/pom.xml +++ b/samples/tutorials/p4_navigation/pom.xml @@ -1,3 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + + 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. + +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion>
