You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2014/06/12 05:06:37 UTC

git commit: Add license header.

Repository: maven
Updated Branches:
  refs/heads/master fddade227 -> 0df4c654e


Add license header.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/0df4c654
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/0df4c654
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/0df4c654

Branch: refs/heads/master
Commit: 0df4c654e33e4f0859f7d1a9965afb564c4a138d
Parents: fddade2
Author: Jason van Zyl <ja...@tesla.io>
Authored: Wed Jun 11 23:06:26 2014 -0400
Committer: Jason van Zyl <ja...@tesla.io>
Committed: Wed Jun 11 23:06:26 2014 -0400

----------------------------------------------------------------------
 .../repository/DefaultMirrorSelectorTest.java    | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/0df4c654/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java
----------------------------------------------------------------------
diff --git a/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java b/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java
index 52a871d..6db0aaf 100644
--- a/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java
+++ b/maven-compat/src/test/java/org/apache/maven/repository/DefaultMirrorSelectorTest.java
@@ -1,5 +1,24 @@
 package org.apache.maven.repository;
 
+/*                                                                                                                                                                                      
+ * 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.repository.ArtifactRepository;
 import org.apache.maven.artifact.repository.DefaultArtifactRepository;
 import org.codehaus.plexus.PlexusTestCase;