chiark / gitweb /
Add proper copyright statements.
[cura.git] / Cura / plugins / pauseAtZ.py
index 745ec6e6be0052338b4de46af35785dc2905c4f8..ec13b130af2e137fe53748c01c7766fb365fc4ff 100644 (file)
@@ -7,6 +7,7 @@
 #Param: parkY(float:190) Head park Y (mm)
 #Param: retractAmount(float:5) Retraction amount (mm)
 
+__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
 import re
 
 def getValue(line, key, default = None):