Author: matt
Date: 2010-04-13 06:37:13 -0700 (Tue, 13 Apr 2010)
New Revision: 7490
Log:
Fixed Copyright.

Modified:
   branches/branch-1.3/fluid/ide_maketools.cxx

Modified: branches/branch-1.3/fluid/ide_maketools.cxx
===================================================================
--- branches/branch-1.3/fluid/ide_maketools.cxx 2010-04-13 12:28:46 UTC (rev 
7489)
+++ branches/branch-1.3/fluid/ide_maketools.cxx 2010-04-13 13:37:13 UTC (rev 
7490)
@@ -92,7 +92,7 @@
   
   int fput_copyright(const char *str, FILE *f) {
     fputs("#\n", f);
-    fputs("# \"$Id:  $\"\n", f);
+    fputs("# \"$Id:$\"\n", f);
     fputs("#\n", f);
     fprintf(f, "# %s\n", str);
     fputs("#\n", f);
@@ -124,7 +124,7 @@
   int fput_footer(FILE *f) {
     fputs("\n", f);
     fputs("#\n", f);
-    fputs("# End of \"$Id:  $\".\n", f);
+    fputs("# End of \"$Id:$\".\n", f);
     fputs("#\n", f);
     return 0;
   }

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to