X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;h=0e9ffd7cc87c2275a0eddd81f4f49e964b4c9542;hp=dc82fc4590bfe8bf39929625c38d31cf324267c1;hb=0e6856b1379e278aa5ed116d0911851339a6064c;hpb=7926a156e5b118d06295228e57de0cc9de0433b4 diff --git a/lib/list.h b/lib/list.h index dc82fc45..0e9ffd7c 100644 --- a/lib/list.h +++ b/lib/list.h @@ -1,7 +1,7 @@ /* list.h -- header file for list.c - Copyright (C) 2000-2004 Ivo Timmermans - 2000-2004 Guus Sliepen + Copyright (C) 2000-2005 Ivo Timmermans + 2000-2006 Guus Sliepen 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 +16,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$ */ #ifndef __TINC_LIST_H__