diff options
| author | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-20 12:49:05 +0800 |
|---|---|---|
| committer | Peng Huang <shawn.p.huang@gmail.com> | 2010-05-20 12:49:05 +0800 |
| commit | b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7 (patch) | |
| tree | 65b9d418979fb2774359b9e675949dee9d42dda3 /src/FallbackEditor.h | |
| parent | d52ce00ad6718933db0df16451a8ea0a9e15e505 (diff) | |
| download | ibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.tar.gz ibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.tar.xz ibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.zip | |
Add copyright header
Diffstat (limited to 'src/FallbackEditor.h')
| -rw-r--r-- | src/FallbackEditor.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/FallbackEditor.h b/src/FallbackEditor.h index de2a691..34c30f0 100644 --- a/src/FallbackEditor.h +++ b/src/FallbackEditor.h @@ -1,4 +1,23 @@ -/* vim:set et sts=4: */ +/* vim:set et ts=4 sts=4: + * + * ibus-pinyin - The Chinese PinYin engine for IBus + * + * Copyright (c) 2008-2010 Peng Huang <shawn.p.huang@gmail.com> + * + * 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, 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. + */ #ifndef __PY_FALLBACK_EDITOR__ #define __PY_FALLBACK_EDITOR__ |
