On Mon, Sep 21, 2009 at 10:15 AM, Noah Slater <[email protected]> wrote: > On Sun, Sep 20, 2009 at 11:53:09PM -0500, Curt Arnold wrote: >> test/etap/041-uuid-gen-seq.ini >> test/etap/041-uuid-gen-utc.ini >> test/etap/121-stats-aggregates.ini >> >> do not have license notices and are not listed in license.skip. I'm >> assuming that you can feed license.skip into RAT with some option that >> I've overlooked. > > I re-implemented RAT in four lines of GNU Make: > > distcheck-hook: > grep -rL 'http://www.apache.org/licenses/LICENSE-2.0' * \ > | grep -vEf license.skip; \ > test "$$?" -eq 1 > > Needless to say, the tarball won't build if this fails. > >> I think it would be best to add an ASF license notice to all of those >> files. > > I will have pick these up while trying to build the tarball. > > Thanks for the attention to detail. > > Best, > > -- > Noah Slater, http://tumbolia.org/nslater >
I updated all of the config files for the etap tests to include an ASF license header. As per [1] it looks like we should do the same for default.ini.tpl.in and local.ini. Paul [1] http://www.apache.org/legal/src-headers.html
