summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShashi Gowda <connect2shashi@gmail.com>2010-06-12 15:20:33 -0400
committerShashi Gowda <connect2shashi@gmail.com>2010-06-12 15:20:33 -0400
commitd995d42a00324cf9127f638a98d066973ffe18cb (patch)
tree1fc208b75a6ab1acdc8684557da9b681845b3c76
parent3c40fbeeedeeb0d35e62b8c81611d6c573ec0874 (diff)
Changed copyright info. Assigned copyright to FSF.
-rw-r--r--plugins/SocialLayout/SocialAutocompleteAction.php3
-rw-r--r--plugins/SocialLayout/SocialLayoutPlugin.php3
-rw-r--r--plugins/SocialLayout/SocialObjectForm.php6
-rw-r--r--plugins/SocialObject/NewSocialObjectAction.php6
-rw-r--r--plugins/SocialObject/SocialObject.php12
-rw-r--r--plugins/SocialObject/SocialObjectPlugin.php4
6 files changed, 30 insertions, 4 deletions
diff --git a/plugins/SocialLayout/SocialAutocompleteAction.php b/plugins/SocialLayout/SocialAutocompleteAction.php
index 1f82548fd..92394b642 100644
--- a/plugins/SocialLayout/SocialAutocompleteAction.php
+++ b/plugins/SocialLayout/SocialAutocompleteAction.php
@@ -2,6 +2,7 @@
/**
* StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2009, StatusNet, Inc.
+ * Copyright (C) 2010, Free Software Foundation, Inc.
*
* Show JSON for autocompleting replies (usernames) and groups form fields
*
@@ -24,6 +25,8 @@
* @package StatusNet
* @author Shashi Gowda <connect2shashi@gmail.com>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
+ * @copyright 2009, StatusNet, Inc.
+ * @copyright 2010 Free Software Foundation, Inc
* @link http://daisycha.in
*/
diff --git a/plugins/SocialLayout/SocialLayoutPlugin.php b/plugins/SocialLayout/SocialLayoutPlugin.php
index cd5c08cfe..bae20ae30 100644
--- a/plugins/SocialLayout/SocialLayoutPlugin.php
+++ b/plugins/SocialLayout/SocialLayoutPlugin.php
@@ -2,6 +2,7 @@
/**
* StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2009, StatusNet, Inc.
+ * Copyright (C) 2010, Free Software Foundation, Inc
*
* Plugin for GNUSocial's design
*
@@ -23,6 +24,8 @@
* @category GNUSocial
* @package StatusNet
* @author Shashi Gowda <connect2shashi@gmail.com>
+ * @copyright 2009, 2010, StatusNet, Inc.
+ * @copyright 2010, Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://daisycha.in
*/
diff --git a/plugins/SocialLayout/SocialObjectForm.php b/plugins/SocialLayout/SocialObjectForm.php
index 0633df698..78636ed33 100644
--- a/plugins/SocialLayout/SocialObjectForm.php
+++ b/plugins/SocialLayout/SocialObjectForm.php
@@ -19,10 +19,12 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
- * @category Form
* @category GNUSocial
* @package StatusNet
- * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
+ * @author Shashi Gowda <connect2shashi@gmail.com>
+ * @copyright 2009, 2010, StatusNet, Inc.
+ * @copyright 2010, Free Software Foundation, Inc.
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://daisycha.in
*/
diff --git a/plugins/SocialObject/NewSocialObjectAction.php b/plugins/SocialObject/NewSocialObjectAction.php
index ad4e093d2..dd58cacbf 100644
--- a/plugins/SocialObject/NewSocialObjectAction.php
+++ b/plugins/SocialObject/NewSocialObjectAction.php
@@ -1,7 +1,8 @@
<?php
/**
* StatusNet - the distributed open-source microblogging tool
- * Copyright (C) 2009, StatusNet, Inc.
+ * Copyright (C) 2009, 2010, StatusNet, Inc.
+ * Copyright (C) 2010, Free Software Foundation, Inc.
*
* Base class for handling new social-objects
*
@@ -23,10 +24,13 @@
* @category GNUSocial
* @package StatusNet
* @author Shashi Gowda <connect2shashi@gmail.com>
+ * @copyright 2009, 2010, StatusNet, Inc.
+ * @copyright 2010, Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://daisycha.in
*/
+
if (!defined('STATUSNET')) {
exit(1);
}
diff --git a/plugins/SocialObject/SocialObject.php b/plugins/SocialObject/SocialObject.php
index 2d740c836..45e1def2c 100644
--- a/plugins/SocialObject/SocialObject.php
+++ b/plugins/SocialObject/SocialObject.php
@@ -1,7 +1,8 @@
<?php
/**
* StatusNet - the distributed open-source microblogging tool
- * Copyright (C) 2008, 2009, StatusNet, Inc.
+ * Copyright (C) 2008, 2009, 2010, StatusNet, Inc.
+ * Copyright (C) 2010 Free Software Foundation, Inc
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
@@ -15,6 +16,15 @@
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * @copyright 2010 Free Software Foundation, Inc
+ *
+ * @category GNUSocial
+ * @package StatusNet
+ * @author Shashi Gowda <connect2shashi@gmail.com>
+ * @copyright 2009, 2010, StatusNet, Inc.
+ * @copyright 2010, Free Software Foundation, Inc.
+ * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
+ * @link http://daisycha.in
*/
if (!defined('STATUSNET')) {
diff --git a/plugins/SocialObject/SocialObjectPlugin.php b/plugins/SocialObject/SocialObjectPlugin.php
index 36cef0025..c10b9c903 100644
--- a/plugins/SocialObject/SocialObjectPlugin.php
+++ b/plugins/SocialObject/SocialObjectPlugin.php
@@ -2,6 +2,7 @@
/**
* StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2009, StatusNet, Inc.
+ * Copyright (C) 2010, Free Software Foundation, Inc.
*
* Base class for all social object plugins
*
@@ -23,10 +24,13 @@
* @category GNUSocial
* @package StatusNet
* @author Shashi Gowda <connect2shashi@gmail.com>
+ * @copyright 2009, 2010, StatusNet, Inc.
+ * @copyright 2010, Free Software Foundation, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
* @link http://daisycha.in
*/
+
if (!defined('STATUSNET')) {
exit(1);
}