summaryrefslogtreecommitdiff
path: root/src/xutf8/utils/euc_tw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/utils/euc_tw.c')
-rw-r--r--src/xutf8/utils/euc_tw.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/xutf8/utils/euc_tw.c b/src/xutf8/utils/euc_tw.c
index 3d6a1e1e9..258524dc9 100644
--- a/src/xutf8/utils/euc_tw.c
+++ b/src/xutf8/utils/euc_tw.c
@@ -6,14 +6,14 @@
* the file "COPYING" which should have been included with this file. If this
* file is missing or damaged, see the license at:
*
- * http://www.fltk.org/COPYING.php
+ * https://www.fltk.org/COPYING.php
*
- * Please report all bugs and problems on the following page:
+ * Please see the following page on how to report bugs and issues:
*
- * http://www.fltk.org/str.php
+ * https://www.fltk.org/bugs.php
*/
-/*
+/*
* generate the "if(){} else if ..." structure of ucs2fontmap()
*/
@@ -52,7 +52,3 @@ int main(int argc, char **argv) {
iconv_close(cd);
return 0;
}
-
-/*
- * End of "$Id$".
- */