X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Fsixth%2Fe3d%2Fexamples%2Flauncher%2FMain.java;h=4d090f8c18dd2ad2b109c0ae77b15a754b4e55c3;hb=fd099c489d7f4df2624c07d1d3ba24f658b147a7;hp=512f30c8f711dd9cd71d463fabe6930bcf9f30db;hpb=b2c4a8941f5a618b83913fa1a1456d1ef2f77e77;p=sixth-3d-demos.git diff --git a/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java index 512f30c..4d090f8 100755 --- a/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java +++ b/src/main/java/eu/svjatoslav/sixth/e3d/examples/launcher/Main.java @@ -1,10 +1,8 @@ /* - * Sixth 3D engine demos. Copyright ©2012-2016, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * Sixth 3D engine demos. Author: Svjatoslav Agejenko. + * This project is released under Creative Commons Zero (CC0) license. * - * 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.examples.launcher; @@ -18,12 +16,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();