diff --git a/build/config.guess b/build/config.guess
index be31a17f957714210abb629675e80eb2c2f797f3..86ec90800744c2c47b657be2e51324a03417e69a 100755
--- a/build/config.guess
+++ b/build/config.guess
@@ -26,9 +26,10 @@ timestamp='2002-01-30'
 # the same distribution terms that you use for the rest of that program.
 
 # This file is distributed with OpenLDAP Software, which contains a
-# configuration script generated by autoconf and is distributable
+# configuration script generated by Autoconf, and is distributable
 # under the same distributions terms as OpenLDAP inself.
 # See the OpenLDAP COPYRIGHT and LICENSE file for details.
+# $OpenLDAP$
 
 # Originally written by Per Bothner <per@bothner.com>.
 # Please send patches to <config-patches@gnu.org>.  Submit a context
diff --git a/build/config.sub b/build/config.sub
index e79ee1bc0248ac1e972042e452c037d48e1512e9..097b0914664a82eaef545452a2271775c77924ba 100755
--- a/build/config.sub
+++ b/build/config.sub
@@ -31,9 +31,10 @@ timestamp='2002-02-01'
 # the same distribution terms that you use for the rest of that program.
 
 # This file is distributed with OpenLDAP Software, which contains a
-# configuration script generated by autoconf and is distributable
+# configuration script generated by Autoconf, and is distributable
 # under the same distributions terms as OpenLDAP inself.
 # See the OpenLDAP COPYRIGHT and LICENSE file for details.
+# $OpenLDAP$
 
 # Please send patches to <config-patches@gnu.org>.  Submit a context
 # diff and a properly formatted ChangeLog entry.
diff --git a/build/ltmain.sh b/build/ltmain.sh
index 6e5bf3657c9442175098eace40ec71d05e1ff798..1e17bc117efb646ab032ac55635ebbb5d8ce15e1 100755
--- a/build/ltmain.sh
+++ b/build/ltmain.sh
@@ -24,6 +24,11 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
+# This file is distributed with OpenLDAP Software, which contains a
+# configuration script generated by Autoconf, and is distributable
+# under the same distributions terms as OpenLDAP inself.
+# See the OpenLDAP COPYRIGHT and LICENSE file for details.
+
 # Check that we have a working $echo.
 if test "X$1" = X--no-reexec; then
   # Discard the --no-reexec flag, and continue.
diff --git a/build/missing b/build/missing
index a53029d3500bec434d31f71f0122cc969942a3e4..40d4ec3f175fa5d684acaba5687de37728e9a3f7 100755
--- a/build/missing
+++ b/build/missing
@@ -1,8 +1,8 @@
 #! /bin/sh
 # $OpenLDAP$
-#
-# Modified for use with OpenLDAP
-#
+# This file is distributed with OpenLDAP Software, but is an an 
+# independently licensed program.
+
 # Common stub for a few missing GNU programs while installing.
 # Copyright (C) 1996, 1997 Free Software Foundation, Inc.
 # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
diff --git a/build/shtool b/build/shtool
index 61f4b0ff3798a0ce62717f5986e0e9e5972ecae9..699d0194b89d0ed841841a0749df0266d2eff972 100755
--- a/build/shtool
+++ b/build/shtool
@@ -1,4 +1,8 @@
 #!/bin/sh
+# $OpenLDAP$
+# This file is distributed with OpenLDAP Software, but is an
+# an independently licensed program.
+
 ##
 ##  GNU shtool -- The GNU Portable Shell Tool
 ##  Copyright (c) 1994-2002 Ralf S. Engelschall <rse@engelschall.com>