Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 58585 invoked from network); 25 Jun 2007 16:30:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 16:30:03 -0000 Received: (qmail 84253 invoked by uid 500); 25 Jun 2007 16:30:06 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 84243 invoked by uid 500); 25 Jun 2007 16:30:06 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 84232 invoked by uid 99); 25 Jun 2007 16:30:06 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 09:30:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [208.30.140.160] (HELO moroha.quovadx.com) (208.30.140.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 09:30:02 -0700 Received: from qxvcexch01.ad.quovadx.com ([192.168.170.59]) by moroha.quovadx.com (8.13.6/8.13.6) with ESMTP id l5PGTeI6009777 for ; Mon, 25 Jun 2007 16:29:40 GMT Received: from [10.70.3.113] ([10.70.3.113]) by qxvcexch01.ad.quovadx.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Jun 2007 10:28:31 -0600 Message-ID: <467FEE04.60809@roguewave.com> Date: Mon, 25 Jun 2007 10:32:04 -0600 From: Martin Sebor Organization: Rogue Wave Software User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.2) Gecko/20070221 SeaMonkey/1.1.1 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: STDCXX progress to graduation References: <467AFE83.2030500@rowe-clan.net> <5c902b9e0706220055x2dbcd8e2q3adb8582c9fc57d9@mail.gmail.com> <458EE70D-00EC-4B0C-89B8-99C4CF6309AA@leosimons.com> <467D7D31.4070407@roguewave.com> <467DB591.8070400@rowe-clan.net> In-Reply-To: <467DB591.8070400@rowe-clan.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Jun 2007 16:28:31.0827 (UTC) FILETIME=[DE94D230:01C7B745] X-Virus-Checked: Checked by ClamAV on apache.org William A. Rowe, Jr. wrote: > Martin Sebor wrote: >> It got started but we never did go through all the files to check >> that we didn't miss any (which we of course did). I just finished >> a sweep through our sources and updated those that still needed >> it. The record of the changes is here: >> https://issues.apache.org/jira/browse/STDCXX-457 > > Had you happened to run RAT through the sources yet? No. I'm pretty comfortable with the review I just did but if you think it would be useful to run the tool we can look into it. Is there an easy way to run it? All I could find in the way of info on this RAT was this site: http://mojo.codehaus.org/rat-maven-plugin/index.html It looks like it requires Mave. We have no experience with Maven so I'm a little intimidated by what setting it all up might involve. If the goal is to check that every file has the appropriate license header at the top I suspect we can do that more quickly using grep or sed (which is what I did by hand). Martin