summaryrefslogtreecommitdiff
path: root/plugins/MemcachedPlugin.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-05-27 18:26:47 -0400
committerCraig Andrews <candrews@integralblue.com>2010-05-27 18:27:33 -0400
commit6317f7d92bf94f8563a7d9392631d0da06b3042b (patch)
tree49192b949685ed1c145546b88aed1498aa3d89e3 /plugins/MemcachedPlugin.php
parent696aeea113b88fd0f6b7c4c88eebc2f4f369d245 (diff)
Assigning my copyrights to the Free Software Foundation
Diffstat (limited to 'plugins/MemcachedPlugin.php')
-rw-r--r--plugins/MemcachedPlugin.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/MemcachedPlugin.php b/plugins/MemcachedPlugin.php
index 707e6db9a..77b989b95 100644
--- a/plugins/MemcachedPlugin.php
+++ b/plugins/MemcachedPlugin.php
@@ -22,8 +22,10 @@
*
* @category Cache
* @package StatusNet
- * @author Evan Prodromou <evan@status.net>, Craig Andrews <candrews@integralblue.com>
+ * @author Evan Prodromou <evan@status.net>
+ * @author Craig Andrews <candrews@integralblue.com>
* @copyright 2009 StatusNet, Inc.
+ * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
@@ -43,8 +45,10 @@ if (!defined('STATUSNET')) {
*
* @category Cache
* @package StatusNet
- * @author Evan Prodromou <evan@status.net>, Craig Andrews <candrews@integralblue.com>
+ * @author Evan Prodromou <evan@status.net>
+ * @author Craig Andrews <candrews@integralblue.com>
* @copyright 2009 StatusNet, Inc.
+ * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/