summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_utf.c')
-rw-r--r--src/fl_utf.c11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/fl_utf.c b/src/fl_utf.c
index cc2059ce5..3acf925ed 100644
--- a/src/fl_utf.c
+++ b/src/fl_utf.c
@@ -1,5 +1,8 @@
-/* This is the utf.c file from fltk2 adapted for use in my fltk1.1 port */
-
+/*
+ * "$Id$"
+ *
+ * This is the utf.c file from fltk2 adapted for use in my fltk1.1 port
+ */
/* Copyright 2006-2009 by Bill Spitzak and others.
*
* This library is free software; you can redistribute it and/or
@@ -855,3 +858,7 @@ int fl_utf8test(const char* src, unsigned srclen) {
}
/** @} */
+
+/*
+ * End of "$Id$".
+ */