Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-12-06 11:34:09 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-12-06 11:34:09 +0300
commit84ba486d57bf953b169174b7c6161cc9eb17fe53 (patch)
treeeeea0fa44210aa7f59fdf765a56c7efd61df2471 /cura/Stages
parent840e80a1fb99ed5b1890a3864e4c19fd2ebb8b74 (diff)
Add plugins for prepare and monitor stages
Diffstat (limited to 'cura/Stages')
-rw-r--r--cura/Stages/CuraStage.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cura/Stages/CuraStage.py b/cura/Stages/CuraStage.py
index 52793134cf..d4def4c00e 100644
--- a/cura/Stages/CuraStage.py
+++ b/cura/Stages/CuraStage.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2017 Ultimaker B.V.
+# Cura is released under the terms of the LGPLv3 or higher.
+
from UM.Stage import Stage
class CuraStage(Stage):