Am 17.03.2010 22:28, manolo gouy wrote: >> >> Another thought - more or less unrelated. >> >> A lot of the new files that have been added don't have version and >> copyright headers or footers on them. >> >> They probably ought to have at least the version lines and probably some >> copyright notice added before the weekly tarball gets rolled up. >> > > I would need an example of version line to start with, please.
It's documented in the CMP at http://www.fltk.org/cmp.php - look for "Source File Documentation". In fact, no matter what you copy from any other correctly formatted file (between "$Id" and the final "$" character) will be replaced when you check the file in ... if you also set the necessary keywords: $ svn ps svn:keywords "author date id revision" <file(s)> Another necessary property is: $ svn ps svn:eol-style native <file(s)> or "CRLF" instead of "native" if appropriate (e.g. for VS project files). Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
