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:
authorIan Paschal <i.paschal@ultimaker.com>2018-01-31 18:03:20 +0300
committerIan Paschal <i.paschal@ultimaker.com>2018-01-31 18:03:20 +0300
commitf3372bce7c1aed470910a4e592047ba728b5e897 (patch)
treef3e28662abb4d89700e0be9503099b4cd809e53a /plugins/SupportEraser
parente1da097970ca1dcadfbde6577f73ac7a3f634d3d (diff)
Added 2018 copyright and license information
Diffstat (limited to 'plugins/SupportEraser')
-rw-r--r--plugins/SupportEraser/SupportEraser.py3
-rw-r--r--plugins/SupportEraser/__init__.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/plugins/SupportEraser/SupportEraser.py b/plugins/SupportEraser/SupportEraser.py
index 5a58d1bc2e..b91c5e10b6 100644
--- a/plugins/SupportEraser/SupportEraser.py
+++ b/plugins/SupportEraser/SupportEraser.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2018 Ultimaker B.V.
+# Cura is released under the terms of the LGPLv3 or higher.
+
from UM.Tool import Tool
from PyQt5.QtCore import Qt, QUrl
from UM.Application import Application
diff --git a/plugins/SupportEraser/__init__.py b/plugins/SupportEraser/__init__.py
index 904a25b425..72700571fe 100644
--- a/plugins/SupportEraser/__init__.py
+++ b/plugins/SupportEraser/__init__.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2015 Ultimaker B.V.
+# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from . import SupportEraser