]> git.sur5r.net Git - openldap/blobdiff - build/mkversion
Add experimental +/- AttributeName support.
[openldap] / build / mkversion
index 5fbfa490a9113ad8d4a71220c770269121f677f4..4b64f0e6b10da1f0c5232c5f8e6198faceb85940 100755 (executable)
@@ -1,5 +1,6 @@
 #! /bin/sh
-## Copyright 1998,1999 The OpenLDAP Foundation
+# $OpenLDAP$
+## Copyright 1998-2002 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -46,10 +47,13 @@ WHOWHERE="$USER@`uname -n`:`pwd`"
 
 cat << __EOF__
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation
- * COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
+ * Copyright 1998-2002 The OpenLDAP Foundation
+ * COPYING RESTRICTIONS APPLY.  See COPYRIGHT file in top level directory
  * of this package for details.
  */
+static const char copyright[] =
+"Copyright 1998-2002 The OpenLDAP Foundation\n"
+"COPYING RESTRICTIONS APPLY\n";
 
 $static $const char $SYMBOL[] =
 "@(#) \$$PACKAGE: $APPLICATION $VERSION ($WHEN) \$\n\t$WHOWHERE\n";