diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-08-12 02:49:24 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-08-12 02:49:24 +0000 |
commit | 86c7e8c46672de415a66f4e84e0fccb56c72b960 (patch) | |
tree | 0f93f9dfe8cc0240cbe94cc13566e84e2941f627 /src | |
parent | def2466b789459d7ad4ade5611bf12f8a81f7da3 (diff) |
import.c: added copyright notice about OE2.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2670 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r-- | src/import.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/import.c b/src/import.c index 1edef02c..7e17e35c 100644 --- a/src/import.c +++ b/src/import.c @@ -17,6 +17,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* + * DBX file conversion engine is based on OutlookExpress-To by Tietew. + * OutlookExpress-To - OE5/6 Multi Converter + * Copyright (C) 2002 by Tietew + * http://www.tietew.net/ + */ + #ifdef HAVE_CONFIG_H # include "config.h" #endif |