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
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 /plugins/XRayView
parent07899ba798393544fd5c3e38448e96e607ab4529 (diff)
Changing AGPLv3 to LGPLv3
Diffstat (limited to 'plugins/XRayView')
-rw-r--r--plugins/XRayView/XRayPass.py2
-rw-r--r--plugins/XRayView/XRayView.py2
-rw-r--r--plugins/XRayView/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/XRayView/XRayPass.py b/plugins/XRayView/XRayPass.py
index 6700ee51a5..38c88a256e 100644
--- a/plugins/XRayView/XRayPass.py
+++ b/plugins/XRayView/XRayPass.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.
import os.path
diff --git a/plugins/XRayView/XRayView.py b/plugins/XRayView/XRayView.py
index 931ecb1975..ed8d14b8b4 100644
--- a/plugins/XRayView/XRayView.py
+++ b/plugins/XRayView/XRayView.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.
import os.path
diff --git a/plugins/XRayView/__init__.py b/plugins/XRayView/__init__.py
index 14ab84ea4b..f56351ec48 100644
--- a/plugins/XRayView/__init__.py
+++ b/plugins/XRayView/__init__.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 . import XRayView