Fix ASF licence git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/avalon-implementation@529022 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/46bacc08 Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/46bacc08 Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/46bacc08 Branch: refs/heads/avalon-implementation Commit: 46bacc08c6ab5df858ab0b20a19787b1bf607d6a Parents: b0192c5 Author: Sebastian Bazley <[email protected]> Authored: Sun Apr 15 17:23:15 2007 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Sun Apr 15 17:23:15 2007 +0000 ---------------------------------------------------------------------- .../commons/cli/avalon/ClutilTestCase.java | 24 +++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-cli/blob/46bacc08/src/test/org/apache/commons/cli/avalon/ClutilTestCase.java ---------------------------------------------------------------------- diff --git a/src/test/org/apache/commons/cli/avalon/ClutilTestCase.java b/src/test/org/apache/commons/cli/avalon/ClutilTestCase.java index d489713..2bf2983 100644 --- a/src/test/org/apache/commons/cli/avalon/ClutilTestCase.java +++ b/src/test/org/apache/commons/cli/avalon/ClutilTestCase.java @@ -1,19 +1,21 @@ -/* - * Copyright 2002-2005 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 - * +/* + * 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. - * + * 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. + * */ + package org.apache.commons.cli.avalon; //Renamed from org.apache.avalon.excalibur.cli
