Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cura
diff options
context:
space:
mode:
authoralekseisasin <a.sasin@ultimaker.com>2017-09-28 14:24:13 +0300
committeralekseisasin <a.sasin@ultimaker.com>2017-09-28 14:24:13 +0300
commit2a302a3e275e44c184c1f4b2611730a259186771 (patch)
tree520f347a216629f87dbd99b9d4abe47b10456e72 /cura
parent5402092bb47963277999d80bc89c6668fd47fe66 (diff)
parent5d4a2ae097fdaedcba6b65b4bd25dc01966cec97 (diff)
Merge branch '3.0' of github.com:Ultimaker/cura into 3.0
Diffstat (limited to 'cura')
-rwxr-xr-xcura/ArrangeObjectsJob.py2
-rwxr-xr-xcura/BuildVolume.py2
-rw-r--r--cura/CameraAnimation.py2
-rw-r--r--cura/ConvexHullDecorator.py2
-rw-r--r--cura/ConvexHullNode.py2
-rw-r--r--cura/CuraActions.py2
-rwxr-xr-xcura/CuraApplication.py4
-rw-r--r--cura/CuraSplashScreen.py2
-rw-r--r--cura/CuraVersion.py.in2
-rw-r--r--cura/LayerData.py2
-rwxr-xr-xcura/LayerDataBuilder.py2
-rw-r--r--cura/LayerPolygon.py2
-rw-r--r--cura/MachineAction.py2
-rw-r--r--cura/MachineActionManager.py2
-rw-r--r--cura/MultiplyObjectsJob.py2
-rw-r--r--cura/OneAtATimeIterator.py2
-rwxr-xr-xcura/PlatformPhysics.py2
-rw-r--r--cura/PlatformPhysicsOperation.py2
-rw-r--r--cura/PrintInformation.py2
-rw-r--r--cura/PrinterOutputDevice.py2
-rw-r--r--cura/ProfileReader.py2
-rw-r--r--cura/ProfileWriter.py2
-rw-r--r--cura/QualityManager.py2
-rw-r--r--cura/SetParentOperation.py2
-rw-r--r--cura/Settings/ContainerManager.py2
-rw-r--r--cura/Settings/ContainerSettingsModel.py2
-rw-r--r--cura/Settings/CuraContainerRegistry.py2
-rwxr-xr-xcura/Settings/CuraContainerStack.py2
-rw-r--r--cura/Settings/CuraStackBuilder.py2
-rw-r--r--cura/Settings/Exceptions.py2
-rwxr-xr-xcura/Settings/ExtruderManager.py2
-rw-r--r--cura/Settings/ExtruderStack.py2
-rw-r--r--cura/Settings/ExtrudersModel.py2
-rwxr-xr-xcura/Settings/GlobalStack.py2
-rwxr-xr-xcura/Settings/MachineManager.py2
-rw-r--r--cura/Settings/MachineNameValidator.py2
-rw-r--r--cura/Settings/MaterialManager.py2
-rw-r--r--cura/Settings/MaterialSettingsVisibilityHandler.py2
-rw-r--r--cura/Settings/MaterialsModel.py2
-rw-r--r--cura/Settings/ProfilesModel.py2
-rw-r--r--cura/Settings/QualityAndUserProfilesModel.py2
-rw-r--r--cura/Settings/QualitySettingsModel.py2
-rw-r--r--cura/Settings/SetObjectExtruderOperation.py2
-rw-r--r--cura/Settings/SettingInheritanceManager.py2
-rw-r--r--cura/Settings/SettingOverrideDecorator.py2
-rw-r--r--cura/Settings/UserProfilesModel.py2
-rw-r--r--cura/Settings/__init__.py2
47 files changed, 48 insertions, 48 deletions
diff --git a/cura/ArrangeObjectsJob.py b/cura/ArrangeObjectsJob.py
index 8a3bb2daa8..d650fd7f57 100755
--- a/cura/ArrangeObjectsJob.py
+++ b/cura/ArrangeObjectsJob.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Job import Job
from UM.Scene.SceneNode import SceneNode
diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py
index 4e55528f5d..e87bfebd94 100755
--- a/cura/BuildVolume.py
+++ b/cura/BuildVolume.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from cura.Settings.ExtruderManager import ExtruderManager
from UM.Settings.ContainerRegistry import ContainerRegistry
diff --git a/cura/CameraAnimation.py b/cura/CameraAnimation.py
index c6051c58d1..1d91613edf 100644
--- a/cura/CameraAnimation.py
+++ b/cura/CameraAnimation.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QVariantAnimation, QEasingCurve
diff --git a/cura/ConvexHullDecorator.py b/cura/ConvexHullDecorator.py
index 70f77d9712..8726ecb6e6 100644
--- a/cura/ConvexHullDecorator.py
+++ b/cura/ConvexHullDecorator.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from UM.Application import Application
from UM.Math.Polygon import Polygon
diff --git a/cura/ConvexHullNode.py b/cura/ConvexHullNode.py
index 84becd0da3..cc4720c197 100644
--- a/cura/ConvexHullNode.py
+++ b/cura/ConvexHullNode.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application
from UM.Scene.SceneNode import SceneNode
diff --git a/cura/CuraActions.py b/cura/CuraActions.py
index d46448dcec..b51728f028 100644
--- a/cura/CuraActions.py
+++ b/cura/CuraActions.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QObject, QUrl
from PyQt5.QtGui import QDesktopServices
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index c4f3217a1a..9e016561d5 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtNetwork import QLocalServer
from PyQt5.QtNetwork import QLocalSocket
@@ -211,7 +211,7 @@ class CuraApplication(QtApplication):
self.setRequiredPlugins([
"CuraEngineBackend",
- "MeshView",
+ "SolidView",
"LayerView",
"STLReader",
"SelectionTool",
diff --git a/cura/CuraSplashScreen.py b/cura/CuraSplashScreen.py
index f340c01623..2b79646408 100644
--- a/cura/CuraSplashScreen.py
+++ b/cura/CuraSplashScreen.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Uranium is released under the terms of the AGPLv3 or higher.
+# Uranium is released under the terms of the LGPLv3 or higher.
from threading import Thread, Event
diff --git a/cura/CuraVersion.py.in b/cura/CuraVersion.py.in
index fb66275395..c489485c2c 100644
--- a/cura/CuraVersion.py.in
+++ b/cura/CuraVersion.py.in
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
CuraVersion = "@CURA_VERSION@"
CuraBuildType = "@CURA_BUILDTYPE@"
diff --git a/cura/LayerData.py b/cura/LayerData.py
index 03dc6da45f..796e71cbdc 100644
--- a/cura/LayerData.py
+++ b/cura/LayerData.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Mesh.MeshData import MeshData
diff --git a/cura/LayerDataBuilder.py b/cura/LayerDataBuilder.py
index a5da57d42b..6e50611e64 100755
--- a/cura/LayerDataBuilder.py
+++ b/cura/LayerDataBuilder.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from .Layer import Layer
from .LayerPolygon import LayerPolygon
diff --git a/cura/LayerPolygon.py b/cura/LayerPolygon.py
index d6ab854169..7f41351b7f 100644
--- a/cura/LayerPolygon.py
+++ b/cura/LayerPolygon.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application
from typing import Any
diff --git a/cura/MachineAction.py b/cura/MachineAction.py
index c4553bc1e4..bc7b17af85 100644
--- a/cura/MachineAction.py
+++ b/cura/MachineAction.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from PyQt5.QtCore import QObject, pyqtSlot, pyqtProperty, pyqtSignal, QUrl
from PyQt5.QtQml import QQmlComponent, QQmlContext
diff --git a/cura/MachineActionManager.py b/cura/MachineActionManager.py
index ad9c91ec46..27b08ba8a1 100644
--- a/cura/MachineActionManager.py
+++ b/cura/MachineActionManager.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from UM.Logger import Logger
from UM.PluginRegistry import PluginRegistry # So MachineAction can be added as plugin type
diff --git a/cura/MultiplyObjectsJob.py b/cura/MultiplyObjectsJob.py
index c986439a5b..721c0e4c07 100644
--- a/cura/MultiplyObjectsJob.py
+++ b/cura/MultiplyObjectsJob.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Job import Job
from UM.Scene.SceneNode import SceneNode
diff --git a/cura/OneAtATimeIterator.py b/cura/OneAtATimeIterator.py
index b700fe83b3..44f8d2766a 100644
--- a/cura/OneAtATimeIterator.py
+++ b/cura/OneAtATimeIterator.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Scene.Iterator import Iterator
from UM.Scene.SceneNode import SceneNode
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 5eee8d8a55..23197dac24 100755
--- a/cura/PlatformPhysics.py
+++ b/cura/PlatformPhysics.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QTimer
diff --git a/cura/PlatformPhysicsOperation.py b/cura/PlatformPhysicsOperation.py
index 57206226e2..75c5b437bc 100644
--- a/cura/PlatformPhysicsOperation.py
+++ b/cura/PlatformPhysicsOperation.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Operations.Operation import Operation
from UM.Operations.GroupedOperation import GroupedOperation
diff --git a/cura/PrintInformation.py b/cura/PrintInformation.py
index 155d0a6d02..80abd0c356 100644
--- a/cura/PrintInformation.py
+++ b/cura/PrintInformation.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QObject, pyqtSignal, pyqtProperty
from UM.FlameProfiler import pyqtSlot
diff --git a/cura/PrinterOutputDevice.py b/cura/PrinterOutputDevice.py
index ea00122105..c6e98257ba 100644
--- a/cura/PrinterOutputDevice.py
+++ b/cura/PrinterOutputDevice.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.i18n import i18nCatalog
from UM.OutputDevice.OutputDevice import OutputDevice
diff --git a/cura/ProfileReader.py b/cura/ProfileReader.py
index 266abd50a4..d4600ed99f 100644
--- a/cura/ProfileReader.py
+++ b/cura/ProfileReader.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from UM.PluginObject import PluginObject
diff --git a/cura/ProfileWriter.py b/cura/ProfileWriter.py
index 276e2b80a3..5f81dc28c3 100644
--- a/cura/ProfileWriter.py
+++ b/cura/ProfileWriter.py
@@ -1,5 +1,5 @@
# Copyright (c) 2015 Ultimaker B.V.
-# Uranium is released under the terms of the AGPLv3 or higher.
+# Uranium is released under the terms of the LGPLv3 or higher.
from UM.PluginObject import PluginObject
diff --git a/cura/QualityManager.py b/cura/QualityManager.py
index c0b5afb71e..b6d47d919b 100644
--- a/cura/QualityManager.py
+++ b/cura/QualityManager.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
# This collects a lot of quality and quality changes related code which was split between ContainerManager
# and the MachineManager and really needs to usable from both.
diff --git a/cura/SetParentOperation.py b/cura/SetParentOperation.py
index e2fb18feff..612c02f18d 100644
--- a/cura/SetParentOperation.py
+++ b/cura/SetParentOperation.py
@@ -1,5 +1,5 @@
# Copyright (c) 2016 Ultimaker B.V.
-# Uranium is released under the terms of the AGPLv3 or higher.
+# Uranium is released under the terms of the LGPLv3 or higher.
from UM.Scene.SceneNode import SceneNode
from UM.Operations import Operation
diff --git a/cura/Settings/ContainerManager.py b/cura/Settings/ContainerManager.py
index 59b73eec4c..85aed93cf6 100644
--- a/cura/Settings/ContainerManager.py
+++ b/cura/Settings/ContainerManager.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
import os.path
import urllib
diff --git a/cura/Settings/ContainerSettingsModel.py b/cura/Settings/ContainerSettingsModel.py
index 5d7a252a4f..2c4bef6464 100644
--- a/cura/Settings/ContainerSettingsModel.py
+++ b/cura/Settings/ContainerSettingsModel.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from UM.Application import Application
from UM.Qt.ListModel import ListModel
diff --git a/cura/Settings/CuraContainerRegistry.py b/cura/Settings/CuraContainerRegistry.py
index 1c2d76c3b2..12f27e8156 100644
--- a/cura/Settings/CuraContainerRegistry.py
+++ b/cura/Settings/CuraContainerRegistry.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
import os
import os.path
diff --git a/cura/Settings/CuraContainerStack.py b/cura/Settings/CuraContainerStack.py
index eeb170c489..2d3bf683f6 100755
--- a/cura/Settings/CuraContainerStack.py
+++ b/cura/Settings/CuraContainerStack.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
import os.path
diff --git a/cura/Settings/CuraStackBuilder.py b/cura/Settings/CuraStackBuilder.py
index 6ff4051db7..32d6cd3cd7 100644
--- a/cura/Settings/CuraStackBuilder.py
+++ b/cura/Settings/CuraStackBuilder.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Logger import Logger
diff --git a/cura/Settings/Exceptions.py b/cura/Settings/Exceptions.py
index a30059b2e7..0a869cf922 100644
--- a/cura/Settings/Exceptions.py
+++ b/cura/Settings/Exceptions.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
## Raised when trying to perform an operation like add on a stack that does not allow that.
diff --git a/cura/Settings/ExtruderManager.py b/cura/Settings/ExtruderManager.py
index b16a88f1a9..93e781cd5e 100755
--- a/cura/Settings/ExtruderManager.py
+++ b/cura/Settings/ExtruderManager.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import pyqtSignal, pyqtProperty, QObject, QVariant #For communicating data and events to Qt.
from UM.FlameProfiler import pyqtSlot
diff --git a/cura/Settings/ExtruderStack.py b/cura/Settings/ExtruderStack.py
index 0319b2a9ba..d8ff6645a8 100644
--- a/cura/Settings/ExtruderStack.py
+++ b/cura/Settings/ExtruderStack.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from typing import Any, TYPE_CHECKING, Optional
diff --git a/cura/Settings/ExtrudersModel.py b/cura/Settings/ExtrudersModel.py
index 26943e61ca..1d3d23ea56 100644
--- a/cura/Settings/ExtrudersModel.py
+++ b/cura/Settings/ExtrudersModel.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import Qt, pyqtSignal, pyqtProperty, QTimer
from typing import Iterable
diff --git a/cura/Settings/GlobalStack.py b/cura/Settings/GlobalStack.py
index bee82e2272..2eb951f721 100755
--- a/cura/Settings/GlobalStack.py
+++ b/cura/Settings/GlobalStack.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from typing import Any, Dict, Optional
diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py
index e323b3ff98..ce9cdc7de7 100755
--- a/cura/Settings/MachineManager.py
+++ b/cura/Settings/MachineManager.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
#Type hinting.
from typing import Union, List, Dict
diff --git a/cura/Settings/MachineNameValidator.py b/cura/Settings/MachineNameValidator.py
index dcb83b7a4c..19b29feac4 100644
--- a/cura/Settings/MachineNameValidator.py
+++ b/cura/Settings/MachineNameValidator.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from PyQt5.QtCore import pyqtSlot, pyqtProperty, QObject, pyqtSignal, QRegExp
from PyQt5.QtGui import QValidator
diff --git a/cura/Settings/MaterialManager.py b/cura/Settings/MaterialManager.py
index e2f91622c8..80d2723438 100644
--- a/cura/Settings/MaterialManager.py
+++ b/cura/Settings/MaterialManager.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QObject, pyqtSlot #To expose data to QML.
diff --git a/cura/Settings/MaterialSettingsVisibilityHandler.py b/cura/Settings/MaterialSettingsVisibilityHandler.py
index b97987a18e..44569ea0c3 100644
--- a/cura/Settings/MaterialSettingsVisibilityHandler.py
+++ b/cura/Settings/MaterialSettingsVisibilityHandler.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Uranium is released under the terms of the AGPLv3 or higher.
+# Uranium is released under the terms of the LGPLv3 or higher.
import UM.Settings.Models.SettingVisibilityHandler
diff --git a/cura/Settings/MaterialsModel.py b/cura/Settings/MaterialsModel.py
index 75eeb6c281..bee9307b53 100644
--- a/cura/Settings/MaterialsModel.py
+++ b/cura/Settings/MaterialsModel.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Settings.ContainerRegistry import ContainerRegistry #To listen for changes to the materials.
from UM.Settings.Models.InstanceContainersModel import InstanceContainersModel #We're extending this class.
diff --git a/cura/Settings/ProfilesModel.py b/cura/Settings/ProfilesModel.py
index 71426d40f4..2600645b91 100644
--- a/cura/Settings/ProfilesModel.py
+++ b/cura/Settings/ProfilesModel.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from collections import OrderedDict
diff --git a/cura/Settings/QualityAndUserProfilesModel.py b/cura/Settings/QualityAndUserProfilesModel.py
index d0d0f2cae2..6b898b4934 100644
--- a/cura/Settings/QualityAndUserProfilesModel.py
+++ b/cura/Settings/QualityAndUserProfilesModel.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
from UM.Application import Application
from cura.QualityManager import QualityManager
diff --git a/cura/Settings/QualitySettingsModel.py b/cura/Settings/QualitySettingsModel.py
index a3dd6925e5..7c7550ed50 100644
--- a/cura/Settings/QualitySettingsModel.py
+++ b/cura/Settings/QualitySettingsModel.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
import collections
diff --git a/cura/Settings/SetObjectExtruderOperation.py b/cura/Settings/SetObjectExtruderOperation.py
index 31c996529a..25c1c6b759 100644
--- a/cura/Settings/SetObjectExtruderOperation.py
+++ b/cura/Settings/SetObjectExtruderOperation.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Scene.SceneNode import SceneNode
from UM.Operations.Operation import Operation
diff --git a/cura/Settings/SettingInheritanceManager.py b/cura/Settings/SettingInheritanceManager.py
index d3a1655889..8c9f5b20d6 100644
--- a/cura/Settings/SettingInheritanceManager.py
+++ b/cura/Settings/SettingInheritanceManager.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from PyQt5.QtCore import QObject, pyqtProperty, pyqtSignal
from UM.FlameProfiler import pyqtSlot
diff --git a/cura/Settings/SettingOverrideDecorator.py b/cura/Settings/SettingOverrideDecorator.py
index 2a69353885..4e0893a35f 100644
--- a/cura/Settings/SettingOverrideDecorator.py
+++ b/cura/Settings/SettingOverrideDecorator.py
@@ -1,5 +1,5 @@
# 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 LGPLv3 or higher.
import copy
diff --git a/cura/Settings/UserProfilesModel.py b/cura/Settings/UserProfilesModel.py
index b9c9bef89f..1979a59e27 100644
--- a/cura/Settings/UserProfilesModel.py
+++ b/cura/Settings/UserProfilesModel.py
@@ -1,5 +1,5 @@
# Copyright (c) 2017 Ultimaker B.V.
-# Cura is released under the terms of the AGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
from UM.Application import Application
from cura.QualityManager import QualityManager
diff --git a/cura/Settings/__init__.py b/cura/Settings/__init__.py
index c00ee15ebf..4713b1c1d0 100644
--- a/cura/Settings/__init__.py
+++ b/cura/Settings/__init__.py
@@ -1,2 +1,2 @@
# 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 LGPLv3 or higher.