Fix ASF licence git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529025 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/ce816dba Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/ce816dba Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/ce816dba Branch: refs/heads/avalon-implementation Commit: ce816dbaa8684c20ec52499f6684acd9df74d961 Parents: 7dc9e3e Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 15 17:24:55 2007 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 15 17:24:55 2007 +0000 ---------------------------------------------------------------------- maven.xml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/ce816dba/maven.xml ---------------------------------------------------------------------- diff --git a/maven.xml b/maven.xml index 3c75b35..c7cbbdb 100644 --- a/maven.xml +++ b/maven.xml @@ -1,17 +1,18 @@ <!-- -Copyright 2002-2006 The Apache Software Foundation. - -Licensed 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. + 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 default="jar:jar">
