Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master 4a006c740 -> 7f853db31
TAMAYA-73: License header - https://issues.apache.org/jira/browse/TAMAYA-73 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/7f853db3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/7f853db3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/7f853db3 Branch: refs/heads/master Commit: 7f853db313881983163440d3b39a163f4f82bf02 Parents: 4a006c7 Author: Werner Keil <[email protected]> Authored: Mon Jan 30 00:18:13 2017 +0100 Committer: Werner Keil <[email protected]> Committed: Mon Jan 30 00:18:13 2017 +0100 ---------------------------------------------------------------------- uom/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/7f853db3/uom/pom.xml ---------------------------------------------------------------------- diff --git a/uom/pom.xml b/uom/pom.xml index 4acfe29..72f9a98 100644 --- a/uom/pom.xml +++ b/uom/pom.xml @@ -1,3 +1,22 @@ +<?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 current 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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion>
