altosui: Remove debug printfs in FC config UI
[fw/altos] / altosui / AltosLaunch.java
index fb2cd883fa97f37d9476e77c76c3fa6cbb0dd693..f1893cf505a3cf5a92625e6e3137e9a63efaf28a 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
@@ -20,7 +21,7 @@ package altosui;
 import java.io.*;
 import java.util.concurrent.*;
 import java.awt.*;
-import org.altusmetrum.altosuilib_11.*;
+import org.altusmetrum.altosuilib_12.*;
 
 public class AltosLaunch {
        AltosDevice     device;