|
From: Rob T. <ro...@ts...> - 2000-07-18 19:38:27
|
I can now commit to the archive. Some of the files I want to add are marked with my copyright. I need to do this since I use the same files in commercial software that I write, and I don't want anyone to think that I'm poaching files from a free software project. Since this doesn't make the source any less free I don't think anyone should object, but if anyone does, let me know and I won't check them in. On the subject of headers, I've noticed that the // form of header won't for for the comment block at the top of files. RCS (part of CVS) rewrites this part when checking in, and sometimes rewraps the lines while doing so. When it rewraps a line it fails to put a // at the beginning, causing a compilation error. I've fixed this in a few files by wrapping the entire block in /**/ style comments. Rob |