CURA-5370 Update copyright and comments

This commit is contained in:
Jack Ha 2018-05-23 16:04:18 +02:00
parent a3ac20172b
commit 827cb33b6e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Scene.Iterator.DepthFirstIterator import DepthFirstIterator
from UM.Logger import Logger
from UM.Math.Vector import Vector

View File

@ -1,4 +1,4 @@
# Copyright (c) 2017 Ultimaker B.V.
# Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application
@ -18,7 +18,7 @@ from cura.Arranging.ShapeArray import ShapeArray
from typing import List
## Do an arrangements on a bunch of build plates
## Do arrangements on multiple build plates (aka builtiplexer)
class ArrangeArray:
def __init__(self, x: int, y: int, fixed_nodes: List[SceneNode]):
self._x = x