You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/23 17:25:01 UTC

svn commit: r797103 - in /maven/maven-2/branches/maven-2.2.x: maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java

Author: bentmann
Date: Thu Jul 23 15:24:53 2009
New Revision: 797103

URL: http://svn.apache.org/viewvc?rev=797103&view=rev
Log:
o Added license header

Modified:
    maven/maven-2/branches/maven-2.2.x/maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java
    maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java

Modified: maven/maven-2/branches/maven-2.2.x/maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java?rev=797103&r1=797102&r2=797103&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java (original)
+++ maven/maven-2/branches/maven-2.2.x/maven-compat/src/main/java/org/apache/maven/cli/compat/CompatibleMain.java Thu Jul 23 15:24:53 2009
@@ -1,5 +1,24 @@
 package org.apache.maven.cli.compat;
 
+/*
+ * 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.cli.MavenCli;
 import org.codehaus.classworlds.ClassWorld;
 

Modified: maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java
URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java?rev=797103&r1=797102&r2=797103&view=diff
==============================================================================
--- maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java (original)
+++ maven/maven-2/branches/maven-2.2.x/maven-core/src/main/java/org/apache/maven/container/ContainerUtils.java Thu Jul 23 15:24:53 2009
@@ -1,5 +1,24 @@
 package org.apache.maven.container;
 
+/*
+ * 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.codehaus.plexus.PlexusContainer;
 import org.codehaus.plexus.component.repository.ComponentDescriptor;