X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fmailer%2Fclass_DeliverableMail.php;h=abb89e0dae52f23a1b8a097e7703dc24dd4121b2;hb=3111839cd1c7877a5db1456dae218c71e07f2883;hp=814fb64efa43a38e0714a2d54a5105c9a95828bb;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/interfaces/mailer/class_DeliverableMail.php b/inc/classes/interfaces/mailer/class_DeliverableMail.php index 814fb64e..abb89e0d 100644 --- a/inc/classes/interfaces/mailer/class_DeliverableMail.php +++ b/inc/classes/interfaces/mailer/class_DeliverableMail.php @@ -2,11 +2,11 @@ /** * An interface for deliverable mail aka. mailer classes * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -52,5 +52,5 @@ interface DeliverableMail extends FrameworkInterface { function sendAdminNotification (); } -// +// [EOF] ?>