Re: Apache license headers

2007-04-01 Thread robert burrell donkin
e from different projects all working in this area :-) > Matthieu Riou schrieb: > > Hi, > > > > I've just written a small Ruby script to check whether all your files > > have the Apache license headers and optionally add them where they're > > missing.

Re: Apache license headers

2007-03-30 Thread Matthieu Riou
Okay, if nobody shouts against it I'll just go for it. Thanks, Matthieu On 3/30/07, Vadim Gritsenko <[EMAIL PROTECTED]> wrote: Matthieu Riou wrote: > Thanks! I remembered seeing this script somewhere but I wanted to have a > small Ruby script to be easily callable from Rake. Plus writing it wa

Re: Apache license headers

2007-03-30 Thread Vadim Gritsenko
Matthieu Riou wrote: Thanks! I remembered seeing this script somewhere but I wanted to have a small Ruby script to be easily callable from Rake. Plus writing it was somewhat quicker than looking for it and it's sometimes fun to reinvent the wheel ;) since no /ruby exists at that location, i s

Re: Apache license headers

2007-03-30 Thread Matthieu Riou
Matthieu Riou wrote: > Hi, > > I've just written a small Ruby script to check whether all your files > have the Apache license headers and optionally add them where they're > missing. It's as simple as: > >ruby check_license_headers.rb # list files wi

Re: Apache license headers

2007-03-30 Thread Vadim Gritsenko
Matthieu Riou wrote: Hi, I've just written a small Ruby script to check whether all your files have the Apache license headers and optionally add them where they're missing. It's as simple as: ruby check_license_headers.rb # list files with no

Re: Apache license headers

2007-03-30 Thread Henning Schmiedehausen
files have the Apache license headers and optionally add them where they're missing. It's as simple as: ruby check_license_headers.rb # list files with no header ruby check_license_headers.rb add # add headers automatically It scans for 'java', 'xml&#

Apache license headers

2007-03-29 Thread Matthieu Riou
Hi, I've just written a small Ruby script to check whether all your files have the Apache license headers and optionally add them where they're missing. It's as simple as: ruby check_license_headers.rb # list files with no header ruby check_license_headers.rb add