Add missing copyright headers

Fixes #5
This commit is contained in:
Arjen Hiemstra 2015-05-11 12:18:05 +02:00
parent b1984f58a0
commit 9d7e460b50
40 changed files with 120 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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