Hey Dirk, I noticed you somehow pushed "2000" in the middle of {copyright_notice}.
I've always thought it'd be a great addition to have something like
$_CONF['copyrightyear-start'] = '2000';
in config.php, but I assume you did it directly.
So did you edit your personal lib-common.php from:
$footer->set_var( 'copyright_notice', ' ' . $LANG01[93] . ' © '
. $copyrightyear ...
to something like:
$footer->set_var( 'copyright_notice', ' ' . $LANG01[93] . ' © 2000-'
. $copyrightyear ...
or what?
In any case, you must share with the rest of with such things in the future (versions).