You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by br...@apache.org on 2004/09/15 12:48:52 UTC

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven DefaultMaven.java

brett       2004/09/15 03:48:52

  Modified:    maven-core/src/main/java/org/apache/maven DefaultMaven.java
  Log:
  fix license
  
  Revision  Changes    Path
  1.10      +13 -8     maven-components/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
  
  Index: DefaultMaven.java
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-core/src/main/java/org/apache/maven/DefaultMaven.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- DefaultMaven.java	2 Sep 2004 12:34:17 -0000	1.9
  +++ DefaultMaven.java	15 Sep 2004 10:48:52 -0000	1.10
  @@ -1,14 +1,19 @@
   package org.apache.maven;
   
   /*
  - * Copyright 2001-2004 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.
  + * Copyright 2001-2004 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.
    */
   
   import org.apache.maven.artifact.repository.ArtifactRepository;