mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 13:49:39 +08:00
Revert "Fix wrong licenses"
This reverts commit 8b8e96429339f7543c7cd0f50c710a3539b74258.
This commit is contained in:
parent
13af2961de
commit
56b8205ce0
@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2018 Jaime van Kessel, Ultimaker B.V.
|
# Copyright (c) 2018 Jaime van Kessel, Ultimaker B.V.
|
||||||
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import configparser # The script lists are stored in metadata as serialised config files.
|
import configparser # The script lists are stored in metadata as serialised config files.
|
||||||
import importlib.util
|
import importlib.util
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// Copyright (c) 2022 Jaime van Kessel, Ultimaker B.V.
|
// Copyright (c) 2022 Jaime van Kessel, Ultimaker B.V.
|
||||||
// The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
// The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import QtQuick 2.2
|
import QtQuick 2.2
|
||||||
import QtQuick.Controls 2.15
|
import QtQuick.Controls 2.15
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Copyright (c) 2015 Jaime van Kessel
|
# Copyright (c) 2015 Jaime van Kessel
|
||||||
# Copyright (c) 2018 Ultimaker B.V.
|
# Copyright (c) 2018 Ultimaker B.V.
|
||||||
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
from typing import Optional, Any, Dict, TYPE_CHECKING, List
|
from typing import Optional, Any, Dict, TYPE_CHECKING, List
|
||||||
|
|
||||||
from UM.Signal import Signal, signalemitter
|
from UM.Signal import Signal, signalemitter
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# ChangeAtZ script - Change printing parameters at a given height
|
# ChangeAtZ script - Change printing parameters at a given height
|
||||||
# This script is the successor of the TweakAtZ plugin for legacy Cura.
|
# This script is the successor of the TweakAtZ plugin for legacy Cura.
|
||||||
# It contains code from the TweakAtZ plugin V1.0-V4.x and from the ExampleScript by Jaime van Kessel, Ultimaker B.V.
|
# It contains code from the TweakAtZ plugin V1.0-V4.x and from the ExampleScript by Jaime van Kessel, Ultimaker B.V.
|
||||||
# It runs with the PostProcessingPlugin which is released under the terms of the LGPLv3 or higher.
|
# It runs with the PostProcessingPlugin which is released under the terms of the AGPLv3 or higher.
|
||||||
# This script is licensed under the Creative Commons - Attribution - Share Alike (CC BY-SA) terms
|
# This script is licensed under the Creative Commons - Attribution - Share Alike (CC BY-SA) terms
|
||||||
|
|
||||||
# Authors of the ChangeAtZ plugin / script:
|
# Authors of the ChangeAtZ plugin / script:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ColorMix script - 2-1 extruder color mix and blending
|
# ColorMix script - 2-1 extruder color mix and blending
|
||||||
# This script is specific for the Geeetech A10M dual extruder but should work with other Marlin printers.
|
# This script is specific for the Geeetech A10M dual extruder but should work with other Marlin printers.
|
||||||
# It runs with the PostProcessingPlugin which is released under the terms of the LGPLv3 or higher.
|
# It runs with the PostProcessingPlugin which is released under the terms of the AGPLv3 or higher.
|
||||||
# This script is licensed under the Creative Commons - Attribution - Share Alike (CC BY-SA) terms
|
# This script is licensed under the Creative Commons - Attribution - Share Alike (CC BY-SA) terms
|
||||||
|
|
||||||
#Authors of the 2-1 ColorMix plug-in / script:
|
#Authors of the 2-1 ColorMix plug-in / script:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2023 Ultimaker B.V.
|
# Copyright (c) 2023 Ultimaker B.V.
|
||||||
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
# Modification 06.09.2020
|
# Modification 06.09.2020
|
||||||
# add checkbox, now you can choose and use configuration from the firmware itself.
|
# add checkbox, now you can choose and use configuration from the firmware itself.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2023 UltiMaker B.V.
|
# Copyright (c) 2023 UltiMaker B.V.
|
||||||
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
from ..Script import Script
|
from ..Script import Script
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Copyright (c) 2017 Ghostkeeper
|
# Copyright (c) 2017 Ghostkeeper
|
||||||
# The PostProcessingPlugin is released under the terms of the LGPLv3 or higher.
|
# The PostProcessingPlugin is released under the terms of the AGPLv3 or higher.
|
||||||
|
|
||||||
import re #To perform the search and replace.
|
import re #To perform the search and replace.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# This PostProcessingPlugin script is released under the terms of the LGPLv3 or higher.
|
# This PostProcessingPlugin script is released under the terms of the AGPLv3 or higher.
|
||||||
"""
|
"""
|
||||||
Copyright (c) 2017 Christophe Baribaud 2017
|
Copyright (c) 2017 Christophe Baribaud 2017
|
||||||
Python implementation of https://github.com/electrocbd/post_stretch
|
Python implementation of https://github.com/electrocbd/post_stretch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user