Merge remote-tracking branch 'mjb/master'
[fw/altos] / altosdroid / src / org / altusmetrum / AltosDroid / TelemetryReader.java
index c47e4942040dd911a1d44f4e3b05f7df33dc145e..9460bdbc2817e904646a1430caf8e7944321cf78 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * Copyright © 2011 Keith Packard <keithp@keithp.com>\r
- * Copyright © 2012 Mike Beattie <mike@ethernal.org>\r
+ * Copyright Â© 2011 Keith Packard <keithp@keithp.com>\r
+ * Copyright Â© 2012 Mike Beattie <mike@ethernal.org>\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
@@ -25,7 +25,7 @@ import java.util.concurrent.*;
 import android.util.Log;\r
 import android.os.Handler;\r
 \r
-import org.altusmetrum.AltosLib.*;\r
+import org.altusmetrum.altoslib_1.*;\r
 \r
 \r
 public class TelemetryReader extends Thread {\r