]> git.sur5r.net Git - openldap/blobdiff - build/mkrelease
Prepare for .22
[openldap] / build / mkrelease
index 906a78ab8920145741974d4e3138be2a5fb069f0..4b74d73c6a3cb1e2afa63e00f4b5c52558e22b42 100755 (executable)
@@ -1,14 +1,28 @@
 #! /bin/sh
 # $OpenLDAP$
-## Copyright 1998-2003 The OpenLDAP Foundation
-## COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
-## of this package for details.
+## 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>.
 #
 # Make a release
 #      mkrelease RELNAME CVSTAG CVSMODULES
 # where CVSTAG is the tag to export from the current CVSROOT
 #
 
+#
+# This script MUST NOT add files to the export nor modify
+# any file in the export.
+#
+
 set -e                 # exit immediately if any errors occur
 
 if test $# != 3 ; then
@@ -42,7 +56,7 @@ if test ! -e $RELNAME/build/version.sh ; then
        exit 1
 fi
 
-. $RELNAME/build/version.sh
+eval `$RELNAME/build/version.sh`
 
 tar cf $RELNAME.tar $RELNAME
 gzip -9 -c $RELNAME.tar > $RELNAME.tgz