Changeset 437:9c8238fc90d4 for intl

Show
Ignore:
Timestamp:
1998-10-13 13:44:24 (10 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Add RCS $Id$ strings to (hopefully) all source files.

Location:
intl
Files:
17 modified

Legend:

Unmodified
Added
Removed
  • intl/bindtextdom.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Implementation of the bindtextdomain(3) function 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/cat-compat.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Compatibility code for gettext-using-catgets interface. 
    23   Copyright (C) 1995, 1997 Free Software Foundation, Inc. 
  • intl/dcgettext.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Implementation of the dcgettext(3) function. 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/dgettext.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Implementation of the dgettext(3) function 
    23   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 
  • intl/explodename.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
    23   Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 
  • intl/finddomain.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Handle list of needed message catalogs 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/gettext.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Implementation of gettext(3) function. 
    23   Copyright (C) 1995, 1997 Free Software Foundation, Inc. 
  • intl/gettext.h

    r300 r437  
     1/* $Id$ */ 
    12/* Internal header for GNU gettext internationalization functions. 
    23   Copyright (C) 1995, 1997 Free Software Foundation, Inc. 
  • intl/gettextP.h

    r300 r437  
     1/* $Id$ */ 
    12/* Header describing internals of gettext library 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/hash-string.h

    r300 r437  
     1/* $Id$ */ 
    12/* Implements a string hashing function. 
    23   Copyright (C) 1995, 1997 Free Software Foundation, Inc. 
  • intl/intl-compat.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* intl-compat.c - Stub functions to call gettext functions from GNU gettext 
    23   Library. 
  • intl/l10nflist.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Handle list of needed message catalogs 
    23   Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. 
  • intl/libgettext.h

    r300 r437  
     1/* $Id$ */ 
    12/* Message catalogs for internationalization. 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/loadinfo.h

    r300 r437  
     1/* $Id$ */ 
    12/* Copyright (C) 1996, 1997 Free Software Foundation, Inc. 
    23   This file is part of the GNU C Library. 
  • intl/loadmsgcat.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Load needed message catalogs. 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/localealias.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Handle aliases for locale names. 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. 
  • intl/textdomain.c

    r300 r437  
     1static char rcsid[]="$Id$"; 
    12/* Implementation of the textdomain(3) function. 
    23   Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.