X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fcrupdate;fp=build%2Fcrupdate;h=5e4f63a6e3df79ebaa4b913b9f61b67a9afd1bcf;hb=966cef8c9a3238efe0c482ad0ee08fd98944d112;hp=3f893efa894796062cfeac5cd6a7238a7b91598e;hpb=674ada062fc8b53f6236358e11d8cacec43af6bc;p=openldap diff --git a/build/crupdate b/build/crupdate index 3f893efa89..5e4f63a6e3 100755 --- a/build/crupdate +++ b/build/crupdate @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2010 The OpenLDAP Foundation. +## Copyright 1998-2011 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*' -print -exec perl -pi -e 's/Copyright ([0-9]{4})([,\-][0-9]{2,4})*,? The OpenLDAP Foundation/Copyright $1-2010 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-2011 The OpenLDAP Foundation/g;' {} \;