From: Kurt Zeilenga Date: Wed, 31 Dec 2003 19:11:07 +0000 (+0000) Subject: Ready for 2004 X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~70 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c5db2b7028eb482171076510a33739823e0be05f;p=openldap Ready for 2004 --- diff --git a/build/crupdate b/build/crupdate index d445d2b216..214ba1672e 100755 --- a/build/crupdate +++ b/build/crupdate @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2003 The OpenLDAP Foundation. +## Copyright 1998-2004 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -18,5 +18,5 @@ set -e # exit immediately if any errors occur -find . -type=f -not -name 'LICENSE*' -exec perl -pi -e 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? The OpenLDAP Foundation/Copyright $1-2003 The OpenLDAP Foundation/g;' {} \; +find . -type f -not -name 'LICENSE*' -exec perl -pi -e 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? The OpenLDAP Foundation/Copyright $1-2004 The OpenLDAP Foundation/g;' {} \;