
eximusers at downhill
Jun 28, 2009, 8:31 AM
Post #1 of 3
(848 views)
Permalink
|
|
Standardized copyright header for src/dcc.*
|
|
Hello, src/dcch.* just says "License: GPL" without noting the specific version of the license. I have asked Wolfgang Breyha for clarification and he said the standard exim license terms (GPLV2+ with OpenSSL exception) are ok. This yields: --------------------------- Index: dcc.c =================================================================== RCS file: /repo/exim/exim-src/src/dcc.c,v retrieving revision 1.1 diff -u -r1.1 dcc.c --- dcc.c 17 Jan 2008 13:03:35 -0000 1.1 +++ dcc.c 28 Jun 2009 15:26:52 -0000 @@ -7,7 +7,7 @@ /* Copyright (c) Wolfgang Breyha 2005-2008 * Vienna University Computer Center * wbreyha[at]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 Index: dcc.h =================================================================== RCS file: /repo/exim/exim-src/src/dcc.h,v retrieving revision 1.1 diff -u -r1.1 dcc.h --- dcc.h 17 Jan 2008 13:03:35 -0000 1.1 +++ dcc.h 28 Jun 2009 15:26:52 -0000 @@ -7,6 +7,8 @@ /* * 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[at]physicman.net> --------------------------- thanks, cu andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- ## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
|