Updated copyright info
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / RandomPolygonsDemo.java
index 4f26470..17d2cba 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Sixth 3D engine demos. Copyright ©2012-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu
+ * Sixth 3D engine demos. Copyright ©2012-2020, 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
@@ -45,7 +45,7 @@ public class RandomPolygonsDemo {
     }
 
     /* I don't want very dark polygons, so ensure there is at least some
-      * brightness present. */
+     * brightness present. */
     private static double getColorChannelBrightness() {
         return Math.random() * 0.7 + 0.3f;
     }