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.
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
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
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
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
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
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