altoslib,altosuilib: Bump library version numbers
[fw/altos] / altoslib / AltosLaunchSites.java
index 76a415266d6ddc548463fda266c4d883820e16e5..365f19e325e4825932633a50d08bb3a59c4c3b3f 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
@@ -15,7 +16,7 @@
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package org.altusmetrum.altoslib_9;
+package org.altusmetrum.altoslib_12;
 
 import java.io.*;
 import java.lang.*;
@@ -65,6 +66,7 @@ public class AltosLaunchSites extends Thread {
                                add(line);
                        }
                } catch (Exception e) {
+                       System.out.printf("file exception %s\n", e.toString());
                } finally {
                        notify_complete();
                }