Author: matzew
Date: Tue Jan 16 05:59:26 2007
New Revision: 496689

URL: http://svn.apache.org/viewvc?view=rev&rev=496689
Log:
new ASF header file for generated components

Modified:
    
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/AbstractFacesMojo.java

Modified: 
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/AbstractFacesMojo.java
URL: 
http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/AbstractFacesMojo.java?view=diff&rev=496689&r1=496688&r2=496689
==============================================================================
--- 
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/AbstractFacesMojo.java
 (original)
+++ 
incubator/adffaces/branches/matzew-m1-plugins/maven-faces-plugin/src/main/java/org/apache/myfaces/trinidadbuild/plugin/faces/AbstractFacesMojo.java
 Tue Jan 16 05:59:26 2007
@@ -603,7 +603,22 @@
 "//          or you will lose your changes.\n\n";
 
   static private final String _COPYRIGHT =
-"/*\n"                                                                         
+
-"** (TBD - insert proper license in generated code).\n"             +
-"*/\n";
+                  "/*\n" +
+                  " * Licensed to the Apache Software Foundation (ASF) under 
one\n" +
+                  " * or more contributor license agreements.  See the NOTICE 
file\n" +
+                  " * distributed with this work for additional information\n" 
+
+                  " * regarding copyright ownership.  The ASF licenses this 
file\n" +
+                  " * to you under the Apache License, Version 2.0 (the\n" +
+                  " * \"License\"); you may not use this file except in 
compliance\n" +
+                  " * with the License.  You may obtain a copy of the License 
at\n" +
+                  " *\n" +
+                  " *   http://www.apache.org/licenses/LICENSE-2.0\n"; +
+                  " *\n" +
+                  " * Unless required by applicable law or agreed to in 
writing,\n" +
+                  " * software distributed under the License is distributed on 
an\n" +
+                  " * \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY\n" +
+                  " * KIND, either express or implied.  See the License for 
the\n" +
+                  " * specific language governing permissions and 
limitations\n" +
+                  " * under the License.\n" +
+                  "*/\n";
 }


Reply via email to