From 1277dc44fc4f55b7ab387f27647892a29348d9f5 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 25 May 2014 17:15:27 +0300 Subject: [PATCH] PHPDoc effort: Included all current contributors, updated version date, fixed ordering and the license order to from link/text to text/link. --- xkcd-mailer.php | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/xkcd-mailer.php b/xkcd-mailer.php index 1f0401d..9a9e46c 100644 --- a/xkcd-mailer.php +++ b/xkcd-mailer.php @@ -5,10 +5,14 @@ * Sends HTML-email containing hotlinked latest xkcd * strip with alt/title-text underneath the image. * - * @author Ismo Vuorinen - * @version 1.0.20130619 - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - * @package default + * @category Default + * @package Default + * @author Ismo Vuorinen + * @author wojas + * @author Raam Dev + * @license The MIT License http://www.opensource.org/licenses/mit-license.php + * @version 1.0.20140525 + * @link https://github.com/ivuorinen/xkcd-Mailer **/ // Use config.example.php as base for your configurations.