X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fcrupdate;h=d70ca114d2e9399ca1eeec1641d1513a80269a00;hb=3db7f7f621a94a8b0afadf6275844fbfaf91c7b7;hp=d445d2b2165d0e9f82c0e339c859b078d5636d13;hpb=2c21fdcecb749b40b7fe1a053524febea3606f0b;p=openldap diff --git a/build/crupdate b/build/crupdate index d445d2b216..d70ca114d2 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-2005 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*' -print -exec perl -pi -e 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? The OpenLDAP Foundation/Copyright $1-2005 The OpenLDAP Foundation/g;' {} \;