From aee1b204990818a90e0826221ec542043356203a Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 4 Mar 2016 08:28:21 +1300 Subject: [PATCH] Fixed author references --- Michelf/Markdown.inc.php | 2 +- Michelf/Markdown.php | 2 +- Michelf/MarkdownExtra.inc.php | 2 +- Michelf/MarkdownExtra.php | 2 +- Michelf/MarkdownInterface.inc.php | 2 +- Michelf/MarkdownInterface.php | 2 +- Readme.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Michelf/Markdown.inc.php b/Michelf/Markdown.inc.php index 6dca919..3992201 100644 --- a/Michelf/Markdown.inc.php +++ b/Michelf/Markdown.inc.php @@ -7,7 +7,7 @@ * in the Readme.php file if you want a simple autoloader setup. * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 0fa2e3d..dd794b4 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -3,7 +3,7 @@ * Markdown - A text-to-HTML conversion tool for web writers * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Michelf/MarkdownExtra.inc.php b/Michelf/MarkdownExtra.inc.php index f2d90f4..eb0712b 100644 --- a/Michelf/MarkdownExtra.inc.php +++ b/Michelf/MarkdownExtra.inc.php @@ -7,7 +7,7 @@ * in the Readme.php file if you want a simple autoloader setup. * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 7fd3b24..3aebf1e 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -3,7 +3,7 @@ * Markdown Extra - A text-to-HTML conversion tool for web writers * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Michelf/MarkdownInterface.inc.php b/Michelf/MarkdownInterface.inc.php index bb8c49c..9399592 100644 --- a/Michelf/MarkdownInterface.inc.php +++ b/Michelf/MarkdownInterface.inc.php @@ -7,7 +7,7 @@ * in the Readme.php file if you want a simple autoloader setup. * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php index 1f90955..8b589d6 100644 --- a/Michelf/MarkdownInterface.php +++ b/Michelf/MarkdownInterface.php @@ -3,7 +3,7 @@ * Markdown - A text-to-HTML conversion tool for web writers * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Readme.php b/Readme.php index 9b1080e..44ce467 100644 --- a/Readme.php +++ b/Readme.php @@ -5,7 +5,7 @@ * you like. * * @package php-markdown - * @author Michael Fortin + * @author Michel Fortin * @copyright 2004-2016 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */