diff options
Diffstat (limited to 'src/daemon.h')
-rw-r--r-- | src/daemon.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/daemon.h b/src/daemon.h index ebb7780..42f59a6 100644 --- a/src/daemon.h +++ b/src/daemon.h @@ -1,14 +1,14 @@ /* * tcpproxy * - * tcpproxy is a simple tcp connection proxy which combines the - * features of rinetd and 6tunnel. tcpproxy supports IPv4 and - * IPv6 and also supports connections from IPv6 to IPv4 + * tcpproxy is a simple tcp connection proxy which combines the + * features of rinetd and 6tunnel. tcpproxy supports IPv4 and + * IPv6 and also supports connections from IPv6 to IPv4 * endpoints and vice versa. - * * - * Copyright (C) 2010-2011 Christian Pointner <equinox@spreadspace.org> - * + * + * Copyright (C) 2010-2013 Christian Pointner <equinox@spreadspace.org> + * * This file is part of tcpproxy. * * tcpproxy is free software: you can redistribute it and/or modify @@ -164,4 +164,3 @@ void daemonize() } #endif - |