Ignore:
Timestamp:
Sep 15, 2006, 7:09:38 AM (19 years ago)
Author:
bird
Message:

Untested merge with GNU Make v3.81 (vendor/gnumake/2005-05-16 -> vendor/gnumake/current).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/getopt.h

    r53 r503  
    11/* Declarations for getopt.
    2    Copyright (C) 1989,90,91,92,93,94,96,97 Free Software Foundation, Inc.
     2Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
     31999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    34
    4    NOTE: The canonical source of this file is maintained with the GNU C Library.
    5    Bugs can be reported to bug-glibc@gnu.org.
     5NOTE: The canonical source of this file is maintained with the GNU C Library.
     6Bugs can be reported to bug-glibc@gnu.org.
    67
    7    This program is free software; you can redistribute it and/or modify it
    8    under the terms of the GNU General Public License as published by the
    9    Free Software Foundation; either version 2, or (at your option) any
    10    later version.
     8This program is free software; you can redistribute it and/or modify it
     9under the terms of the GNU General Public License as published by the
     10Free Software Foundation; either version 2, or (at your option) any
     11later version.
    1112
    12    This program is distributed in the hope that it will be useful,
    13    but WITHOUT ANY WARRANTY; without even the implied warranty of
    14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15    GNU General Public License for more details.
     13This program is distributed in the hope that it will be useful,
     14but WITHOUT ANY WARRANTY; without even the implied warranty of
     15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     16GNU General Public License for more details.
    1617
    17    You should have received a copy of the GNU General Public License
    18    along with this program; if not, write to the Free Software
    19    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    20    USA.  */
     18You should have received a copy of the GNU General Public License along with
     19this program; see the file COPYING.  If not, write to the Free Software
     20Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.  */
    2121
    2222#ifndef _GETOPT_H
Note: See TracChangeset for help on using the changeset viewer.