summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/tt2code9
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/tt2code b/utils/tt2code
index c4dc07820..c15a2afdf 100755
--- a/utils/tt2code
+++ b/utils/tt2code
@@ -1,6 +1,15 @@
#!/usr/bin/perl -W
print <<END;
+/*
+ * This file is part of NetSurf, http://netsurf.sourceforge.net/
+ * Licensed under the GNU General Public License,
+ * http://www.opensource.org/licenses/gpl-license
+ * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
+ */
+
+#include "netsurf/utils/utils.h"
+
void unicode_transliterate(unsigned int c, char **r)
{
char *s = *r;