]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/interfaces/io/file/class_FileOutputStreamer.php
Method constructor() removed, several small fixes
[shipsimu.git] / inc / classes / interfaces / io / file / class_FileOutputStreamer.php
index 55bc37e59b2b362e2ae5dcaaf91f43241c9a4cb1..a3f896d912095d8d69a0aaf22efd3bd2d843ea63 100644 (file)
@@ -2,10 +2,11 @@
 /**
  * An interface for file output operations.
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
- * @version            0.0
+ * @author             Roland Haeder <webmaster@mxchange.org>
+ * @version            0.3.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
+ * @link               http://www.mxchange.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
@@ -18,7 +19,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 interface FileOutputStreamer extends Streamable {
        /**