Author: jvanzyl
Date: Thu Aug 16 15:13:11 2007
New Revision: 566873

URL: http://svn.apache.org/viewvc?view=rev&rev=566873
Log:
o removing dupe license headers

Modified:
    
maven/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
    
maven/maven-artifact/src/main/java/org/apache/maven/artifact/metadata/ArtifactMetadataSource.java
    
maven/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java

Modified: 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
URL: 
http://svn.apache.org/viewvc/maven/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java?view=diff&rev=566873&r1=566872&r2=566873
==============================================================================
--- 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
 (original)
+++ 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
 Thu Aug 16 15:13:11 2007
@@ -19,25 +19,6 @@
  * 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.
- */
-
 /**
  * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
  * @version $Id$

Modified: 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/metadata/ArtifactMetadataSource.java
URL: 
http://svn.apache.org/viewvc/maven/maven-artifact/src/main/java/org/apache/maven/artifact/metadata/ArtifactMetadataSource.java?view=diff&rev=566873&r1=566872&r2=566873
==============================================================================
--- 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/metadata/ArtifactMetadataSource.java
 (original)
+++ 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/metadata/ArtifactMetadataSource.java
 Thu Aug 16 15:13:11 2007
@@ -19,25 +19,6 @@
  * 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.
- */
-
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.repository.ArtifactRepository;
 import org.apache.maven.artifact.versioning.ArtifactVersion;

Modified: 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java
URL: 
http://svn.apache.org/viewvc/maven/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java?view=diff&rev=566873&r1=566872&r2=566873
==============================================================================
--- 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java
 (original)
+++ 
maven/maven-artifact/src/main/java/org/apache/maven/artifact/repository/metadata/RepositoryMetadataReadException.java
 Thu Aug 16 15:13:11 2007
@@ -1,4 +1,6 @@
-package org.apache.maven.artifact.repository.metadata;/*
+package org.apache.maven.artifact.repository.metadata;
+
+/*
  * 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


Reply via email to