Update copyrights.

This commit is contained in:
Guus Sliepen 2003-07-12 17:48:38 +00:00
parent 5db596c684
commit 085d33e626
8 changed files with 24 additions and 24 deletions

View file

@ -1,7 +1,7 @@
/*
list.h -- header file for list.c
Copyright (C) 2000,2001 Ivo Timmermans <ivo@o2w.nl>
2000,2001 Guus Sliepen <guus@sliepen.eu.org>
Copyright (C) 2000-2003 Ivo Timmermans <ivo@o2w.nl>
2000-2003 Guus Sliepen <guus@sliepen.eu.org>
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: list.h,v 1.1.2.9 2003/07/06 23:16:28 guus Exp $
$Id: list.h,v 1.1.2.10 2003/07/12 17:48:38 guus Exp $
*/
#ifndef __TINC_LIST_H__