Replace missing characters

This commit is contained in:
Brian Miyaji
2017-01-13 23:10:55 +11:00
parent 10987ecb06
commit 0203bbaaa3

View File

@@ -35,7 +35,7 @@
* - Add factorial support. (ie 5! = 120) * - Add factorial support. (ie 5! = 120)
* *
* @author Jon Lawrence <jlawrence11@gmail.com> * @author Jon Lawrence <jlawrence11@gmail.com>
* @copyright Copyright <EFBFBD>2005-2013, Jon Lawrence * @copyright Copyright ©2005-2013, Jon Lawrence
* @license http://opensource.org/licenses/LGPL-2.1 LGPL 2.1 License * @license http://opensource.org/licenses/LGPL-2.1 LGPL 2.1 License
* @package EOS * @package EOS
* @version 2.0 * @version 2.0
@@ -73,7 +73,7 @@ if(!defined('DEBUG'))
* This class was created for PHP4 in 2005, updated to fully PHP5 in 2013. * This class was created for PHP4 in 2005, updated to fully PHP5 in 2013.
* *
* @author Jon Lawrence <jlawrence11@gmail.com> * @author Jon Lawrence <jlawrence11@gmail.com>
* @copyright Copyright <EFBFBD>2005-2013, Jon Lawrence * @copyright Copyright ©2005-2013, Jon Lawrence
* @license http://opensource.org/licenses/LGPL-2.1 LGPL 2.1 License * @license http://opensource.org/licenses/LGPL-2.1 LGPL 2.1 License
* @package Math * @package Math
* @subpackage EOS * @subpackage EOS