Comment fix master
authorAlsor Zhou <alsor.zhou@gmail.com>
Tue, 27 Oct 2009 06:19:28 +0000 (14:19 +0800)
committerAlsor Zhou <alsor.zhou@gmail.com>
Tue, 27 Oct 2009 06:29:30 +0000 (14:29 +0800)
src/ui/mim-immodule.c

index 2d37711..a9746f4 100644 (file)
@@ -1,11 +1,33 @@
-/*
- * GTK+ MiM input module 
- */
-
+/*********************************************************************
+**
+**  Copyright (C) 2009  MiM
+**
+**          Contact: Handspring <xhealer@gmail.com>
+**
+**          AUTHOR:
+**
+**  This file is part of MiM Pinyin.
+**
+**  This 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 3 of the License, or
+**  (at your option) any later version.
+**
+**  This 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 Sigil.  If not, see <http://www.gnu.org/licenses/>.
+**
+*********************************************************************/
 #ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
-
+/*
+ * GTK+ MiM input module 
+ */
 #include <gtk/gtkimcontext.h>
 #include <gtk/gtkimmodule.h>
 #include <gdk/gdkkeysyms.h>