comparison src/getopt.c @ 8046:fa6395637e2c

[gaim-migrate @ 8730] John Silverstri did this for me. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 10 Jan 2004 04:04:57 +0000
parents 3dbc2cd326e2
children 840a7d176754
comparison
equal deleted inserted replaced
8045:cd3a2cef5112 8046:fa6395637e2c
1 /* Getopt for GNU. 1 /* Getopt for GNU.
2 NOTE: getopt is now part of the C library, so if you don't know what 2 NOTE: getopt is now part of the C library, so if you don't know what
3 "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu 3 "Keep this file name-space clean" means, talk to roland@gnu.ai.mit.edu
4 before changing it! 4 before changing it!
5 5
6 Copyright (C) 1987, 88, 89, 90, 91, 92, 1993 6 Gaim is the legal property of its developers, whose names are too numerous
7 Free Software Foundation, Inc. 7 to list here. Please refer to the COPYRIGHT file distributed with this
8 source distribution.
8 9
9 This program is free software; you can redistribute it and/or modify it 10 This program is free software; you can redistribute it and/or modify it
10 under the terms of the GNU General Public License as published by the 11 under the terms of the GNU General Public License as published by the
11 Free Software Foundation; either version 2, or (at your option) any 12 Free Software Foundation; either version 2, or (at your option) any
12 later version. 13 later version.