summaryrefslogtreecommitdiffstats
path: root/src/String.h
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-05-20 12:49:05 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-05-20 12:49:05 +0800
commitb1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7 (patch)
tree65b9d418979fb2774359b9e675949dee9d42dda3 /src/String.h
parentd52ce00ad6718933db0df16451a8ea0a9e15e505 (diff)
downloadibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.tar.gz
ibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.tar.xz
ibus-libpinyin-b1a91ad39f89efcaeb7bd01c3877b7fea0e6d1c7.zip
Add copyright header
Diffstat (limited to 'src/String.h')
-rw-r--r--src/String.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/String.h b/src/String.h
index 187dcce..e5739bb 100644
--- a/src/String.h
+++ b/src/String.h
@@ -1,3 +1,23 @@
+/* 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_STRING_H_
#define __PY_STRING_H_