X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2FAWT.java;h=0f6143af93cf282d29bf96451328e9dde7d7fa74;hb=76b21655a0710caf4f972c107a3ab991032d7e10;hp=8c8956d5c2d9a5f318a3c79738a7b8729f74ad42;hpb=8e190fb0ff508ccf4962bbfbf8295a431805c12b;p=org.ibex.core.git diff --git a/src/org/ibex/plat/AWT.java b/src/org/ibex/plat/AWT.java index 8c8956d..0f6143a 100644 --- a/src/org/ibex/plat/AWT.java +++ b/src/org/ibex/plat/AWT.java @@ -1,7 +1,9 @@ -// 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.*; import org.ibex.util.*; import java.io.*; import org.ibex.js.*;