You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2006/09/28 00:01:24 UTC

svn commit: r450592 - /maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java

Author: dennisl
Date: Wed Sep 27 15:01:24 2006
New Revision: 450592

URL: http://svn.apache.org/viewvc?view=rev&rev=450592
Log:
o Add license.

Modified:
    maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java

Modified: maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java?view=diff&rev=450592&r1=450591&r2=450592
==============================================================================
--- maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java (original)
+++ maven/plugins/trunk/maven-idea-plugin/src/test/java/org/apache/maven/plugin/idea/stubs/MavenProjectWithScmConnectionWithPipeStub.java Wed Sep 27 15:01:24 2006
@@ -1,5 +1,23 @@
 package org.apache.maven.plugin.idea.stubs;
 
+/*
+ *
+ *  Copyright 2006 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.model.Scm;
 
 /**