]> git.sur5r.net Git - openldap/blobdiff - build/mkvers.bat
Regenerated with new OL_ARG_ENABLE
[openldap] / build / mkvers.bat
index 3144a6cde3ec3684536bd3ab5699df67a30c085a..6dbf2d241e23f546ec1f016d48ff03dd9fb21a09 100755 (executable)
@@ -1,12 +1,22 @@
-rem $OpenLDAP$
-rem Copyright 1998-2003 The OpenLDAP Foundation
-rem COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-rem of this package for details.
-rem
-rem Create a version.c file from build/version.h
-rem
+:: $OpenLDAP$
+:: This work is part of OpenLDAP Software <http://www.openldap.org/>.
+::
+:: Copyright 1998-2005 The OpenLDAP Foundation.
+:: All rights reserved.
+::
+:: Redistribution and use in source and binary forms, with or without
+:: modification, are permitted only as authorized by the OpenLDAP
+:: Public License.
+::
+:: A copy of this license is available in the file LICENSE in the
+:: top-level directory of the distribution or, alternatively, at
+:: <http://www.OpenLDAP.org/license.html>.
 
-rem input, output, app, static
+::
+:: Create a version.c file from build/version.h
+::
+
+:: usage: mkvers.bat <path/version.h>, <version.c>, <appname>, <static>
 
 copy %1 %2
 (echo. ) >> %2