From 40fa9d36ce344cb67bb3e693eecc01f9d9832cf5 Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Mon, 30 Aug 1999 08:08:00 +0000
Subject: [PATCH] s/Id/OpenLDAP/ in RCSids

---
 acconfig.h                | 2 +-
 acinclude.m4              | 2 +-
 build/dir.mk              | 1 +
 build/info.mk             | 1 +
 build/install-sh          | 1 +
 build/lib-shared.mk       | 1 +
 build/lib-static.mk       | 1 +
 build/lib.mk              | 1 +
 build/man.mk              | 1 +
 build/mkdep               | 1 +
 build/mkrelease           | 1 +
 build/mkversion           | 1 +
 build/mod.mk              | 1 +
 build/openldap.m4         | 2 ++
 build/rules.mk            | 1 +
 build/srv.mk              | 1 +
 build/top.mk              | 1 +
 configure.in              | 1 -
 include/ac/alloca.h       | 2 +-
 include/ac/assert.h       | 2 +-
 include/ac/bytes.h        | 2 +-
 include/ac/ctype.h        | 2 +-
 include/ac/dirent.h       | 2 +-
 include/ac/errno.h        | 2 +-
 include/ac/krb.h          | 2 +-
 include/ac/regex.h        | 2 +-
 include/ac/setproctitle.h | 2 +-
 include/ac/signal.h       | 2 +-
 include/ac/socket.h       | 2 +-
 include/ac/stdarg.h       | 2 +-
 include/ac/stdlib.h       | 2 +-
 include/ac/string.h       | 2 +-
 include/ac/sysexits.h     | 2 +-
 include/ac/syslog.h       | 2 +-
 include/ac/termios.h      | 2 +-
 include/ac/time.h         | 2 +-
 include/ac/unistd.h       | 2 +-
 include/ac/wait.h         | 2 +-
 38 files changed, 38 insertions(+), 23 deletions(-)

diff --git a/acconfig.h b/acconfig.h
index 3e291726c3..24d941b5b3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
-/* $Id */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/acinclude.m4 b/acinclude.m4
index 8045820a0c..32b7cdfff9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,4 +1,4 @@
-dnl $Id$
+dnl $OpenLDAP$
 dnl Copyright 1998-1999 The OpenLDAP Foundation,  All Rights Reserved.
 dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 dnl
diff --git a/build/dir.mk b/build/dir.mk
index ebf4d813e7..7f163fdc0d 100644
--- a/build/dir.mk
+++ b/build/dir.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/info.mk b/build/info.mk
index 0fed4f8071..df9d94ddb4 100644
--- a/build/info.mk
+++ b/build/info.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/install-sh b/build/install-sh
index 5370fdd0bd..b8bad2c129 100755
--- a/build/install-sh
+++ b/build/install-sh
@@ -1,4 +1,5 @@
 #!/bin/sh
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/lib-shared.mk b/build/lib-shared.mk
index 9a11df107a..776972ac6d 100644
--- a/build/lib-shared.mk
+++ b/build/lib-shared.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/lib-static.mk b/build/lib-static.mk
index 76bcee07aa..ad0d14669c 100644
--- a/build/lib-static.mk
+++ b/build/lib-static.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/lib.mk b/build/lib.mk
index 453e055d48..9bf542d340 100644
--- a/build/lib.mk
+++ b/build/lib.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/man.mk b/build/man.mk
index ce0015fdc9..91a96065cb 100644
--- a/build/man.mk
+++ b/build/man.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/mkdep b/build/mkdep
index 83e40c8c82..55ef1e4c50 100755
--- a/build/mkdep
+++ b/build/mkdep
@@ -1,4 +1,5 @@
 #! /bin/sh -
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/mkrelease b/build/mkrelease
index 6cdd3d0f8d..c694984f3c 100755
--- a/build/mkrelease
+++ b/build/mkrelease
@@ -1,4 +1,5 @@
 #! /bin/sh
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/mkversion b/build/mkversion
index 5fbfa490a9..d0ba1373a1 100755
--- a/build/mkversion
+++ b/build/mkversion
@@ -1,4 +1,5 @@
 #! /bin/sh
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/mod.mk b/build/mod.mk
index 9c83d23a31..380e1dc78c 100644
--- a/build/mod.mk
+++ b/build/mod.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/openldap.m4 b/build/openldap.m4
index 9425b44ae8..4ceadfe3e1 100644
--- a/build/openldap.m4
+++ b/build/openldap.m4
@@ -1,3 +1,5 @@
+dnl $OpenLDAP$
+dnl
 dnl Copyright 1998-1999 The OpenLDAP Foundation,  All Rights Reserved.
 dnl COPYING RESTRICTIONS APPLY, See COPYRIGHT file
 dnl
diff --git a/build/rules.mk b/build/rules.mk
index b2d3d9f2be..4f795ff353 100644
--- a/build/rules.mk
+++ b/build/rules.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/srv.mk b/build/srv.mk
index c72254cd1a..ee6d5daa27 100644
--- a/build/srv.mk
+++ b/build/srv.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
diff --git a/build/top.mk b/build/top.mk
index cdc237cf47..ab7a5fefe4 100644
--- a/build/top.mk
+++ b/build/top.mk
@@ -1,3 +1,4 @@
+# $OpenLDAP$
 ## Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
 ## All rights reserved.
 ##
