Added copyright notice

CURA-1385
This commit is contained in:
Jaime van Kessel 2016-04-29 10:21:27 +02:00
parent be7a8ca9b2
commit 958918e033
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,6 @@
# Copyright (c) 2016 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher.
from PyQt5.QtCore import QObject from PyQt5.QtCore import QObject
from UM.PluginObject import PluginObject from UM.PluginObject import PluginObject

View file

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