X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fdiscovery%2Fclass_Discoverable.php;h=a89dd0cc30412a1880f2b74a7181ea48bbeff419;hb=4d5e646e386c113daa781f39b90ae4ec7ee17de9;hp=c886d5f6e804e0e576be985d0e8e1055af84b0fb;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/interfaces/discovery/class_Discoverable.php b/inc/classes/interfaces/discovery/class_Discoverable.php index c886d5f6..a89dd0cc 100644 --- a/inc/classes/interfaces/discovery/class_Discoverable.php +++ b/inc/classes/interfaces/discovery/class_Discoverable.php @@ -2,11 +2,11 @@ /** * An interface for discovery * - * @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 @@ -39,5 +39,5 @@ interface Discoverable extends FrameworkInterface { function addResultsToHelper (HelpableTemplate $helperInstance); } -// +// [EOF] ?>