licensing cleanup (GPLv2)
[org.ibex.core.git] / src / org / ibex / plat / X11.java
index 80db668..3d2d1dc 100644 (file)
@@ -1,11 +1,16 @@
-// 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 gnu.gcj.RawData;
 import java.util.*;
 import org.ibex.js.*;
 import org.ibex.util.*;
-import org.ibex.*;
+import org.ibex.graphics.*;
+import org.ibex.core.*;
+import org.ibex.net.*;
 
 /** Platform implementation for POSIX compliant operating systems with an X11 Server */
 public class X11 extends POSIX {