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/tests
diff options
context:
space:
mode:
authorMark <mark.suurmond@gmail.com>2017-09-28 14:00:43 +0300
committerMark <mark.suurmond@gmail.com>2017-09-28 14:00:43 +0300
commit9a193ad5c5ab5324ad1335dd9adf80fef24a7977 (patch)
treed50d9e97937bf58f1ddb4128df46cc44c40efde7 /tests
parent07899ba798393544fd5c3e38448e96e607ab4529 (diff)
Changing AGPLv3 to LGPLv3
Diffstat (limited to 'tests')
-rw-r--r--tests/Settings/TestCuraContainerRegistry.py2
-rw-r--r--tests/Settings/TestExtruderStack.py2
-rwxr-xr-xtests/Settings/TestGlobalStack.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/Settings/TestCuraContainerRegistry.py b/tests/Settings/TestCuraContainerRegistry.py
index 11e772c3b7..a6d33afc6d 100644
--- a/tests/Settings/TestCuraContainerRegistry.py
+++ b/tests/Settings/TestCuraContainerRegistry.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 #To find the directory with test files and find the test files.
import pytest #This module contains unit tests.
diff --git a/tests/Settings/TestExtruderStack.py b/tests/Settings/TestExtruderStack.py
index 4cafde5127..66b4d51b04 100644
--- a/tests/Settings/TestExtruderStack.py
+++ b/tests/Settings/TestExtruderStack.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 pytest #This module contains automated tests.
import unittest.mock #For the mocking and monkeypatching functionality.
diff --git a/tests/Settings/TestGlobalStack.py b/tests/Settings/TestGlobalStack.py
index c6491d574c..89dd76aec1 100755
--- a/tests/Settings/TestGlobalStack.py
+++ b/tests/Settings/TestGlobalStack.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 pytest #This module contains unit tests.
import unittest.mock #To monkeypatch some mocks in place of dependencies.