added files for database format-upgrade
[core.git] / inc / main / interfaces / handler / protocol / class_HandleableProtocol.php
index a4918ab6f76c9b5331062f3debdbd499e30f6e1a..866ca600f217d2fc5490ba88713694c2dbe16c58 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -52,7 +52,5 @@ interface HandleableProtocol extends Handleable {
         * @return      $ifMatches      Whether the found UNL matches own addresss
         */
        function isOwnAddress ($unl);
-}
 
-// [EOF]
-?>
+}