summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-09 16:39:29 +0800
committerPeng Wu <alexepico@gmail.com>2011-11-09 16:39:29 +0800
commit5b048d44fea9e76c38556a20ad409fb049709b2c (patch)
tree4056c1c3bf81b4473ffbaa7b54d692b8cdda01e3 /tests
parentbcebd6b9e4ffb3c62e0b7dacf3abe4fb872c6243 (diff)
downloadlibpinyin-5b048d44fea9e76c38556a20ad409fb049709b2c.tar.gz
libpinyin-5b048d44fea9e76c38556a20ad409fb049709b2c.tar.xz
libpinyin-5b048d44fea9e76c38556a20ad409fb049709b2c.zip
fixes test_parser.cpp
Diffstat (limited to 'tests')
-rw-r--r--tests/storage/test_parser.cpp42
1 files changed, 20 insertions, 22 deletions
diff --git a/tests/storage/test_parser.cpp b/tests/storage/test_parser.cpp
index aad719b..7191080 100644
--- a/tests/storage/test_parser.cpp
+++ b/tests/storage/test_parser.cpp
@@ -1,28 +1,26 @@
-/*
- * libpinyin
+/*
+ * libpinyin
+ * Library to deal with pinyin.
*
- * Copyright (c) 2006 James Su <suzhe@tsinghua.org.cn>
- *
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This library 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 Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307 USA
- *
- * $Id$
- *
+ * Copyright (c) 2006 James Su <suzhe@tsinghua.org.cn>
+ * Copyright (C) 2011 Peng Wu <alexepico@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 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>