summaryrefslogtreecommitdiff
path: root/fluid
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-04-13 13:37:13 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-04-13 13:37:13 +0000
commita9f8b7001952629fe4bb18de6ea96b1d10d79faf (patch)
tree8bf536f5a31223025b3807bc6905a592e07099c9 /fluid
parent8a2049d64c84916b25020e9948ee5622aa3417ee (diff)
Fixed Copyright.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7490 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
-rw-r--r--fluid/ide_maketools.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/ide_maketools.cxx b/fluid/ide_maketools.cxx
index 8cc8d8037..1fbb5e86d 100644
--- a/fluid/ide_maketools.cxx
+++ b/fluid/ide_maketools.cxx
@@ -92,7 +92,7 @@ public:
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 @@ public:
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;
}