Updated copyright
[sixth-3d.git] / src / main / java / eu / svjatoslav / sixth / e3d / renderer / octree / package-info.java
index 602e4d0..d82085c 100755 (executable)
@@ -1,15 +1,13 @@
 /*
- * 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.
  *
+ * Realtime voxel renderer (in software).
+ * Uses octree for data compression.
  */
 
 package eu.svjatoslav.sixth.e3d.renderer.octree;
 
-/**
- * Realtime voxel renderer (in software).
- * Uses octree for data compression.
- */