Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@locus.apache.org Received: (qmail 62124 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 57337 invoked by uid 500); 12 Mar 2008 22:58:40 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 57305 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 57284 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 01DD01A983A; Wed, 12 Mar 2008 15:58:12 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636565 [2/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.01DD01A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/rat/import/rat/src/java/rat/document/impl/CompositeDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/CompositeDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/CompositeDocument.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/CompositeDocument.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/java/rat/document/impl/DocumentImplUtils.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/DocumentImplUtils.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/DocumentImplUtils.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/DocumentImplUtils.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/java/rat/document/impl/FileDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/FileDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/FileDocument.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/FileDocument.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/java/rat/document/impl/MonolithicFileDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/MonolithicFileDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/MonolithicFileDocument.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/MonolithicFileDocument.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/java/rat/document/impl/guesser/ArchiveGuesser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/guesser/ArchiveGuesser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/guesser/ArchiveGuesser.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/guesser/ArchiveGuesser.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; Modified: incubator/rat/import/rat/src/java/rat/document/impl/guesser/BinaryGuesser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/guesser/BinaryGuesser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/guesser/BinaryGuesser.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/guesser/BinaryGuesser.java Wed Mar 12 15:57:26 2008 @@ -1,17 +1,20 @@ /* - * Copyright 2006-2007 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; Modified: incubator/rat/import/rat/src/java/rat/document/impl/guesser/GuessUtils.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/guesser/GuessUtils.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/guesser/GuessUtils.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/guesser/GuessUtils.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; Modified: incubator/rat/import/rat/src/java/rat/document/impl/guesser/NoteGuesser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/guesser/NoteGuesser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/guesser/NoteGuesser.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/guesser/NoteGuesser.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; Modified: incubator/rat/import/rat/src/java/rat/document/impl/util/ConditionalAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/util/ConditionalAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/util/ConditionalAnalyser.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/util/ConditionalAnalyser.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.util; Modified: incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentAnalyserMultiplexer.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentAnalyserMultiplexer.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentAnalyserMultiplexer.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentAnalyserMultiplexer.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.util; Modified: incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentMatcherMultiplexer.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentMatcherMultiplexer.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentMatcherMultiplexer.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/util/DocumentMatcherMultiplexer.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.util; Modified: incubator/rat/import/rat/src/java/rat/document/impl/util/MatchNegator.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/util/MatchNegator.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/util/MatchNegator.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/util/MatchNegator.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.util; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDirectory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDirectory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDirectory.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDirectory.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocument.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocument.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentCollection.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentCollection.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentCollection.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentCollection.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentFactory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentFactory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentFactory.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipDocumentFactory.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileDocument.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileDocument.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileDocument.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileDocument.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileUnarchiver.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileUnarchiver.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileUnarchiver.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipFileUnarchiver.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipRootDirectory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipRootDirectory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipRootDirectory.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipRootDirectory.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.zip; Modified: incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipUtils.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipUtils.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipUtils.java (original) +++ incubator/rat/import/rat/src/java/rat/document/impl/zip/ZipUtils.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.zip; Modified: incubator/rat/import/rat/src/java/rat/header/ArrayCharFilter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/header/ArrayCharFilter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/header/ArrayCharFilter.java (original) +++ incubator/rat/import/rat/src/java/rat/header/ArrayCharFilter.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.header; Modified: incubator/rat/import/rat/src/java/rat/header/CharFilter.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/header/CharFilter.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/header/CharFilter.java (original) +++ incubator/rat/import/rat/src/java/rat/header/CharFilter.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.header; Modified: incubator/rat/import/rat/src/java/rat/header/FilteringSequenceFactory.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/header/FilteringSequenceFactory.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/header/FilteringSequenceFactory.java (original) +++ incubator/rat/import/rat/src/java/rat/header/FilteringSequenceFactory.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.header; Modified: incubator/rat/import/rat/src/java/rat/header/HeaderBean.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/header/HeaderBean.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/header/HeaderBean.java (original) +++ incubator/rat/import/rat/src/java/rat/header/HeaderBean.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.header; Modified: incubator/rat/import/rat/src/java/rat/header/HeaderMatcher.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/header/HeaderMatcher.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/header/HeaderMatcher.java (original) +++ incubator/rat/import/rat/src/java/rat/header/HeaderMatcher.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.header; Modified: incubator/rat/import/rat/src/java/rat/license/AcademicFree21LicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/AcademicFree21LicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/AcademicFree21LicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/AcademicFree21LicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/Apache20LicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/Apache20LicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/Apache20LicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/Apache20LicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/ILicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/ILicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/ILicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/ILicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/ModifiedBSDLicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/ModifiedBSDLicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/ModifiedBSDLicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/ModifiedBSDLicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/OASISLicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/OASISLicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/OASISLicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/OASISLicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/W3CDocumentLicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/W3CDocumentLicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/W3CDocumentLicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/W3CDocumentLicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/license/W3CSoftwareLicenseFamily.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/license/W3CSoftwareLicenseFamily.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/license/W3CSoftwareLicenseFamily.java (original) +++ incubator/rat/import/rat/src/java/rat/license/W3CSoftwareLicenseFamily.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.license; Modified: incubator/rat/import/rat/src/java/rat/plain-rat.xsl URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/plain-rat.xsl?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/plain-rat.xsl (original) +++ incubator/rat/import/rat/src/java/rat/plain-rat.xsl Wed Mar 12 15:57:26 2008 @@ -1,18 +1,21 @@ Modified: incubator/rat/import/rat/src/java/rat/policy/DefaultPolicy.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/policy/DefaultPolicy.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/policy/DefaultPolicy.java (original) +++ incubator/rat/import/rat/src/java/rat/policy/DefaultPolicy.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.policy; Modified: incubator/rat/import/rat/src/java/rat/report/IReportable.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/IReportable.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/IReportable.java (original) +++ incubator/rat/import/rat/src/java/rat/report/IReportable.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; Modified: incubator/rat/import/rat/src/java/rat/report/RatReport.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/RatReport.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/RatReport.java (original) +++ incubator/rat/import/rat/src/java/rat/report/RatReport.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; Modified: incubator/rat/import/rat/src/java/rat/report/RatReportFailedException.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/RatReportFailedException.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/RatReportFailedException.java (original) +++ incubator/rat/import/rat/src/java/rat/report/RatReportFailedException.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; Modified: incubator/rat/import/rat/src/java/rat/report/analyser/AbstractSingleClaimAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/AbstractSingleClaimAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/AbstractSingleClaimAnalyser.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/AbstractSingleClaimAnalyser.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/ConstantClaimAnalyser.java URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/java/rat/report/analyser/ConstantClaimAnalyser.java?rev=636565&r1=636564&r2=636565&view=diff ============================================================================== --- incubator/rat/import/rat/src/java/rat/report/analyser/ConstantClaimAnalyser.java (original) +++ incubator/rat/import/rat/src/java/rat/report/analyser/ConstantClaimAnalyser.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;