X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fcrupdate;h=d70ca114d2e9399ca1eeec1641d1513a80269a00;hb=f682ee0918d4e1c5c347073c8d3a6948d1c8bf2e;hp=b5c1baf013e09a26b912c86c3429513906444526;hpb=e3a4c4ec9c640c03612f90bec1e95bfc55a54947;p=openldap diff --git a/build/crupdate b/build/crupdate index b5c1baf013..d70ca114d2 100755 --- a/build/crupdate +++ b/build/crupdate @@ -1,6 +1,8 @@ #! /bin/sh # $OpenLDAP$ -## Copyright 1998-2003 The OpenLDAP Foundation. +## This work is part of OpenLDAP Software . +## +## Copyright 1998-2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -16,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;' {} \;