|
Step 8: Credits where credits due
Select the license of your choice.
Go through all files and add yourself as the author.
<?php /** * Mopple_Driver:: defines an API for implementing storage backends for Mopple. * * $Horde: hordeweb/papers/fosdem2005/60_author.xml.html,v 1.2 2009/01/06 17:50:13 jan Exp $ * * Copyright 2004-2005 Your Name <you@example.com> * * See the enclosed file COPYING for license information (GPL). If you * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. * * @author Your Name <you@example.com> * @version $Revision: 1.2 $ * @since Mopple 0.1 * @package Mopple */ ?>
|