]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/producer/cruncher/class_BaseKeyProducer.php
Updated copyright year as this software has been changed in this year.
[hub.git] / application / hub / main / producer / cruncher / class_BaseKeyProducer.php
index bd3fcc2a6cdbcc86e0c03f0e9e6079e5e8bf781d..8571930622995fdb9233518bb2155db48d9348a1 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A general KeyProducer class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub 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
@@ -31,6 +31,8 @@ abstract class BaseKeyProducer extends BaseProducer {
        protected function __construct ($className) {
                // Call parent constructor
                parent::__construct($className);
+
+               // Init key producer
        }
 }