Switch from GPLv2 to GPLv2+
[fw/altos] / ao-tools / ao-test-igniter / ao-test-igniter.c
index 6a699fe8586d0a60ec19cac6ad9d865a05ae9a43..c426e1bd28d34742e6034308f5c75ee9d79eac34 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
@@ -190,7 +191,6 @@ main (int argc, char **argv)
        if (verbose > 1)
                ccdbg_add_debug(CC_DEBUG_BITBANG);
 
-       printf ("device %s\n", device);
        if (!tty)
                tty = cc_usbdevs_find_by_arg(device, "TeleMega-v1.0");
        if (!tty)