function writeJS(){
var str='<small><i>';
str+='<b>Notice of Copyright:</b> We distribute all our software, drawings, schematics, and manuals (our \'work\') for free under the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>. If you modify our work, or include it in your own work, you must distribute the resulting work for free under the same license.<br><br>';
str+='<b>Notice of Warranty:</b> Our work is free, and carries absolutely no warranty.';
str+='</i></small>';
document.write(str);
}
writeJS();

