Updated AUTHORS and READER for 2.7.7 dev release

This commit is contained in:
Robert Osfield
2008-12-12 19:19:01 +00:00
parent a8889d7922
commit 73d7d31d60
3 changed files with 15 additions and 12 deletions

View File

@@ -229,6 +229,7 @@ bool validName(const std::string& first)
if (first=="OpenSceneGraph-osgWidget-dev") return false;
if (first=="Valve") return false;
if (first=="Source") return false;
if (first=="PixelDataBufferObject") return false;
return true;
}
@@ -728,11 +729,11 @@ void readContributors(NameMap& names, const std::string& file)
}
else
{
if (words[i]=="robert:")
if (words[i]=="robert")
{
++names[NameRobertOsfield];
}
else if (words[i]=="don:")
else if (words[i]=="don")
{
++names[NameDonBurns];
}