diff --git a/configure.in b/configure.in
index b8cfe930cf..506ec5e2be 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,4 @@
 dnl $OpenLDAP$
-dnl $Id: configure.in,v 1.249 1999/08/29 18:11:26 kdz Exp $
 
 dnl Copyright 1998,1999 The OpenLDAP Foundation.  All Rights Reserved.
 dnl 
diff --git a/include/ac/alloca.h b/include/ac/alloca.h
index 20c3c3732e..3d04de6179 100644
--- a/include/ac/alloca.h
+++ b/include/ac/alloca.h
@@ -1,5 +1,5 @@
 /* Generic alloca.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/assert.h b/include/ac/assert.h
index 4de37b66dd..6c3a44ed77 100644
--- a/include/ac/assert.h
+++ b/include/ac/assert.h
@@ -1,5 +1,5 @@
 /* Generic assert.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/bytes.h b/include/ac/bytes.h
index 1b0822c463..160f0bbc8e 100644
--- a/include/ac/bytes.h
+++ b/include/ac/bytes.h
@@ -1,5 +1,5 @@
 /* Generic bytes.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/ctype.h b/include/ac/ctype.h
index 1ad11213bf..cfdcd924d7 100644
--- a/include/ac/ctype.h
+++ b/include/ac/ctype.h
@@ -1,5 +1,5 @@
 /* Generic ctype.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/dirent.h b/include/ac/dirent.h
index da703e13af..53f189a518 100644
--- a/include/ac/dirent.h
+++ b/include/ac/dirent.h
@@ -1,5 +1,5 @@
 /* Generic dirent.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/errno.h b/include/ac/errno.h
index cd12e2a56b..3d26e5e464 100644
--- a/include/ac/errno.h
+++ b/include/ac/errno.h
@@ -1,5 +1,5 @@
 /* Generic errno.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/krb.h b/include/ac/krb.h
index 35bedbf69e..a5ffa7abd8 100644
--- a/include/ac/krb.h
+++ b/include/ac/krb.h
@@ -1,5 +1,5 @@
 /* Generic krb.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/regex.h b/include/ac/regex.h
index bd02b512f3..897f7f5fd1 100644
--- a/include/ac/regex.h
+++ b/include/ac/regex.h
@@ -1,5 +1,5 @@
 /* Generic Regex */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/setproctitle.h b/include/ac/setproctitle.h
index a1c57db1b3..816b78b2e9 100644
--- a/include/ac/setproctitle.h
+++ b/include/ac/setproctitle.h
@@ -1,5 +1,5 @@
 /* Generic setproctitle.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/signal.h b/include/ac/signal.h
index dcc3d29f22..73f5d48092 100644
--- a/include/ac/signal.h
+++ b/include/ac/signal.h
@@ -1,5 +1,5 @@
 /* Generic signal.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/socket.h b/include/ac/socket.h
index ca8d500d78..d63935a80c 100644
--- a/include/ac/socket.h
+++ b/include/ac/socket.h
@@ -1,5 +1,5 @@
 /* Generic socket.h */
-/* $Id: socket.h,v 1.28 1999/08/29 18:35:22 kdz Exp $ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/stdarg.h b/include/ac/stdarg.h
index ed29c817cf..c7b2d46c87 100644
--- a/include/ac/stdarg.h
+++ b/include/ac/stdarg.h
@@ -1,5 +1,5 @@
 /* Generic stdarg.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/stdlib.h b/include/ac/stdlib.h
index 4b480acb00..e8037ed496 100644
--- a/include/ac/stdlib.h
+++ b/include/ac/stdlib.h
@@ -1,5 +1,5 @@
 /* Generic stdlib.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/string.h b/include/ac/string.h
index 0527476ecd..980511d3d0 100644
--- a/include/ac/string.h
+++ b/include/ac/string.h
@@ -1,5 +1,5 @@
 /* Generic string.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/sysexits.h b/include/ac/sysexits.h
index bb5a0a8c0b..8d5df5ffdf 100644
--- a/include/ac/sysexits.h
+++ b/include/ac/sysexits.h
@@ -1,5 +1,5 @@
 /* Generic sysexits */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/syslog.h b/include/ac/syslog.h
index b40f2a3a9c..4015fd96a8 100644
--- a/include/ac/syslog.h
+++ b/include/ac/syslog.h
@@ -1,5 +1,5 @@
 /* Generic syslog.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/termios.h b/include/ac/termios.h
index 49a8adbc65..5b548a4994 100644
--- a/include/ac/termios.h
+++ b/include/ac/termios.h
@@ -1,5 +1,5 @@
 /* Generic termios.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/time.h b/include/ac/time.h
index 190027b13c..9f8d303868 100644
--- a/include/ac/time.h
+++ b/include/ac/time.h
@@ -1,5 +1,5 @@
 /* Generic time.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/unistd.h b/include/ac/unistd.h
index 6cddeda2f9..7c2fdfc533 100644
--- a/include/ac/unistd.h
+++ b/include/ac/unistd.h
@@ -1,5 +1,5 @@
 /* Generic unistd.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
diff --git a/include/ac/wait.h b/include/ac/wait.h
index b5c0589939..12bb7d4a6a 100644
--- a/include/ac/wait.h
+++ b/include/ac/wait.h
@@ -1,5 +1,5 @@
 /* Generic wait.h */
-/* $Id$ */
+/* $OpenLDAP$ */
 /*
  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
-- 
GitLab