X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fauth%2Fclass_Authorizeable.php;h=f10eaac59bee45b6b15a509ec3f35ab92e78ac7e;hb=4e622c9abde45dd521eee889b47da59c95cf9872;hp=3472e9e0b16ed495908108c64805d19cf15dad9c;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/interfaces/auth/class_Authorizeable.php b/inc/classes/interfaces/auth/class_Authorizeable.php index 3472e9e0..f10eaac5 100644 --- a/inc/classes/interfaces/auth/class_Authorizeable.php +++ b/inc/classes/interfaces/auth/class_Authorizeable.php @@ -2,11 +2,11 @@ /** * An interface for authorization methods * - * @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 - 2015 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 @@ -37,5 +37,5 @@ interface Authorizeable extends FrameworkInterface { function updateAuthData (); } -// +// [EOF] ?>