Browse Source

Add missing copyright headers

Fixes #5
Arjen Hiemstra 9 years ago
parent
commit
9d7e460b50

+ 3 - 0
cura.py

@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 from src.CuraApplication import CuraApplication
 
 app = CuraApplication.getInstance()

+ 3 - 0
plugins/CuraEngineBackend/CuraEngineBackend.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 from UM.Backend.Backend import Backend
 from UM.Application import Application
 from UM.Scene.SceneNode import SceneNode

+ 3 - 0
plugins/CuraEngineBackend/Cura_pb2.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 # Generated by the protocol buffer compiler.  DO NOT EDIT!
 # source: Cura.proto
 

+ 3 - 0
plugins/CuraEngineBackend/LayerData.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.MeshData import MeshData
 from UM.Math.Color import Color
 

+ 3 - 0
plugins/CuraEngineBackend/ProcessGCodeJob.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 from UM.Job import Job
 from UM.Application import Application
 

+ 3 - 0
plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 from UM.Job import Job
 from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
 from UM.Scene.SceneNode import SceneNode

+ 3 - 0
plugins/CuraEngineBackend/__init__.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 #Shoopdawoop
 from . import CuraEngineBackend
 

+ 3 - 0
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

+ 3 - 0
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

+ 3 - 0
plugins/LayerView/LayerView.py

@@ -1,3 +1,6 @@
+# Copyright (c) 2015 Ultimaker B.V.
+# Cura is released under the terms of the AGPLv3 or higher.
+
 from UM.View.View import View
 from UM.View.Renderer import Renderer
 from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator

Some files were not shown because too many files changed in this diff