X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FLinux.java;h=1608283e3f55197e390429a3f67e9f9a0b1ca632;hp=959ba5def894a44a4ab1cb39188cd3f29024460f;hb=76b21655a0710caf4f972c107a3ab991032d7e10;hpb=8e190fb0ff508ccf4962bbfbf8295a431805c12b diff --git a/src/org/ibex/plat/Linux.java b/src/org/ibex/plat/Linux.java index 959ba5d..1608283 100644 --- a/src/org/ibex/plat/Linux.java +++ b/src/org/ibex/plat/Linux.java @@ -1,4 +1,7 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the GNU General Public License version 2 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.plat; import org.ibex.graphics.*; @@ -8,7 +11,7 @@ import org.ibex.net.*; /** Linux with an X11 display */ public class Linux extends X11 { - public static void main(String[] args) throws Exception { org.ibex.Main.main(args); } + public static void main(String[] args) throws Exception { org.ibex.core.Main.main(args); } private native void fixEnvironment(); public Linux() {