Hi, > I will try and find some time this weekend to do a run through of the entire > source code base and update this. Tedious, but it will only get more tedious.
This should help and has the correct text [1] One of the other things I noticed while doing the license review is that serval files incorrectly have a Runtime Inc header on top of another say BSD header. In most cases a file should only have one header (i.e. that of the original copyright owner). See [2]. This can get tricky when you start making changes to a file and at some point the header may need to change. Thanks, Justin 1. http://www.apache.org/legal/src-headers.html#headers 2. http://www.apache.org/legal/src-headers.html#3party
