2 # Create a version.c file
4 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
6 ## Copyright 1998-2007 The OpenLDAP Foundation.
7 ## All rights reserved.
9 ## Redistribution and use in source and binary forms, with or without
10 ## modification, are permitted only as authorized by the OpenLDAP
13 ## A copy of this license is available in the file LICENSE in the
14 ## top-level directory of the distribution or, alternatively, at
15 ## <http://www.OpenLDAP.org/license.html>.
47 if test $# != 1 ; then
48 echo 'usage: mkversion [-c] [-s] [-p package] [-v version] application'
53 WHOWHERE="$USER@`uname -n`:`pwd`"
56 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
58 * Copyright 1998-2007 The OpenLDAP Foundation.
59 * All rights reserved.
61 * Redistribution and use in source and binary forms, with or without
62 * modification, are permitted only as authorized by the OpenLDAP
65 * A copy of this license is available in the file LICENSE in the
66 * top-level directory of the distribution or, alternatively, at
67 * <http://www.OpenLDAP.org/license.html>.
70 static const char copyright[] =
71 "Copyright 1998-2007 The OpenLDAP Foundation. All rights reserved.\n"
72 "COPYING RESTRICTIONS APPLY\n";
74 $static $const char $SYMBOL[] =
75 "@(#) \$$PACKAGE: $APPLICATION $VERSION (" __DATE__ " " __TIME__ ") \$\n"