diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-30 15:49:47 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-30 15:49:47 +0100 |
commit | d16a989f49266b9f9790a13e5967cd9d580d9f54 (patch) | |
tree | 9c45a98d148a345df9e65eb832636e3b7953f480 /js | |
parent | 02240a890ff804bcbca33568cfc73a827265256c (diff) |
Updated author documentation
Diffstat (limited to 'js')
-rw-r--r-- | js/util.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/util.js b/js/util.js index 3e8d244b7..1519df252 100644 --- a/js/util.js +++ b/js/util.js @@ -14,6 +14,14 @@ * * 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 UI interaction + * @package StatusNet + * @author Sarven Capadisli <csarven@status.net> + * @author Evan Prodromou <evan@status.net> + * @copyright 2009 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/ */ $(document).ready(function(){ |