diff options
author | Karl Berry <karl@freefriends.org> | 2008-01-21 01:46:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-01-21 01:46:23 +0000 |
commit | 193b1e1c00bc737de690cf9e407c9d54d43281a3 (patch) | |
tree | 68552740e600e18e35b909feebfc395f136a8999 /Build/source/texk/kpathsea/getopt.c | |
parent | 41c02ed6fae5daf61e4cd703887a6006cd817149 (diff) |
no fsf physical address
git-svn-id: svn://tug.org/texlive/trunk@6341 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/getopt.c')
-rw-r--r-- | Build/source/texk/kpathsea/getopt.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/getopt.c b/Build/source/texk/kpathsea/getopt.c index 281ae90a0bf..d32a4a0415f 100644 --- a/Build/source/texk/kpathsea/getopt.c +++ b/Build/source/texk/kpathsea/getopt.c @@ -1,11 +1,12 @@ /* Getopt for GNU. + Copyright 2008 Karl Berry. Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 2000 Free Software Foundation, Inc. The original version of this file was part of the GNU C Library. Its master source is NOT part of the C library, however. - The master source lives in /gd/gnu/lib. + The master source lives in libc. This version has been modified for use with libkpathsea. This library is free software; you can redistribute it and/or @@ -18,11 +19,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + You should have received a copy of the GNU Lesser General Public License + along with this library; if not, see <http://www.gnu.org/licenses/>. */ -*/ /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>. Ditto for AIX 3.2 and <stdlib.h>. */ |