aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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