summaryrefslogtreecommitdiff
path: root/scripts
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 /scripts
parentc8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b (diff)
a distributed -> the distributed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/allsites.php2
-rw-r--r--scripts/createsim.php2
-rw-r--r--scripts/decache.php2
-rwxr-xr-xscripts/enjitqueuehandler.php2
-rwxr-xr-xscripts/facebookqueuehandler.php2
-rwxr-xr-xscripts/fixup_conversations.php2
-rwxr-xr-xscripts/fixup_hashtags.php2
-rwxr-xr-xscripts/fixup_inboxes.php2
-rwxr-xr-xscripts/fixup_notices_rendered.php2
-rwxr-xr-xscripts/fixup_replies.php2
-rwxr-xr-xscripts/fixup_utf8.php2
-rwxr-xr-xscripts/getpiddir.php2
-rwxr-xr-xscripts/getvaliddaemons.php2
-rwxr-xr-xscripts/inbox_users.php2
-rwxr-xr-xscripts/jabberqueuehandler.php2
-rwxr-xr-xscripts/maildaemon.php2
-rwxr-xr-xscripts/ombqueuehandler.php2
-rw-r--r--scripts/pingqueuehandler.php2
-rwxr-xr-xscripts/publicqueuehandler.php2
-rw-r--r--scripts/reportsnapshot.php2
-rw-r--r--scripts/sessiongc.php2
-rwxr-xr-xscripts/setpassword.php2
-rw-r--r--scripts/showcache.php2
-rwxr-xr-xscripts/sitemap.php2
-rwxr-xr-xscripts/smsqueuehandler.php2
-rwxr-xr-xscripts/synctwitterfriends.php2
-rw-r--r--scripts/triminboxes.php2
-rwxr-xr-xscripts/twitterqueuehandler.php2
-rwxr-xr-xscripts/twitterstatusfetcher.php2
-rw-r--r--scripts/uncache_users.php2
-rwxr-xr-xscripts/update_translations.php2
-rwxr-xr-xscripts/xmppconfirmhandler.php2
-rwxr-xr-xscripts/xmppdaemon.php2
33 files changed, 33 insertions, 33 deletions
diff --git a/scripts/allsites.php b/scripts/allsites.php
index 3c3ede1a1..cf1419e55 100755
--- a/scripts/allsites.php
+++ b/scripts/allsites.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/createsim.php b/scripts/createsim.php
index d8e1a7ef8..71ed3bf72 100644
--- a/scripts/createsim.php
+++ b/scripts/createsim.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/decache.php b/scripts/decache.php
index 2582bc862..7cabd78ad 100644
--- a/scripts/decache.php
+++ b/scripts/decache.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/enjitqueuehandler.php b/scripts/enjitqueuehandler.php
index 4d3dbbfa5..08f733b07 100755
--- a/scripts/enjitqueuehandler.php
+++ b/scripts/enjitqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/facebookqueuehandler.php b/scripts/facebookqueuehandler.php
index e07657dc2..e13ac4e85 100755
--- a/scripts/facebookqueuehandler.php
+++ b/scripts/facebookqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_conversations.php b/scripts/fixup_conversations.php
index 4cc6728d7..8a9f7bb57 100755
--- a/scripts/fixup_conversations.php
+++ b/scripts/fixup_conversations.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_hashtags.php b/scripts/fixup_hashtags.php
index 4954da554..f663eb689 100755
--- a/scripts/fixup_hashtags.php
+++ b/scripts/fixup_hashtags.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_inboxes.php b/scripts/fixup_inboxes.php
index 459ecbc3e..53af5e1a8 100755
--- a/scripts/fixup_inboxes.php
+++ b/scripts/fixup_inboxes.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_notices_rendered.php b/scripts/fixup_notices_rendered.php
index 4d02e8827..9e707dab0 100755
--- a/scripts/fixup_notices_rendered.php
+++ b/scripts/fixup_notices_rendered.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_replies.php b/scripts/fixup_replies.php
index fdabea760..39ec268f3 100755
--- a/scripts/fixup_replies.php
+++ b/scripts/fixup_replies.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/fixup_utf8.php b/scripts/fixup_utf8.php
index 1a1091b7a..5a9fba7c3 100755
--- a/scripts/fixup_utf8.php
+++ b/scripts/fixup_utf8.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/getpiddir.php b/scripts/getpiddir.php
index 30bca77da..8274c37c0 100755
--- a/scripts/getpiddir.php
+++ b/scripts/getpiddir.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/getvaliddaemons.php b/scripts/getvaliddaemons.php
index 8e98bdead..8f48e8e6f 100755
--- a/scripts/getvaliddaemons.php
+++ b/scripts/getvaliddaemons.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/inbox_users.php b/scripts/inbox_users.php
index 006dd153f..32adcea21 100755
--- a/scripts/inbox_users.php
+++ b/scripts/inbox_users.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/jabberqueuehandler.php b/scripts/jabberqueuehandler.php
index d04884da8..8f3a56944 100755
--- a/scripts/jabberqueuehandler.php
+++ b/scripts/jabberqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/maildaemon.php b/scripts/maildaemon.php
index 76ed088d4..11911dcbd 100755
--- a/scripts/maildaemon.php
+++ b/scripts/maildaemon.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/ombqueuehandler.php b/scripts/ombqueuehandler.php
index a9d203e64..8e685f1c8 100755
--- a/scripts/ombqueuehandler.php
+++ b/scripts/ombqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/pingqueuehandler.php b/scripts/pingqueuehandler.php
index 5b6ae8b8a..c92337e36 100644
--- a/scripts/pingqueuehandler.php
+++ b/scripts/pingqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php
index 736d08298..50a11bcba 100755
--- a/scripts/publicqueuehandler.php
+++ b/scripts/publicqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/reportsnapshot.php b/scripts/reportsnapshot.php
index bf640241e..71f1019ee 100644
--- a/scripts/reportsnapshot.php
+++ b/scripts/reportsnapshot.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/sessiongc.php b/scripts/sessiongc.php
index 8d9b4cb6a..af55ddf3f 100644
--- a/scripts/sessiongc.php
+++ b/scripts/sessiongc.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/setpassword.php b/scripts/setpassword.php
index 2a1b17496..50d49d7db 100755
--- a/scripts/setpassword.php
+++ b/scripts/setpassword.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/showcache.php b/scripts/showcache.php
index 3a73ef10f..f17979572 100644
--- a/scripts/showcache.php
+++ b/scripts/showcache.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/sitemap.php b/scripts/sitemap.php
index 38f9e0953..f8c392146 100755
--- a/scripts/sitemap.php
+++ b/scripts/sitemap.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php
index 1b90fc0c3..6583a77da 100755
--- a/scripts/smsqueuehandler.php
+++ b/scripts/smsqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php
index b333f468f..f4f714f59 100755
--- a/scripts/synctwitterfriends.php
+++ b/scripts/synctwitterfriends.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/triminboxes.php b/scripts/triminboxes.php
index 9ab266c37..da09817e5 100644
--- a/scripts/triminboxes.php
+++ b/scripts/triminboxes.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
/*
- * 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/scripts/twitterqueuehandler.php b/scripts/twitterqueuehandler.php
index 05b9ef13f..ce4d824d0 100755
--- a/scripts/twitterqueuehandler.php
+++ b/scripts/twitterqueuehandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/twitterstatusfetcher.php b/scripts/twitterstatusfetcher.php
index 0b5caed01..474ec452e 100755
--- a/scripts/twitterstatusfetcher.php
+++ b/scripts/twitterstatusfetcher.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/uncache_users.php b/scripts/uncache_users.php
index 7a561ec13..5a1d33030 100644
--- a/scripts/uncache_users.php
+++ b/scripts/uncache_users.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/update_translations.php b/scripts/update_translations.php
index 3624b6768..b3ca8c70b 100755
--- a/scripts/update_translations.php
+++ b/scripts/update_translations.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/xmppconfirmhandler.php b/scripts/xmppconfirmhandler.php
index b67fbd4f1..c7ed15e49 100755
--- a/scripts/xmppconfirmhandler.php
+++ b/scripts/xmppconfirmhandler.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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/scripts/xmppdaemon.php b/scripts/xmppdaemon.php
index 0efabacc1..9e621e725 100755
--- a/scripts/xmppdaemon.php
+++ b/scripts/xmppdaemon.php
@@ -1,7 +1,7 @@
#!/usr/bin/env php
<?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