aboutsummaryrefslogtreecommitdiff
path: root/src/import.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-12 02:49:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-08-12 02:49:24 +0000
commit86c7e8c46672de415a66f4e84e0fccb56c72b960 (patch)
tree0f93f9dfe8cc0240cbe94cc13566e84e2941f627 /src/import.c
parentdef2466b789459d7ad4ade5611bf12f8a81f7da3 (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/import.c')
-rw-r--r--src/import.c7
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