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=9ece3afd200b4b017981e306ab6756388ac12930;hb=76b21655a0710caf4f972c107a3ab991032d7e10;hpb=ab47671aab80c10b57b74c8eb7e240b79e352b99 diff --git a/src/org/ibex/plat/Linux.java b/src/org/ibex/plat/Linux.java index 9ece3af..1608283 100644 --- a/src/org/ibex/plat/Linux.java +++ b/src/org/ibex/plat/Linux.java @@ -1,10 +1,17 @@ -// 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.*; +import org.ibex.core.*; +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() {