X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FPOSIX.java;h=9ac95115551ec66870e0bcd2fb84c7b8b29c3d47;hp=7b721a70cebbe19d9a69af673504ac052eb9e4e4;hb=76b21655a0710caf4f972c107a3ab991032d7e10;hpb=e4a8b8cbccc958639f4552d94c5a7c84d09f0ebc diff --git a/src/org/ibex/plat/POSIX.java b/src/org/ibex/plat/POSIX.java index 7b721a7..9ac9511 100644 --- a/src/org/ibex/plat/POSIX.java +++ b/src/org/ibex/plat/POSIX.java @@ -1,7 +1,13 @@ -// Copyright 2004 Adam Megacz, see the COPYING file for licensing [LGPL] +// 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 java.util.*; +import org.ibex.graphics.*; +import org.ibex.core.*; +import org.ibex.net.*; /** Platform implementation for POSIX compliant operating systems */ public class POSIX extends GCJ {