From a7e73d318ab3e0f85ed86448d7250a65df435289 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 8 Jan 2010 10:20:51 +0000 Subject: [PATCH] Added Brigitte Schuster (http://brigitteschuster.com) as one of the contributors to StatusNet. She created the identi.ca, laconi.ca, and status.net logos. --- README | 1 + actions/version.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index c26fe786e0..7457215a1f 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 3d74560c71..f8a17ced18 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'); }