From 1799e235da757321ddf25c2c205e3a5445102908 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 3 Jan 2006 19:04:27 +0000 Subject: [PATCH] Ready for new year --- build/crupdate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;' {} \; -- 2.39.5