Added 2018 copyright and license information

This commit is contained in:
Ian Paschal 2018-01-31 16:03:20 +01:00
parent e1da097970
commit f3372bce7c
2 changed files with 4 additions and 1 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.Tool import Tool from UM.Tool import Tool
from PyQt5.QtCore import Qt, QUrl from PyQt5.QtCore import Qt, QUrl
from UM.Application import Application from UM.Application import Application

View file

@ -1,4 +1,4 @@
# Copyright (c) 2015 Ultimaker B.V. # Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
from . import SupportEraser from . import SupportEraser