Next to whose Username?
If you mean users who've donated, you could create a secondary usergroup and place these users in that group.
You could then have a template conditional next to their Username (or wherever) in the postbit/postbit_legacy template.
ie:
Code:
<if condition="is_member_of($post, x)">This user Donated</if>
Where "x" is the ID of the secondary usergroup.