Just to mention it for the sake of completeness, in the Testing Projects you could do:
[TestProperty(“Author”, “Ducky”)]
public void SomeTest()
{
...
}
You could extend that approach for regular code.
I rather not comment on theoretical issues.
That said, perhaps script that uses repository to extract all the "authors"/"editors" of the specific file/class/method can be created.