Browse Source

Standardise copyright header

GPLv3+ with permission from xiangfu and kanoi
Luke Dashjr 12 years ago
parent
commit
15053c34b0
1 changed files with 7 additions and 4 deletions
  1. 7 4
      usbtest.py

+ 7 - 4
usbtest.py

@@ -1,9 +1,12 @@
 #!/usr/bin/env python2.7
+# Copyright 2012 Xiangfu
+# Copyright 2012-2013 Andrew Smith
 #
-# Original version supplied to me (Kano/kanoi) by xiangfu
-#
-# Modified to allow supplying the data to send
-#
+# 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; either version 3 of the License, or (at your option) any later
+# version.  See COPYING for more details.
+
 # Linux usAge: ./ubstest.py /dev/ttyUSB0 0xhexcodes|string|icarus
 #  OR		python ubstest.py /dev/ttyUSB0 0xhexcodes|string|icarus
 #