diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-06 07:33:45 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-10-06 07:33:45 +0000 |
commit | 367ed084db5159d822dce53a1e041a5f4e8c1ad3 (patch) | |
tree | 751d00bfa376418939774bbf6e31936eaef36e96 /mtu.c | |
parent | Management interface can now listen on a unix (diff) | |
download | openvpn-367ed084db5159d822dce53a1e041a5f4e8c1ad3.tar.xz |
Copyright notice changed to reflect change in name of
Telethra to OpenVPN Technologies.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3409 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'mtu.c')
-rw-r--r-- | mtu.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -5,7 +5,7 @@ * packet encryption, packet authentication, and * packet compression. * - * Copyright (C) 2002-2008 Telethra, Inc. <sales@openvpn.net> + * Copyright (C) 2002-2008 OpenVPN Technologies, Inc. <sales@openvpn.net> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 @@ -183,13 +183,6 @@ translate_mtu_discover_type_name (const char *name) #if EXTENDED_SOCKET_ERROR_CAPABILITY -/* - * - * The following code is adapted from tracepath - * under the terms of the GPL. - * Copyright (C) Alexey Kuznetsov, <kuznet@ms2.inr.ac.ru>. - */ - struct probehdr { uint32_t ttl; |