summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:14:12 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:14:12 -0400
commit4737563b957e84ee06d07f373af533b2f037497a (patch)
tree396f568df8169718d46ac061790a86708f07baac /actions
parentc8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b (diff)
a distributed -> the distributed
Diffstat (limited to 'actions')
-rw-r--r--actions/accesstoken.php2
-rw-r--r--actions/all.php2
-rw-r--r--actions/allrss.php2
-rw-r--r--actions/api.php2
-rw-r--r--actions/avatarbynickname.php2
-rw-r--r--actions/block.php2
-rw-r--r--actions/conversation.php2
-rw-r--r--actions/disfavor.php2
-rw-r--r--actions/doc.php2
-rw-r--r--actions/facebookhome.php2
-rw-r--r--actions/facebookinvite.php2
-rw-r--r--actions/facebooklogin.php2
-rw-r--r--actions/facebookremove.php2
-rw-r--r--actions/facebooksettings.php2
-rw-r--r--actions/favor.php2
-rw-r--r--actions/favoritesrss.php2
-rw-r--r--actions/file.php2
-rw-r--r--actions/finishopenidlogin.php2
-rw-r--r--actions/finishremotesubscribe.php2
-rw-r--r--actions/foaf.php2
-rw-r--r--actions/groupblock.php2
-rw-r--r--actions/groupsearch.php2
-rw-r--r--actions/groupunblock.php2
-rw-r--r--actions/invite.php2
-rw-r--r--actions/logout.php2
-rw-r--r--actions/makeadmin.php2
-rw-r--r--actions/microsummary.php2
-rw-r--r--actions/noticesearch.php2
-rw-r--r--actions/noticesearchrss.php2
-rw-r--r--actions/nudge.php2
-rw-r--r--actions/openidlogin.php2
-rw-r--r--actions/opensearch.php2
-rw-r--r--actions/peoplesearch.php2
-rw-r--r--actions/postnotice.php2
-rw-r--r--actions/publicrss.php2
-rw-r--r--actions/publicxrds.php2
-rw-r--r--actions/recoverpassword.php2
-rw-r--r--actions/remotesubscribe.php2
-rw-r--r--actions/repliesrss.php2
-rw-r--r--actions/requesttoken.php2
-rw-r--r--actions/subedit.php2
-rw-r--r--actions/subscribe.php2
-rw-r--r--actions/sup.php2
-rw-r--r--actions/tag.php2
-rw-r--r--actions/tagother.php2
-rw-r--r--actions/tagrss.php2
-rw-r--r--actions/twitapiaccount.php2
-rw-r--r--actions/twitapiblocks.php2
-rw-r--r--actions/twitapidirect_messages.php2
-rw-r--r--actions/twitapifavorites.php2
-rw-r--r--actions/twitapifriendships.php2
-rw-r--r--actions/twitapihelp.php2
-rw-r--r--actions/twitapinotifications.php2
-rw-r--r--actions/twitapistatuses.php2
-rw-r--r--actions/twitapiusers.php2
-rw-r--r--actions/unblock.php2
-rw-r--r--actions/unsubscribe.php2
-rw-r--r--actions/updateprofile.php2
-rw-r--r--actions/userauthorization.php2
-rw-r--r--actions/userbyid.php2
-rw-r--r--actions/userrss.php2
-rw-r--r--actions/xrds.php2
62 files changed, 62 insertions, 62 deletions
diff --git a/actions/accesstoken.php b/actions/accesstoken.php
index c008854e9..a3684b229 100644
--- a/actions/accesstoken.php
+++ b/actions/accesstoken.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/all.php b/actions/all.php
index b4ef8d189..5a26efa28 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/allrss.php b/actions/allrss.php
index 7ea935d14..36db92d01 100644
--- a/actions/allrss.php
+++ b/actions/allrss.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/api.php b/actions/api.php
index 6769b3d63..2e9cc6618 100644
--- a/actions/api.php
+++ b/actions/api.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/avatarbynickname.php b/actions/avatarbynickname.php
index 07efe2d18..3e5ab0d3b 100644
--- a/actions/avatarbynickname.php
+++ b/actions/avatarbynickname.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/block.php b/actions/block.php
index 715af8429..def85c823 100644
--- a/actions/block.php
+++ b/actions/block.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/conversation.php b/actions/conversation.php
index 333eeb23c..6c42d17b3 100644
--- a/actions/conversation.php
+++ b/actions/conversation.php
@@ -10,7 +10,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/disfavor.php b/actions/disfavor.php
index 5a25fb510..6b8f024a6 100644
--- a/actions/disfavor.php
+++ b/actions/disfavor.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/doc.php b/actions/doc.php
index 7c5df3f84..989070672 100644
--- a/actions/doc.php
+++ b/actions/doc.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/facebookhome.php b/actions/facebookhome.php
index 922b66515..f9dc4523e 100644
--- a/actions/facebookhome.php
+++ b/actions/facebookhome.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/facebookinvite.php b/actions/facebookinvite.php
index c9021fd14..5bd03e99a 100644
--- a/actions/facebookinvite.php
+++ b/actions/facebookinvite.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/facebooklogin.php b/actions/facebooklogin.php
index d47c4f350..c4b14e75f 100644
--- a/actions/facebooklogin.php
+++ b/actions/facebooklogin.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/facebookremove.php b/actions/facebookremove.php
index 85c786f77..aa492dbc4 100644
--- a/actions/facebookremove.php
+++ b/actions/facebookremove.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/facebooksettings.php b/actions/facebooksettings.php
index 6194f5c8a..310179967 100644
--- a/actions/facebooksettings.php
+++ b/actions/facebooksettings.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/favor.php b/actions/favor.php
index 94d398501..c5adf7a3b 100644
--- a/actions/favor.php
+++ b/actions/favor.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/favoritesrss.php b/actions/favoritesrss.php
index 4731af1ae..63f3e58a0 100644
--- a/actions/favoritesrss.php
+++ b/actions/favoritesrss.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/file.php b/actions/file.php
index 9424bb7da..a8ff547f8 100644
--- a/actions/file.php
+++ b/actions/file.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/finishopenidlogin.php b/actions/finishopenidlogin.php
index cf9d1ee26..37aba87f0 100644
--- a/actions/finishopenidlogin.php
+++ b/actions/finishopenidlogin.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/finishremotesubscribe.php b/actions/finishremotesubscribe.php
index 327a353c0..bd6dbf2a6 100644
--- a/actions/finishremotesubscribe.php
+++ b/actions/finishremotesubscribe.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/foaf.php b/actions/foaf.php
index 5aed3d6d2..66086b6a4 100644
--- a/actions/foaf.php
+++ b/actions/foaf.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/groupblock.php b/actions/groupblock.php
index ca4eb44c0..cbd74831a 100644
--- a/actions/groupblock.php
+++ b/actions/groupblock.php
@@ -10,7 +10,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/groupsearch.php b/actions/groupsearch.php
index 947463ccb..5976d9269 100644
--- a/actions/groupsearch.php
+++ b/actions/groupsearch.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/groupunblock.php b/actions/groupunblock.php
index 5112cfdfa..19a9e8ea3 100644
--- a/actions/groupunblock.php
+++ b/actions/groupunblock.php
@@ -10,7 +10,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/invite.php b/actions/invite.php
index a51a40449..64a2061c3 100644
--- a/actions/invite.php
+++ b/actions/invite.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/logout.php b/actions/logout.php
index 7ea45151c..bd0b0c673 100644
--- a/actions/logout.php
+++ b/actions/logout.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/makeadmin.php b/actions/makeadmin.php
index cc183e67b..483151330 100644
--- a/actions/makeadmin.php
+++ b/actions/makeadmin.php
@@ -10,7 +10,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/microsummary.php b/actions/microsummary.php
index d3d441cc5..2af640db0 100644
--- a/actions/microsummary.php
+++ b/actions/microsummary.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index b12b88e70..ef2d5c906 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/noticesearchrss.php b/actions/noticesearchrss.php
index 421edc921..b8fbd67e6 100644
--- a/actions/noticesearchrss.php
+++ b/actions/noticesearchrss.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/nudge.php b/actions/nudge.php
index 1b5b93cd9..19a84ee32 100644
--- a/actions/nudge.php
+++ b/actions/nudge.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/openidlogin.php b/actions/openidlogin.php
index a1817cb11..813808523 100644
--- a/actions/openidlogin.php
+++ b/actions/openidlogin.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/opensearch.php b/actions/opensearch.php
index 7c98ce4bc..89286480f 100644
--- a/actions/opensearch.php
+++ b/actions/opensearch.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index c8e65da3c..6a30451ea 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/postnotice.php b/actions/postnotice.php
index c2624c148..ab8d4339b 100644
--- a/actions/postnotice.php
+++ b/actions/postnotice.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/publicrss.php b/actions/publicrss.php
index 2cec7d745..382baa88a 100644
--- a/actions/publicrss.php
+++ b/actions/publicrss.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/publicxrds.php b/actions/publicxrds.php
index b7e1988ae..6b647ac8d 100644
--- a/actions/publicxrds.php
+++ b/actions/publicxrds.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php
index cd1cb9b4e..a68a05996 100644
--- a/actions/recoverpassword.php
+++ b/actions/recoverpassword.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/remotesubscribe.php b/actions/remotesubscribe.php
index 0913bacd3..d0d5a0384 100644
--- a/actions/remotesubscribe.php
+++ b/actions/remotesubscribe.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/repliesrss.php b/actions/repliesrss.php
index eff1edd04..35a77fab8 100644
--- a/actions/repliesrss.php
+++ b/actions/repliesrss.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/requesttoken.php b/actions/requesttoken.php
index c908f8bb3..f36849e8a 100644
--- a/actions/requesttoken.php
+++ b/actions/requesttoken.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/subedit.php b/actions/subedit.php
index 1f760bdf9..853ac12a2 100644
--- a/actions/subedit.php
+++ b/actions/subedit.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/subscribe.php b/actions/subscribe.php
index d806b2462..aa701637b 100644
--- a/actions/subscribe.php
+++ b/actions/subscribe.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/sup.php b/actions/sup.php
index 3cb48184f..46fdc1857 100644
--- a/actions/sup.php
+++ b/actions/sup.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/tag.php b/actions/tag.php
index 9a0f215c6..fd29942a2 100644
--- a/actions/tag.php
+++ b/actions/tag.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/tagother.php b/actions/tagother.php
index 1e8f4ba20..8f3ab7f65 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/tagrss.php b/actions/tagrss.php
index 96275f75c..00746257e 100644
--- a/actions/tagrss.php
+++ b/actions/tagrss.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapiaccount.php b/actions/twitapiaccount.php
index d30f0cf1a..505f893ae 100644
--- a/actions/twitapiaccount.php
+++ b/actions/twitapiaccount.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapiblocks.php b/actions/twitapiblocks.php
index 5d579b3c5..10b97367e 100644
--- a/actions/twitapiblocks.php
+++ b/actions/twitapiblocks.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapidirect_messages.php b/actions/twitapidirect_messages.php
index 812f3d01f..70e3ef64e 100644
--- a/actions/twitapidirect_messages.php
+++ b/actions/twitapidirect_messages.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapifavorites.php b/actions/twitapifavorites.php
index 2afb2738d..243a40e65 100644
--- a/actions/twitapifavorites.php
+++ b/actions/twitapifavorites.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapifriendships.php b/actions/twitapifriendships.php
index 21ac16183..b730edcdf 100644
--- a/actions/twitapifriendships.php
+++ b/actions/twitapifriendships.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapihelp.php b/actions/twitapihelp.php
index d11a64ccd..ef8f6be93 100644
--- a/actions/twitapihelp.php
+++ b/actions/twitapihelp.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapinotifications.php b/actions/twitapinotifications.php
index dcd7a3cb8..80da040e0 100644
--- a/actions/twitapinotifications.php
+++ b/actions/twitapinotifications.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapistatuses.php b/actions/twitapistatuses.php
index b8f4a1058..4a9f4a5e5 100644
--- a/actions/twitapistatuses.php
+++ b/actions/twitapistatuses.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/twitapiusers.php b/actions/twitapiusers.php
index 41a95765a..c28a37ab7 100644
--- a/actions/twitapiusers.php
+++ b/actions/twitapiusers.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/unblock.php b/actions/unblock.php
index 1b6caa668..aacda8e7d 100644
--- a/actions/unblock.php
+++ b/actions/unblock.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/unsubscribe.php b/actions/unsubscribe.php
index e758f689b..9f2701082 100644
--- a/actions/unsubscribe.php
+++ b/actions/unsubscribe.php
@@ -11,7 +11,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/updateprofile.php b/actions/updateprofile.php
index 920194bb2..b31a6d14c 100644
--- a/actions/updateprofile.php
+++ b/actions/updateprofile.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/userauthorization.php b/actions/userauthorization.php
index 747228149..3c099b8f6 100644
--- a/actions/userauthorization.php
+++ b/actions/userauthorization.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/userbyid.php b/actions/userbyid.php
index 3cd00877b..0e84e37eb 100644
--- a/actions/userbyid.php
+++ b/actions/userbyid.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/userrss.php b/actions/userrss.php
index f1b0efc71..20e65b083 100644
--- a/actions/userrss.php
+++ b/actions/userrss.php
@@ -1,6 +1,6 @@
<?php
/*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify
diff --git a/actions/xrds.php b/actions/xrds.php
index 9350713d0..de6db2045 100644
--- a/actions/xrds.php
+++ b/actions/xrds.php
@@ -12,7 +12,7 @@
* @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3
* @link http://laconi.ca/
*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2008, 2009, StatusNet, Inc.
*
* This program is free software: you can redistribute it and/or modify