added doxygen tags

This commit is contained in:
Brenda Wallace 2009-09-13 17:43:02 +12:00
parent 4181c6f04a
commit 222ef4d186
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
/**
/**
* StatusNet - the distributed open-source microblogging tool
* Copyright (C) 2009, StatusNet, Inc.
*
@ -15,7 +15,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 Installation
* @package Installation
* @license GNU Affero General Public License http://www.gnu.org/licenses/
*
*/
define('INSTALLDIR', dirname(__FILE__));