summaryrefslogtreecommitdiffstats
path: root/intl
diff options
context:
space:
mode:
Diffstat (limited to 'intl')
-rw-r--r--intl/bindtextdom.c1
-rw-r--r--intl/cat-compat.c1
-rw-r--r--intl/dcgettext.c1
-rw-r--r--intl/dgettext.c1
-rw-r--r--intl/explodename.c1
-rw-r--r--intl/finddomain.c1
-rw-r--r--intl/gettext.c1
-rw-r--r--intl/gettext.h1
-rw-r--r--intl/gettextP.h1
-rw-r--r--intl/hash-string.h1
-rw-r--r--intl/intl-compat.c1
-rw-r--r--intl/l10nflist.c1
-rw-r--r--intl/libgettext.h1
-rw-r--r--intl/loadinfo.h1
-rw-r--r--intl/loadmsgcat.c1
-rw-r--r--intl/localealias.c1
-rw-r--r--intl/textdomain.c1
17 files changed, 17 insertions, 0 deletions
diff --git a/intl/bindtextdom.c b/intl/bindtextdom.c
index d9c3f349..7ac69d74 100644
--- a/intl/bindtextdom.c
+++ b/intl/bindtextdom.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Implementation of the bindtextdomain(3) function
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/cat-compat.c b/intl/cat-compat.c
index 867d901b..dc9b4e83 100644
--- a/intl/cat-compat.c
+++ b/intl/cat-compat.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Compatibility code for gettext-using-catgets interface.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
diff --git a/intl/dcgettext.c b/intl/dcgettext.c
index c4c7a2c7..07304e33 100644
--- a/intl/dcgettext.c
+++ b/intl/dcgettext.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Implementation of the dcgettext(3) function.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/dgettext.c b/intl/dgettext.c
index 0510c2b0..b6ce6ea3 100644
--- a/intl/dgettext.c
+++ b/intl/dgettext.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Implementation of the dgettext(3) function
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
diff --git a/intl/explodename.c b/intl/explodename.c
index 8066dc29..85d7fc1b 100644
--- a/intl/explodename.c
+++ b/intl/explodename.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/finddomain.c b/intl/finddomain.c
index 81ea29bf..80cceecb 100644
--- a/intl/finddomain.c
+++ b/intl/finddomain.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Handle list of needed message catalogs
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/gettext.c b/intl/gettext.c
index d929f98d..13ff6858 100644
--- a/intl/gettext.c
+++ b/intl/gettext.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Implementation of gettext(3) function.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
diff --git a/intl/gettext.h b/intl/gettext.h
index 3cd23d7d..bf3434de 100644
--- a/intl/gettext.h
+++ b/intl/gettext.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Internal header for GNU gettext internationalization functions.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
diff --git a/intl/gettextP.h b/intl/gettextP.h
index 00c52031..dbfad238 100644
--- a/intl/gettextP.h
+++ b/intl/gettextP.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Header describing internals of gettext library
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/hash-string.h b/intl/hash-string.h
index cacb38e4..e4d2fd71 100644
--- a/intl/hash-string.h
+++ b/intl/hash-string.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Implements a string hashing function.
Copyright (C) 1995, 1997 Free Software Foundation, Inc.
diff --git a/intl/intl-compat.c b/intl/intl-compat.c
index 503efa0f..def9f5ce 100644
--- a/intl/intl-compat.c
+++ b/intl/intl-compat.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* intl-compat.c - Stub functions to call gettext functions from GNU gettext
Library.
Copyright (C) 1995 Software Foundation, Inc.
diff --git a/intl/l10nflist.c b/intl/l10nflist.c
index 9c7dc183..e3cfe5b0 100644
--- a/intl/l10nflist.c
+++ b/intl/l10nflist.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Handle list of needed message catalogs
Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/libgettext.h b/intl/libgettext.h
index 3a92960a..045957d9 100644
--- a/intl/libgettext.h
+++ b/intl/libgettext.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Message catalogs for internationalization.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/loadinfo.h b/intl/loadinfo.h
index f4ebf6d8..8d3ade39 100644
--- a/intl/loadinfo.h
+++ b/intl/loadinfo.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/intl/loadmsgcat.c b/intl/loadmsgcat.c
index 515892df..3eb2e6a5 100644
--- a/intl/loadmsgcat.c
+++ b/intl/loadmsgcat.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Load needed message catalogs.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
diff --git a/intl/localealias.c b/intl/localealias.c
index bca555a6..4988598d 100644
--- a/intl/localealias.c
+++ b/intl/localealias.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Handle aliases for locale names.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.
diff --git a/intl/textdomain.c b/intl/textdomain.c
index 88557460..06f55133 100644
--- a/intl/textdomain.c
+++ b/intl/textdomain.c
@@ -1,3 +1,4 @@
+static char rcsid[]="$Id$";
/* Implementation of the textdomain(3) function.
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.