X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Flist.h;h=197fbb8b3088531f0830cf03f5416992ff81fb9a;hp=620eeecac06273dcbe8e8d59d6d62f4b83a9f417;hb=95928f7c2910a7da01a89cdc63c86c4d87fac004;hpb=013a2e159e42c46808ea8d0b6abd57525db30a50 diff --git a/lib/list.h b/lib/list.h index 620eeeca..197fbb8b 100644 --- a/lib/list.h +++ b/lib/list.h @@ -1,7 +1,7 @@ /* list.h -- header file for list.c - Copyright (C) 2000-2003 Ivo Timmermans - 2000-2003 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 @@ -13,11 +13,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - 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: list.h,v 1.3 2003/08/24 20:38:20 guus Exp $ + 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., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __TINC_LIST_H__