From dc5ebf99886a6b98906be3123e1be04d8f09369c Mon Sep 17 00:00:00 2001 From: gwdwyy Date: Sat, 20 Jul 2013 13:27:14 +0800 Subject: [PATCH] add header about fenc and auhor into source files --- src/Trie.cpp | 4 ---- src/Trie.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/src/Trie.cpp b/src/Trie.cpp index dd2161b..355c8e3 100644 --- a/src/Trie.cpp +++ b/src/Trie.cpp @@ -2,10 +2,6 @@ * file enc : utf8 * author : wuyanyi09@gmail.com ************************************/ -/* - * file encoding: utf-8 - * author: wuyanyi09@gmail.com - */ #include "Trie.h" namespace CppJieba diff --git a/src/Trie.h b/src/Trie.h index d07c88e..44597cd 100644 --- a/src/Trie.h +++ b/src/Trie.h @@ -2,10 +2,6 @@ * file enc : utf8 * author : wuyanyi09@gmail.com ************************************/ -/* - * file encoding: utf-8 - * author: wuyanyi09@gmail.com - */ #ifndef CPPJIEBA_TRIE_H #define CPPJIEBA_TRIE_H