summaryrefslogtreecommitdiffstats
path: root/input-methods/lipimatoo/lipimatoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'input-methods/lipimatoo/lipimatoo.c')
-rw-r--r--input-methods/lipimatoo/lipimatoo.c25
1 files changed, 23 insertions, 2 deletions
diff --git a/input-methods/lipimatoo/lipimatoo.c b/input-methods/lipimatoo/lipimatoo.c
index fbde3a4..907aa39 100644
--- a/input-methods/lipimatoo/lipimatoo.c
+++ b/input-methods/lipimatoo/lipimatoo.c
@@ -1,14 +1,35 @@
/*
- *File name: googliterate.c
+ *File name: lipimatoo.c
+ *
+ * Copyright (C) 2007-2008
+ * Praveen Arimbrathodiyil <pravi.a@gmail.com>,
+ * Swathanthra Malayalam Computing.
+ *
+ * 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 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.
+ *
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+
+*/
+
#include <gtk/gtk.h>
#include <glib.h>
#include <gdk/gdk.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtkwidget.h>
#include <stdlib.h>
-#include "trans.c"
+#include "transliteration.c"
/*-- This function allows the program to exit properly when the window is closed --*/
gint destroyapp (GtkWidget *widget, gpointer gdata)
{