X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fevent.h;h=acc1c33af4a16b83dfd89e94babbd8d2dccb81da;hp=6ec986df2d692885b78e0c841b17c0ebeb957a30;hb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d;hpb=d798b8b3d832f8c69769e08cfd64a4d8355faf0e diff --git a/src/event.h b/src/event.h index 6ec986df..acc1c33a 100644 --- a/src/event.h +++ b/src/event.h @@ -1,7 +1,7 @@ /* event.h -- header for event.c - Copyright (C) 2002-2003 Guus Sliepen , - 2002-2003 Ivo Timmermans + Copyright (C) 2002-2005 Guus Sliepen , + 2002-2005 Ivo Timmermans 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 @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: event.h,v 1.1.4.8 2003/07/30 21:52:41 guus Exp $ + $Id$ */ #ifndef __TINC_EVENT_H__