]> git.sur5r.net Git - openldap/blobdiff - build/mkversion
MSGHDR updates
[openldap] / build / mkversion
index 4b64f0e6b10da1f0c5232c5f8e6198faceb85940..efa6e65050d2eb3f03a6cd32196f7004b78f8534 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 1998-2002 The OpenLDAP Foundation
+## Copyright 1998-2003 The OpenLDAP Foundation
 ## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
 ## of this package for details.
 #
@@ -42,20 +42,19 @@ if test $# != 1 ; then
 fi
 
 APPLICATION=$1
-WHEN=`date`
 WHOWHERE="$USER@`uname -n`:`pwd`"
 
 cat << __EOF__
 /*
- * Copyright 1998-2002 The OpenLDAP Foundation
+ * Copyright 1998-2003 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"
+"Copyright 1998-2003 The OpenLDAP Foundation\n"
 "COPYING RESTRICTIONS APPLY\n";
 
 $static $const char $SYMBOL[] =
-"@(#) \$$PACKAGE: $APPLICATION $VERSION ($WHEN) \$\n\t$WHOWHERE\n";
+"@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n\t$WHOWHERE\n";
 
 __EOF__