diff options
Diffstat (limited to 'lib/uapplugin.php')
-rw-r--r-- | lib/uapplugin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/uapplugin.php b/lib/uapplugin.php index ef35bafbf..154ba70c7 100644 --- a/lib/uapplugin.php +++ b/lib/uapplugin.php @@ -26,6 +26,7 @@ * @copyright 2010 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ + * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP */ if (!defined('STATUSNET') && !defined('LACONICA')) { @@ -50,6 +51,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { * @author Evan Prodromou <evan@status.net> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ + * @see http://www.iab.net/iab_products_and_industry_services/508676/508767/UAP */ abstract class UAPPlugin extends Plugin |