Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@locus.apache.org Received: (qmail 62147 invoked from network); 12 Mar 2008 22:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 22:58:43 -0000 Received: (qmail 57357 invoked by uid 500); 12 Mar 2008 22:58:40 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 57309 invoked by uid 500); 12 Mar 2008 22:58:40 -0000 Mailing-List: contact rat-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rat-dev@incubator.apache.org Delivered-To: mailing list rat-commits@incubator.apache.org Received: (qmail 57286 invoked by uid 99); 12 Mar 2008 22:58:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 15:58:40 -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; Wed, 12 Mar 2008 22:57:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2252C1A9842; Wed, 12 Mar 2008 15:58:13 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636565 [3/4] - in /incubator/rat/import/rat: ./ src/java/rat/ src/java/rat/analysis/ src/java/rat/analysis/generation/ src/java/rat/analysis/license/ src/java/rat/analysis/util/ src/java/rat/anttasks/ src/java/rat/document/ src/java/rat/do... Date: Wed, 12 Mar 2008 22:57:45 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080312225813.2252C1A9842@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/rat/import/rat/src/java/rat/report/analyser/DefaultAnalyserFactory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/DefaultAnalyserFactory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/DefaultAnalyserFactory.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/DefaultAnalyserFactory.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.analyser; Modified: incubator/rat/import/rat/src/java/rat/report/analyser/DocumentHeaderAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/DocumentHeaderAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/DocumentHeaderAnalyser.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/DocumentHeaderAnalyser.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.analyser; Modified: incubator/rat/import/rat/src/java/rat/report/analyser/HeaderCheckWorker.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/HeaderCheckWorker.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/HeaderCheckWorker.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/HeaderCheckWorker.java Wed Mar 12 15:57:26 2008 @@ -1,18 +1,21 @@ package rat.report.analyser; /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ import java.io.BufferedReader; Modified: incubator/rat/import/rat/src/java/rat/report/analyser/RatReportAnalysisResultException.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/RatReportAnalysisResultException.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/RatReportAnalysisResultException.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/RatReportAnalysisResultException.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.analyser; Modified: incubator/rat/import/rat/src/java/rat/report/analyser/ReadableArchiveAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/ReadableArchiveAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/ReadableArchiveAnalyser.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/ReadableArchiveAnalyser.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.analyser; Modified: incubator/rat/import/rat/src/java/rat/report/claim/IClaimReporter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/claim/IClaimReporter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/claim/IClaimReporter.java (original) +++ incubator/rat/import/rat/src/java/rat/report/claim/IClaimReporter.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.claim; Modified: incubator/rat/import/rat/src/java/rat/report/claim/impl/xml/SimpleXmlClaimReporter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/claim/impl/xml/SimpleXmlClaimReporter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/claim/impl/xml/SimpleXmlClaimReporter.java (original) +++ incubator/rat/import/rat/src/java/rat/report/claim/impl/xml/SimpleXmlClaimReporter.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.claim.impl.xml; Modified: incubator/rat/import/rat/src/java/rat/report/claim/util/ClaimReporterMultiplexer.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/claim/util/ClaimReporterMultiplexer.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/claim/util/ClaimReporterMultiplexer.java (original) +++ incubator/rat/import/rat/src/java/rat/report/claim/util/ClaimReporterMultiplexer.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.claim.util; Modified: incubator/rat/import/rat/src/java/rat/report/xml/XmlReport.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/XmlReport.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/XmlReport.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/XmlReport.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml; Modified: incubator/rat/import/rat/src/java/rat/report/xml/XmlReportFactory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/XmlReportFactory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/XmlReportFactory.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/XmlReportFactory.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml; Modified: incubator/rat/import/rat/src/java/rat/report/xml/writer/IXmlWriter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/writer/IXmlWriter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/writer/IXmlWriter.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/writer/IXmlWriter.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml.writer; Modified: incubator/rat/import/rat/src/java/rat/report/xml/writer/InvalidXmlException.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/writer/InvalidXmlException.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/writer/InvalidXmlException.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/writer/InvalidXmlException.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml.writer; Modified: incubator/rat/import/rat/src/java/rat/report/xml/writer/OperationNotAllowedException.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/writer/OperationNotAllowedException.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/writer/OperationNotAllowedException.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/writer/OperationNotAllowedException.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml.writer; Modified: incubator/rat/import/rat/src/java/rat/report/xml/writer/XmlWriterUtils.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/writer/XmlWriterUtils.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/writer/XmlWriterUtils.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/writer/XmlWriterUtils.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml.writer; Modified: incubator/rat/import/rat/src/java/rat/report/xml/writer/impl/base/XmlWriter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/xml/writer/impl/base/XmlWriter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/xml/writer/impl/base/XmlWriter.java (original) +++ incubator/rat/import/rat/src/java/rat/report/xml/writer/impl/base/XmlWriter.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.report.xml.writer.impl.base; Modified: incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml (original) +++ incubator/rat/import/rat/src/test/antunit/report-bad-configurations.xml Wed Mar 12 15:57:26 2008 @@ -1,19 +1,22 @@ Modified: incubator/rat/import/rat/src/test/antunit/report-normal-operation.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/antunit/report-normal-operation.xml?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/antunit/report-normal-operation.xml (original) +++ incubator/rat/import/rat/src/test/antunit/report-normal-operation.xml Wed Mar 12 15:57:26 2008 @@ -1,19 +1,22 @@ Modified: incubator/rat/import/rat/src/test/elements/Xml.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/elements/Xml.xml?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/elements/Xml.xml (original) +++ incubator/rat/import/rat/src/test/elements/Xml.xml Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ Modified: incubator/rat/import/rat/src/test/rat/FileNameComparatorTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/FileNameComparatorTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/FileNameComparatorTest.java (original) +++ incubator/rat/import/rat/src/test/rat/FileNameComparatorTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat; Modified: incubator/rat/import/rat/src/test/rat/ReportTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/ReportTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/ReportTest.java (original) +++ incubator/rat/import/rat/src/test/rat/ReportTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat; Modified: incubator/rat/import/rat/src/test/rat/ReportTransformerTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/ReportTransformerTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/ReportTransformerTest.java (original) +++ incubator/rat/import/rat/src/test/rat/ReportTransformerTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat; Modified: incubator/rat/import/rat/src/test/rat/analysis/MockLicenseMatcher.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/MockLicenseMatcher.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/MockLicenseMatcher.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/MockLicenseMatcher.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis; Modified: incubator/rat/import/rat/src/test/rat/analysis/generation/GeneratedLicenseNotRequiredTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/generation/GeneratedLicenseNotRequiredTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/generation/GeneratedLicenseNotRequiredTest.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/generation/GeneratedLicenseNotRequiredTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.generation; Modified: incubator/rat/import/rat/src/test/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/generation/JavaDocLicenseNotRequiredTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.generation; Modified: incubator/rat/import/rat/src/test/rat/analysis/license/ApacheSoftwareLicense20Test.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/license/ApacheSoftwareLicense20Test.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/license/ApacheSoftwareLicense20Test.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/license/ApacheSoftwareLicense20Test.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.license; Modified: incubator/rat/import/rat/src/test/rat/analysis/license/MockStandardLicense.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/license/MockStandardLicense.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/license/MockStandardLicense.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/license/MockStandardLicense.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.license; Modified: incubator/rat/import/rat/src/test/rat/analysis/license/OASISLicenseTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/license/OASISLicenseTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/license/OASISLicenseTest.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/license/OASISLicenseTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.license; Modified: incubator/rat/import/rat/src/test/rat/analysis/license/W3CLicenseTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/license/W3CLicenseTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/license/W3CLicenseTest.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/license/W3CLicenseTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.license; Modified: incubator/rat/import/rat/src/test/rat/analysis/util/MatcherMultiplexerTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/analysis/util/MatcherMultiplexerTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/analysis/util/MatcherMultiplexerTest.java (original) +++ incubator/rat/import/rat/src/test/rat/analysis/util/MatcherMultiplexerTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.analysis.util; Modified: incubator/rat/import/rat/src/test/rat/document/DocumentUtilsTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/DocumentUtilsTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/DocumentUtilsTest.java (original) +++ incubator/rat/import/rat/src/test/rat/document/DocumentUtilsTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockArchiveDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockArchiveDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockArchiveDocument.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockArchiveDocument.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockDocument.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockDocument.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockDocumentAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockDocumentAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockDocumentAnalyser.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockDocumentAnalyser.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockDocumentCollection.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockDocumentCollection.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockDocumentCollection.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockDocumentCollection.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockDocumentMatcher.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockDocumentMatcher.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockDocumentMatcher.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockDocumentMatcher.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/MockLocation.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/MockLocation.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/MockLocation.java (original) +++ incubator/rat/import/rat/src/test/rat/document/MockLocation.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/ToNameTransformerTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/ToNameTransformerTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/ToNameTransformerTest.java (original) +++ incubator/rat/import/rat/src/test/rat/document/ToNameTransformerTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document; Modified: incubator/rat/import/rat/src/test/rat/document/impl/SingularFileDocumentTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/impl/SingularFileDocumentTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/impl/SingularFileDocumentTest.java (original) +++ incubator/rat/import/rat/src/test/rat/document/impl/SingularFileDocumentTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document.impl; Modified: incubator/rat/import/rat/src/test/rat/document/impl/guesser/ArchiveGuesserTest.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/test/rat/document/impl/guesser/ArchiveGuesserTest.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/test/rat/document/impl/guesser/ArchiveGuesserTest.java (original) +++ incubator/rat/import/rat/src/test/rat/document/impl/guesser/ArchiveGuesserTest.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006 Robert Burrell Donkin - * - * 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. * */ package rat.document.impl.guesser;