Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 7272 invoked from network); 20 Mar 2008 06:31:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2008 06:31:49 -0000 Received: (qmail 14663 invoked by uid 500); 20 Mar 2008 06:31:47 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 14602 invoked by uid 500); 20 Mar 2008 06:31:47 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 14591 invoked by uid 99); 20 Mar 2008 06:31:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Mar 2008 23:31:46 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Mar 2008 06:30:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 31EA91A9832; Wed, 19 Mar 2008 23:31:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r639173 - in /cocoon/trunk/tools: cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/ cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/ cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/ coco... Date: Thu, 20 Mar 2008 06:31:12 -0000 To: cvs@cocoon.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080320063114.31EA91A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Wed Mar 19 23:31:11 2008 New Revision: 639173 URL: http://svn.apache.org/viewvc?rev=639173&view=rev Log: Add missing Apache License header. Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyContainer.java cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStarterMojo.java cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStopperMojo.java cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HtmlUnitTestCase.java cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HttpClientResponse.java cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/DocsCleanerMojo.java cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/java/org/apache/cocoon/maven/javadocs/report/JavadocsScriptGeneratorReport.java Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyContainer.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyContainer.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyContainer.java (original) +++ cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyContainer.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.maven.test.jetty; import org.mortbay.jetty.Connector; Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStarterMojo.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStarterMojo.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStarterMojo.java (original) +++ cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStarterMojo.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.maven.test.jetty; import java.io.File; Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStopperMojo.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStopperMojo.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStopperMojo.java (original) +++ cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/maven/test/jetty/JettyStopperMojo.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.maven.test.jetty; import org.apache.maven.plugin.AbstractMojo; Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HtmlUnitTestCase.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HtmlUnitTestCase.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HtmlUnitTestCase.java (original) +++ cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HtmlUnitTestCase.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.tools.it; import java.net.URL; Modified: cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HttpClientResponse.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HttpClientResponse.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HttpClientResponse.java (original) +++ cocoon/trunk/tools/cocoon-it-fw/src/main/java/org/apache/cocoon/tools/it/HttpClientResponse.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.tools.it; import com.gargoylesoftware.htmlunit.SubmitMethod; Modified: cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/DocsCleanerMojo.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/DocsCleanerMojo.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/DocsCleanerMojo.java (original) +++ cocoon/trunk/tools/cocoon-maven-docs-cleaner-plugin/src/main/java/org/apache/cocoon/maven/docscleaner/DocsCleanerMojo.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.maven.docscleaner; import java.io.File; Modified: cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/java/org/apache/cocoon/maven/javadocs/report/JavadocsScriptGeneratorReport.java URL: http://svn.apache.org/viewvc/cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/java/org/apache/cocoon/maven/javadocs/report/JavadocsScriptGeneratorReport.java?rev=639173&r1=639172&r2=639173&view=diff ============================================================================== --- cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/java/org/apache/cocoon/maven/javadocs/report/JavadocsScriptGeneratorReport.java (original) +++ cocoon/trunk/tools/cocoon-maven-javadocs-script-report/src/main/java/org/apache/cocoon/maven/javadocs/report/JavadocsScriptGeneratorReport.java Wed Mar 19 23:31:11 2008 @@ -1,3 +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 +* +* 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. +*/ package org.apache.cocoon.maven.javadocs.report; import java.io.File;