licensing cleanup (GPLv2)
[org.ibex.core.git] / src / org / ibex / plat / Solaris.java
1 // Copyright 2000-2005 the Contributors, as shown in the revision logs.
2 // Licensed under the GNU General Public License version 2 ("the License").
3 // You may not use this file except in compliance with the License.
4
5 package org.ibex.plat;
6
7 /** Solaris with an X11 display */
8 public class Solaris extends X11 {
9 }