Author: vsiveton Date: Fri May 18 04:11:37 2007 New Revision: 539385 URL: http://svn.apache.org/viewvc?view=rev&rev=539385 Log: o fixed license header o no code change
Modified: maven/plugins/trunk/maven-antlr-plugin/pom.xml maven/plugins/trunk/maven-antlr-plugin/src/it/java-grammar-report-test/pom.xml maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AbstractAntlrMojo.java maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrHtmlReport.java maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrPlugin.java maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/NoExitSecurityManager.java maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report.properties maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report_fr.properties maven/plugins/trunk/maven-antlr-plugin/src/site/apt/examples/inheritance.apt maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt maven/plugins/trunk/maven-antlr-plugin/src/site/apt/usage.apt maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-antlr-plugin/src/site/site.xml maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/AntlrPluginTest.java maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/DefaultArtifactHandlerStub.java maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/JavaGrammarTestMavenProjectStub.java maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-inheritance-test/java-grammar-inheritance-test-plugin-config.xml maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-test/java-grammar-test-plugin-config.xml Modified: maven/plugins/trunk/maven-antlr-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/pom.xml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-antlr-plugin/pom.xml Fri May 18 04:11:37 2007 @@ -1,19 +1,21 @@ <?xml version='1.0' encoding='UTF-8'?> <!-- - ~ 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. +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. --> <project xmlns="http://maven.apache.org/POM/4.0.0" Modified: maven/plugins/trunk/maven-antlr-plugin/src/it/java-grammar-report-test/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/it/java-grammar-report-test/pom.xml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/it/java-grammar-report-test/pom.xml (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/it/java-grammar-report-test/pom.xml Fri May 18 04:11:37 2007 @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ 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. - --> +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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AbstractAntlrMojo.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AbstractAntlrMojo.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AbstractAntlrMojo.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AbstractAntlrMojo.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.io.BufferedReader; Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrHtmlReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrHtmlReport.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrHtmlReport.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrHtmlReport.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.io.File; Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrPlugin.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrPlugin.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrPlugin.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/AntlrPlugin.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr; /* - * Copyright 2001-2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.util.List; Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/NoExitSecurityManager.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/NoExitSecurityManager.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/NoExitSecurityManager.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/java/org/apache/maven/plugin/antlr/NoExitSecurityManager.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.security.Permission; Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report.properties?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report.properties (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report.properties Fri May 18 04:11:37 2007 @@ -1,18 +1,19 @@ +# 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 # -# 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. +# 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. report.name=Antlr Grammars report.description=Generated Antlr report from grammars. Modified: maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report_fr.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report_fr.properties?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report_fr.properties (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/main/resources/antlr-report_fr.properties Fri May 18 04:11:37 2007 @@ -1,18 +1,19 @@ +# 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 # -# 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. +# 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. report.name=Grammaires Antlr report.description=Génère un rapport Antlr des grammaires. Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/apt/examples/inheritance.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/apt/examples/inheritance.apt?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/site/apt/examples/inheritance.apt (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/site/apt/examples/inheritance.apt Fri May 18 04:11:37 2007 @@ -6,23 +6,25 @@ September 2006 ------ - ~~ 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. - - ~~ NOTE: For help with the syntax of this file, see: - ~~ http://maven.apache.org/guides/mini/guide-apt-format.html +~~ 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. +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html Grammar Inheritance Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/site/apt/index.apt Fri May 18 04:11:37 2007 @@ -6,23 +6,25 @@ September 2006 ------ - ~~ 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. - - ~~ NOTE: For help with the syntax of this file, see: - ~~ http://maven.apache.org/guides/mini/guide-apt-format.html +~~ 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. +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html Maven 2 Antlr Plugin Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/apt/usage.apt URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/apt/usage.apt?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/site/apt/usage.apt (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/site/apt/usage.apt Fri May 18 04:11:37 2007 @@ -6,23 +6,25 @@ September 2006 ------ - ~~ 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. - - ~~ NOTE: For help with the syntax of this file, see: - ~~ http://maven.apache.org/guides/mini/guide-apt-format.html +~~ 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. +~~ NOTE: For help with the syntax of this file, see: +~~ http://maven.apache.org/guides/mini/guide-apt-format.html Usage Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/site/fml/faq.fml Fri May 18 04:11:37 2007 @@ -1,20 +1,23 @@ <?xml version="1.0"?> <!-- - ~ 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. - --> +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. +--> <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-antlr-plugin/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/site/site.xml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/site/site.xml (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/site/site.xml Fri May 18 04:11:37 2007 @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - ~ 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. - --> +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. +--> <project> <body> Modified: maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/AntlrPluginTest.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/AntlrPluginTest.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/AntlrPluginTest.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/AntlrPluginTest.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.io.File; Modified: maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/DefaultArtifactHandlerStub.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/DefaultArtifactHandlerStub.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/DefaultArtifactHandlerStub.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/DefaultArtifactHandlerStub.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr.stubs; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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.handler.DefaultArtifactHandler; Modified: maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/JavaGrammarTestMavenProjectStub.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/JavaGrammarTestMavenProjectStub.java?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/JavaGrammarTestMavenProjectStub.java (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/test/java/org/apache/maven/plugin/antlr/stubs/JavaGrammarTestMavenProjectStub.java Fri May 18 04:11:37 2007 @@ -1,19 +1,22 @@ package org.apache.maven.plugin.antlr.stubs; /* - * Copyright 2006 The Apache Software Foundation. + * 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 * - * 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 * - * 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. + * 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 java.io.File; Modified: maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-inheritance-test/java-grammar-inheritance-test-plugin-config.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-inheritance-test/java-grammar-inheritance-test-plugin-config.xml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-inheritance-test/java-grammar-inheritance-test-plugin-config.xml (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-inheritance-test/java-grammar-inheritance-test-plugin-config.xml Fri May 18 04:11:37 2007 @@ -1,23 +1,26 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - ~ 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. - --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +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. +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>java-grammar.test</groupId> @@ -34,24 +37,24 @@ <artifactId>maven-antlr-plugin</artifactId> <configuration> <project implementation="org.apache.maven.plugin.antlr.stubs.JavaGrammarTestMavenProjectStub"/> - <outputDirectory>${basedir}/target/test/unit/java-grammar-inheritance-test/target/generated-sources/antlr</outputDirectory> + <outputDirectory>${basedir}/target/test/unit/java-grammar-inheritance-test/target/generated-sources/antlr</outputDirectory> <sourceDirectory>${basedir}/src/test/resources/unit/java-grammar-inheritance-test/src/main/antlr</sourceDirectory> - <grammarDefs> - <grammar> - <name>StdCParser.g</name> - </grammar> - <grammar> - <name>GnuCParser.g</name> - <glib>StdCParser.g</glib> - </grammar> - <grammar> - <name>GnuCTreeParser.g</name> - </grammar> - <grammar> - <name>GnuCEmitter.g</name> - <glib>GnuCTreeParser.g</glib> - </grammar> - </grammarDefs> + <grammarDefs> + <grammar> + <name>StdCParser.g</name> + </grammar> + <grammar> + <name>GnuCParser.g</name> + <glib>StdCParser.g</glib> + </grammar> + <grammar> + <name>GnuCTreeParser.g</name> + </grammar> + <grammar> + <name>GnuCEmitter.g</name> + <glib>GnuCTreeParser.g</glib> + </grammar> + </grammarDefs> </configuration> </plugin> </plugins> Modified: maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-test/java-grammar-test-plugin-config.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-test/java-grammar-test-plugin-config.xml?view=diff&rev=539385&r1=539384&r2=539385 ============================================================================== --- maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-test/java-grammar-test-plugin-config.xml (original) +++ maven/plugins/trunk/maven-antlr-plugin/src/test/resources/unit/java-grammar-test/java-grammar-test-plugin-config.xml Fri May 18 04:11:37 2007 @@ -1,23 +1,26 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<!-- - ~ 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. - --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<?xml version="1.0" encoding="UTF-8"?> + +<!-- +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. +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>java-grammar.test</groupId> @@ -34,9 +37,9 @@ <artifactId>maven-antlr-plugin</artifactId> <configuration> <project implementation="org.apache.maven.plugin.antlr.stubs.JavaGrammarTestMavenProjectStub"/> - <outputDirectory>${basedir}/target/test/unit/java-grammar-test/target/generated-sources/antlr</outputDirectory> + <outputDirectory>${basedir}/target/test/unit/java-grammar-test/target/generated-sources/antlr</outputDirectory> <sourceDirectory>${basedir}/src/test/resources/unit/java-grammar-test/src/main/antlr</sourceDirectory> - <grammars>java15.g</grammars> + <grammars>java15.g</grammars> </configuration> </plugin> </plugins>