chiark / gitweb /
Add proper copyright statements.
[cura.git] / Cura / avr_isp / stk500v2.py
index 58dac2f5a361314eaebe5dae82672705d667067c..a87145a81b3f41864527e506cda68b77018fda71 100644 (file)
@@ -1,3 +1,4 @@
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 import os, struct, sys, time
 
 from serial import Serial