X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;h=e5a030d238c571690efb7d723a33063b1a0282e8;hp=8df9f38075356632ab778336e9966689bbfa027f;hb=c217d214f4f071c235bc7c463a1da6124e2570a6;hpb=73d77dd416b87b7c4e9b6aa450f64846235cd2b4 diff --git a/src/net_socket.c b/src/net_socket.c index 8df9f380..e5a030d2 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -2,6 +2,7 @@ net_socket.c -- Handle various kinds of sockets. Copyright (C) 1998-2005 Ivo Timmermans, 2000-2009 Guus Sliepen + 2009 Florian Forster This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,8 +17,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ */ #include "system.h"