Switch from GPLv2 to GPLv2+
[fw/altos] / src / easymega-v1.0 / ao_easymega.c
index 5cef758a5842108a2f741cd20a6b3c4ff63cb2f5..aa360a3c96294ee540405287ec3c74d3f9854f62 100644 (file)
@@ -1,9 +1,10 @@
 /*
- * Copyright © 2011 Keith Packard <keithp@keithp.com>
+ * Copyright © 2014 Bdale Garbee <bdale@gag.com>
  *
  * 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
@@ -21,7 +22,6 @@
 #include <ao_mma655x.h>
 #include <ao_log.h>
 #include <ao_exti.h>
-#include <ao_packet.h>
 #include <ao_companion.h>
 #include <ao_profile.h>
 #include <ao_eeprom.h>
@@ -37,7 +37,7 @@ int
 main(void)
 {
        ao_clock_init();
-
+       
 #if HAS_STACK_GUARD
        ao_mpu_init();
 #endif
@@ -73,7 +73,7 @@ main(void)
 
        ao_eeprom_init();
        ao_storage_init();
-
+       
        ao_flight_init();
        ao_log_init();
        ao_report_init();
@@ -90,7 +90,7 @@ main(void)
 #if HAS_SAMPLE_PROFILE
        ao_sample_profile_init();
 #endif
-
+       
        ao_start_scheduler();
        return 0;
 }