X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprocess.h;fp=src%2Fprocess.h;h=b961298ea915e727e250b02f745013dbca1ed48c;hp=cf51fc8283526ece0d89c78fca1c42989814f9c4;hb=7926a156e5b118d06295228e57de0cc9de0433b4;hpb=42e01abd54bd36ee84a45a2b646cfa27034de8d1 diff --git a/src/process.h b/src/process.h index cf51fc82..b961298e 100644 --- a/src/process.h +++ b/src/process.h @@ -1,7 +1,7 @@ /* process.h -- header file for process.c - Copyright (C) 1999-2003 Ivo Timmermans , - 2000-2003 Guus Sliepen + Copyright (C) 1999-2004 Ivo Timmermans , + 2000-2004 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 @@ -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: process.h,v 1.1.2.19 2003/08/02 20:50:38 guus Exp $ + $Id$ */ #ifndef __TINC_PROCESS_H__