]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
updated copyright notice
authorMatt Lee <mattl@cnuk.org>
Tue, 27 Jul 2010 02:24:12 +0000 (22:24 -0400)
committerMatt Lee <mattl@cnuk.org>
Tue, 27 Jul 2010 02:24:12 +0000 (22:24 -0400)
plugins/GNUsocialTemplatePlugin.php

index 6d5c60636970398deccf37ffd31b7e2dcced6c42..8d93ca5b32ad48573c1a245089bc3fe48e83f721 100755 (executable)
@@ -1,8 +1,8 @@
 <?php
 /**
- * Plugin to render old skool templates
+ * Plugin to render GNU social
  *
- * Captures rendered parts from the output buffer, passes them through a template file: tpl/index.html
+ * Captures rendered parts from the output buffer, passes them through a template file: tpl/social.php
  * Adds an API method at index.php/template/update which lets you overwrite the template file
  * Requires username/password and a single POST parameter called "template"
  * The method is disabled unless the user is #1, the first user of the system
@@ -10,7 +10,9 @@
  * @category  Plugin
  * @package   StatusNet
  * @author    Brian Hendrickson <brian@megapump.com>
+ * @author    Matt Lee <mattl@cnuk.org>
  * @copyright 2009 Megapump, Inc.
+ * @copyright 2010 Free Software Foundation, Inc.
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link      http://megapump.com/
  */