From: Kurt Zeilenga Date: Tue, 3 Jan 2006 19:04:27 +0000 (+0000) Subject: Ready for new year X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~472 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1799e235da757321ddf25c2c205e3a5445102908;p=openldap Ready for new year --- diff --git a/build/crupdate b/build/crupdate index d70ca114d2..c6bdee8b9a 100755 --- a/build/crupdate +++ b/build/crupdate @@ -2,7 +2,7 @@ # $OpenLDAP$ ## This work is part of OpenLDAP Software . ## -## Copyright 1998-2005 The OpenLDAP Foundation. +## Copyright 1998-2006 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-2005 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-2006 The OpenLDAP Foundation/g;' {} \;