Bump java lib versions in preparation for 1.9.2
[fw/altos] / altosui / AltosFlightStatusUpdate.java
index d39366da4291bf152bd20dc90f1347fb0fd360fe..674ab2afe89ee7d27d441e8032c608f475ff4044 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -18,7 +19,7 @@
 package altosui;
 
 import java.awt.event.*;
-import org.altusmetrum.altoslib_10.*;
+import org.altusmetrum.altoslib_14.*;
 
 public class AltosFlightStatusUpdate implements ActionListener {