aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2007-06-10 08:22:15 +0000
committerMatthias Andree <matthias.andree@gmx.de>2007-06-10 08:22:15 +0000
commitf10700efa117aebcade4e63bc8d4bcd55e466f7e (patch)
tree35b5014c770e9c93dee39a71f3d44a2133375c9b
parentbcf29b2f175bce28ce52f07380305240c11f9339 (diff)
downloadfetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.tar.gz
fetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.tar.bz2
fetchmail-f10700efa117aebcade4e63bc8d4bcd55e466f7e.zip
Update copyright, pull in fetchmail.h.
svn path=/branches/BRANCH_6-3/; revision=5104
-rw-r--r--mxget.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mxget.c b/mxget.c
index 03003362..5877d7f4 100644
--- a/mxget.c
+++ b/mxget.c
@@ -1,11 +1,13 @@
/*
* mxget.c -- fetch MX records for given DNS name
*
- * Copyright 1997 by Eric S. Raymond
+ * Copyright (C) 1996, 1997, 1998, 2000, 2002 by Eric S. Raymond
+ * Copyright (C) 2005, 2006, 2007 by Matthias Andree
* For license terms, see the file COPYING in this directory.
*/
#include "config.h"
+#include "fetchmail.h"
#include <stdio.h>
#ifdef HAVE_RES_SEARCH
#include <string.h>