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:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:18:05 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-05-11 13:18:05 +0300
commit9d7e460b500b67bea7bf70a4c08de43951b90fcb (patch)
tree8bc72cbefe9d4f0f6a584b5a1a1e637d87abf80d /plugins/GCodeWriter
parentb1984f58a0710d758e48cdb1406a39707988e5d2 (diff)
Add missing copyright headers
Fixes #5
Diffstat (limited to 'plugins/GCodeWriter')
-rw-r--r--plugins/GCodeWriter/GCodeWriter.py3
-rw-r--r--plugins/GCodeWriter/__init__.py3
2 files changed, 6 insertions, 0 deletions
diff --git a/plugins/GCodeWriter/GCodeWriter.py b/plugins/GCodeWriter/GCodeWriter.py
index 65bce874be..f776c6f0c1 100644
--- a/plugins/GCodeWriter/GCodeWriter.py
+++ b/plugins/GCodeWriter/GCodeWriter.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
from UM.Mesh.MeshWriter import MeshWriter
from UM.Logger import Logger
from UM.Application import Application
diff --git a/plugins/GCodeWriter/__init__.py b/plugins/GCodeWriter/__init__.py
index d0bbd52c16..3897cc3f75 100644
--- a/plugins/GCodeWriter/__init__.py
+++ b/plugins/GCodeWriter/__init__.py
@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
from . import GCodeWriter
from UM.i18n import i18nCatalog