# HG changeset patch # User Mark Doliner # Date 1091983978 0 # Node ID 7efff7985e5d33e965d3f51783a8f0f7bac5a5a0 # Parent 78da12f2982d3353483562f219daa4d8e1e166fb [gaim-migrate @ 10582] Is the copyright correct for this? committer: Tailor Script diff -r 78da12f2982d -r 7efff7985e5d src/getopt.h --- a/src/getopt.h Sun Aug 08 16:51:10 2004 +0000 +++ b/src/getopt.h Sun Aug 08 16:52:58 2004 +0000 @@ -1,5 +1,9 @@ /* Declarations for getopt. + NOTE: getopt is now part of the C library, so if you don't know what + "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu + before changing it! + Gaim is the legal property of its developers, whose names are too numerous to list here. Please refer to the COPYRIGHT file distributed with this source distribution. @@ -18,8 +22,8 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef _GAIM_GETOPT_H_ -#define _GAIM_GETOPT_H_ +#ifndef _GETOPT_H_ +#define _GETOPT_H_ 1 #ifdef __cplusplus extern "C" { @@ -129,4 +133,4 @@ } #endif -#endif /* _GAIM_GETOPT_H_ */ +#endif /* _GETOPT_H_ */