diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-08 10:20:51 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-08 10:20:51 +0000 |
commit | a7e73d318ab3e0f85ed86448d7250a65df435289 (patch) | |
tree | 532415469c256967676e332d698b537c3493e772 | |
parent | 2aa0ab9777a1b2a0eec5946dede56e23daa0defe (diff) |
Added Brigitte Schuster (http://brigitteschuster.com) as one of the
contributors to StatusNet. She created the identi.ca, laconi.ca, and
status.net logos.
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | actions/version.php | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -1622,6 +1622,7 @@ if anyone's been overlooked in error. * Craig Andrews * mEDI * Brett Taylor +* Brigitte Schuster Thanks also to the developers of our upstream library code and to the thousands of people who have tried out Identi.ca, installed StatusNet, diff --git a/actions/version.php b/actions/version.php index 3d74560c7..f8a17ced1 100644 --- a/actions/version.php +++ b/actions/version.php @@ -228,5 +228,6 @@ class VersionAction extends Action 'Federico Marani', 'Craig Andrews', 'mEDI', - 'Brett Taylor'); + 'Brett Taylor', + 'Brigitte Schuster'); } |