summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Kistner <tom@duncanthrax.net>2009-06-30 18:25:03 +0000
committerTom Kistner <tom@duncanthrax.net>2009-06-30 18:25:03 +0000
commitb9e94344acc2e0b5a627ec24ad19a93cead387de (patch)
treeb4596bc0e65e5fa52ef1ba51a562229668748697
parentc72d2505a1a1bbafd2cbc66f969853681427a4ba (diff)
Fix pointers to NOTICE
-rw-r--r--src/src/dcc.c4
-rw-r--r--src/src/dcc.h7
2 files changed, 4 insertions, 7 deletions
diff --git a/src/src/dcc.c b/src/src/dcc.c
index 4acba6513..c743290b1 100644
--- a/src/src/dcc.c
+++ b/src/src/dcc.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/dcc.c,v 1.1 2008/01/17 13:03:35 tom Exp $ */
+/* $Cambridge: exim/src/src/dcc.c,v 1.2 2009/06/30 18:25:03 tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -7,7 +7,7 @@
/* Copyright (c) Wolfgang Breyha 2005-2008
* Vienna University Computer Center
* wbreyha@gmx.net
- * License: GPL
+ * See the file NOTICE for conditions of use and distribution.
*/
/* This patch is based on code from Tom Kistners exiscan (ACL integration) and
diff --git a/src/src/dcc.h b/src/src/dcc.h
index d997ca4ba..ddc9fbbad 100644
--- a/src/src/dcc.h
+++ b/src/src/dcc.h
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/dcc.h,v 1.1 2008/01/17 13:03:35 tom Exp $ */
+/* $Cambridge: exim/src/src/dcc.h,v 1.2 2009/06/30 18:25:03 tom Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -6,16 +6,13 @@
/*
* Copyright (c) Wolfgang Breyha 2005
+ * See the file NOTICE for conditions of use and distribution.
*
* original dccifd_localscan
* Copyright (c) Christopher Bodenstein 2003-2005
* <cb@physicman.net>
*/
-/* License: GPL */
-
-/* dcc defines */
-
#ifdef EXPERIMENTAL_DCC
/* currently empty */
#endif