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:
authorJaime van Kessel <nallath@gmail.com>2016-04-29 11:21:27 +0300
committerJaime van Kessel <nallath@gmail.com>2016-04-29 11:21:27 +0300
commit958918e03349fa52d7e9a60370002227f22011e5 (patch)
treeb6b8f40c1c974e62891a10e1ee80bd86b1d6f971 /cura/MachineAction.py
parentbe7a8ca9b250f392cd49ff7cdadc9388c9e9d237 (diff)
Added copyright notice
CURA-1385
Diffstat (limited to 'cura/MachineAction.py')
-rw-r--r--cura/MachineAction.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/cura/MachineAction.py b/cura/MachineAction.py
index 6c2e4db32c..c6ce9d0083 100644
--- a/cura/MachineAction.py
+++ b/cura/MachineAction.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2016 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
from PyQt5.QtCore import QObject
from UM.PluginObject import PluginObject