From c5db2b7028eb482171076510a33739823e0be05f Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 31 Dec 2003 19:11:07 +0000 Subject: [PATCH] Ready for 2004 --- build/crupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;' {} \; -- 2.39.5