Updated copyright
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / raster / package-info.java
index 809eb9a..008902b 100755 (executable)
@@ -1,15 +1,10 @@
 /*
- * Sixth 3D engine. Copyright ©2012-2017, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Sixth 3D engine. Copyright ©2012-2019, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of version 3 of the GNU Lesser General Public License
  * or later as published by the Free Software Foundation.
  *
- */
-
-package eu.svjatoslav.sixth.e3d.renderer.raster;
-
-/**
  * <pre>
  * Realtime renderer (in software) using traditional approaches:
  *      Wireframe
@@ -17,3 +12,6 @@ package eu.svjatoslav.sixth.e3d.renderer.raster;
  *      Z-Buffer
  * </pre>
  */
+
+package eu.svjatoslav.sixth.e3d.renderer.raster;
+