summaryrefslogtreecommitdiff
path: root/src/fl_utf.c
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-18 12:43:21 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-11-18 12:43:21 +0000
commitad473c8208aea1bea379190ddf3cde1c473e4afc (patch)
tree8f910605994a62d7158bca2f671df2814585afbd /src/fl_utf.c
parent4fa7fde79080da1658f895fbc10aced543828a09 (diff)
Added missing svn properties and $Id$ tags.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6943 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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$".
+ */