]> source.dussan.org Git - archiva.git/commitdiff
add missing license headers
authorOlivier Lamy <olamy@apache.org>
Fri, 27 May 2011 20:28:30 +0000 (20:28 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 27 May 2011 20:28:30 +0000 (20:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1128444 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/DefaultWagonFactory.java
archiva-modules/archiva-base/archiva-proxy/src/main/java/org/apache/maven/archiva/proxy/WagonFactoryException.java

index c977f434dd5345418d17bc1c2d3315c5f0637155..04d2e8c3e75a798caafa86e3664708df52b6ee65 100755 (executable)
@@ -1,5 +1,24 @@
 package org.apache.maven.archiva.proxy;
 
+/*
+ * 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.archiva.common.plexusbridge.PlexusSisuBridge;
 import org.apache.archiva.common.plexusbridge.PlexusSisuBridgeException;
 import org.apache.commons.lang.StringUtils;
@@ -10,7 +29,7 @@ import javax.inject.Inject;
 
 /**
  * @author Olivier Lamy
- *         * @since 1.4
+ * @since 1.4
  */
 @Service( "wagonFactory" )
 public class DefaultWagonFactory
index dca2a35ce6c37103f43a974b96b1a8686b154153..e88dc9413defb5132a23060e48bd8158de786427 100755 (executable)
@@ -1,5 +1,24 @@
 package org.apache.maven.archiva.proxy;
 
+/*
+ * 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 Olivier Lamy
  * @since 1.4