Updated copyright info
[sixth-3d-demos.git] / src / main / java / eu / svjatoslav / sixth / e3d / examples / launcher / Main.java
index 512f30c..81cac0e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Sixth 3D engine demos. Copyright ©2012-2016, 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
@@ -18,12 +18,8 @@ class Main extends javax.swing.JFrame {
     private Main() {
         super();
         initGUI();
-
     }
 
-    /**
-     * Auto-generated main method to display this JFrame
-     */
     public static void main(final String[] args) {
         SwingUtilities.invokeLater(() -> {
             final Main inst = new Main();