summaryrefslogtreecommitdiff
path: root/src/xutf8/utils/conv_gen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xutf8/utils/conv_gen.c')
-rw-r--r--src/xutf8/utils/conv_gen.c42
1 files changed, 25 insertions, 17 deletions
diff --git a/src/xutf8/utils/conv_gen.c b/src/xutf8/utils/conv_gen.c
index 26c03589f..cd40a769b 100644
--- a/src/xutf8/utils/conv_gen.c
+++ b/src/xutf8/utils/conv_gen.c
@@ -1,27 +1,31 @@
-/******************************************************************************
- *
- * generate the "if(){} else if ..." structure of ucs2fontmap()
+/* "$Id: $"
*
- * Copyright (c) 2000 O'ksi'D
+ * Author: Jean-Marc Lienher ( http://oksid.ch )
+ * Copyright 2000-2003 by O'ksi'D.
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Library General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA.
*
- * Author : Jean-Marc Lienher ( http://oksid.ch )
+ * Please report all bugs and problems on the following page:
*
- ******************************************************************************/
+ * http://www.fltk.org/str.php
+ */
+/*
+ * generate the "if(){} else if ..." structure of ucs2fontmap()
+ */
#include <wchar.h>
#include <stdio.h>
char buffer[1000000];
@@ -168,3 +172,7 @@ int main(int argc, char **argv)
printf("*/\n");
return 0;
}
+
+/*
+ * End of "$Id$".
+ */