Return-Path: Delivered-To: apmail-incubator-rat-commits-archive@locus.apache.org Received: (qmail 73255 invoked from network); 13 Mar 2008 20:26:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 20:26:04 -0000 Received: (qmail 58947 invoked by uid 500); 13 Mar 2008 20:26:01 -0000 Delivered-To: apmail-incubator-rat-commits-archive@incubator.apache.org Received: (qmail 58930 invoked by uid 500); 13 Mar 2008 20:26:01 -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 58921 invoked by uid 99); 13 Mar 2008 20:26:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 13:26:01 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 20:25:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5119C1A983A; Thu, 13 Mar 2008 13:25:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r636865 - in /incubator/rat/import/rat: build.xml src/python/recursive-rat.py Date: Thu, 13 Mar 2008 20:25:38 -0000 To: rat-commits@incubator.apache.org From: rdonkin@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080313202539.5119C1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rdonkin Date: Thu Mar 13 13:25:37 2008 New Revision: 636865 URL: http://svn.apache.org/viewvc?rev=636865&view=rev Log: Corrected licensing Modified: incubator/rat/import/rat/build.xml incubator/rat/import/rat/src/python/recursive-rat.py Modified: incubator/rat/import/rat/build.xml URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/build.xml?rev=636865&r1=636864&r2=636865&view=diff ============================================================================== --- incubator/rat/import/rat/build.xml (original) +++ incubator/rat/import/rat/build.xml Thu Mar 13 13:25:37 2008 @@ -1,22 +1,22 @@ Modified: incubator/rat/import/rat/src/python/recursive-rat.py URL: http://svn.apache.org/viewvc/incubator/rat/import/rat/src/python/recursive-rat.py?rev=636865&r1=636864&r2=636865&view=diff ============================================================================== --- incubator/rat/import/rat/src/python/recursive-rat.py (original) +++ incubator/rat/import/rat/src/python/recursive-rat.py Thu Mar 13 13:25:37 2008 @@ -1,17 +1,20 @@ # -# Copyright 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. # from sys import argv