diff options
author | Zach Copley <zach@status.net> | 2009-10-28 17:47:14 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-28 17:47:14 -0700 |
commit | e0dbc47f8e9ef86dbb652d816173e1bfc8188807 (patch) | |
tree | cb40e61b181416b0a7dcfe5fbe5f1455d1a0a23d /lib | |
parent | 03a1436a1c07c0867ca748560b37457f99ea1d66 (diff) |
Fixed header comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mediafile.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/mediafile.php b/lib/mediafile.php index 40f37ba61..d4d184dd0 100644 --- a/lib/mediafile.php +++ b/lib/mediafile.php @@ -1,8 +1,10 @@ <?php /** - * StatusNet, the distributed open-source mMediaFileicroblogging tool + * StatusNet, the distributed open-source microblogging tool * - * Abstraction for a media files in general + * Abstraction for media files in general + * + * TODO: combine with ImageFile? * * PHP version 5 * @@ -21,6 +23,7 @@ * * @category Media * @package StatusNet + * @author Robin Millette <robin@millette.info> * @author Zach Copley <zach@status.net> * @copyright 2008-2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 |