From 27069f22a14c1619ddd88511b023eedf0c25f090 Mon Sep 17 00:00:00 2001 From: Alsor Zhou Date: Tue, 27 Oct 2009 14:19:28 +0800 Subject: [PATCH] Comment fix --- src/ui/mim-immodule.c | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/src/ui/mim-immodule.c b/src/ui/mim-immodule.c index 2d37711..a9746f4 100644 --- a/src/ui/mim-immodule.c +++ b/src/ui/mim-immodule.c @@ -1,11 +1,33 @@ -/* - * GTK+ MiM input module - */ - +/********************************************************************* +** +** Copyright (C) 2009 MiM +** +** Contact: Handspring +** +** 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 . +** +*********************************************************************/ #ifdef HAVE_CONFIG_H # include #endif - +/* + * GTK+ MiM input module + */ #include #include #include -- 1.7.9.5