summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-08 10:20:51 +0000
committerSarven Capadisli <csarven@status.net>2010-01-08 10:20:51 +0000
commita7e73d318ab3e0f85ed86448d7250a65df435289 (patch)
tree532415469c256967676e332d698b537c3493e772
parent2aa0ab9777a1b2a0eec5946dede56e23daa0defe (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--README1
-rw-r--r--actions/version.php3
2 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index c26fe786e..7457215a1 100644
--- a/README
+++ b/README
@@ -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');
}