Source file requirements

Header

All java source files must contain the standard JNode header found in <jnode>/all/template/header.txt.

Do not add extra information to the header, since this header is updated automatically, at which time these extra pieces of information are lots.
Add all extra information in the javadoc comment of the class.

Encoding

All java (textfile) sources must be US-ASCII encoded. This means that extended characters must be encoded in the '\uxxxx' form.