altos/telelco-v2.0: A bit fancier with the drag-mode LED show
[fw/altos] / src / stmf0 / ao_flash_loader_stm.c
index 6bf89234b702a18a9d9caa1a64b7ff9e84e1e463..18bf272c6476e0557f92d1fd65dcc1c371b42089 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
@@ -33,7 +34,7 @@ main(void)
 
 #ifdef AO_FLASH_LOADER_INIT
        AO_FLASH_LOADER_INIT;
-#endif 
+#endif
        ao_flash_task();
        return 0;
 }