Fixed copyrights

This commit is contained in:
fieldOfView 2016-08-16 18:19:25 +02:00
parent 6220976f03
commit 9b048efe22
2 changed files with 4 additions and 1 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 pyqtSlot from PyQt5.QtCore import pyqtSlot
from cura.MachineAction import MachineAction from cura.MachineAction import MachineAction

View file

@ -1,4 +1,4 @@
# Copyright (c) 2016 Aldo Hoeben / fieldOfView # Copyright (c) 2016 Ultimaker B.V.
# Cura is released under the terms of the AGPLv3 or higher. # Cura is released under the terms of the AGPLv3 or higher.
from . import MachineSettingsAction from . import MachineSettingsAction