Contributes to CURA-9808
@@ -1,4 +1,4 @@
-# Copyright (c) 2022 UltiMaker B.V.
+# Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher.
CuraAppName = "{{ cura_app_name }}"
@@ -1,5 +1,5 @@
-# Copyright (c) 2022 Ultimaker B.V.
-# Cura is released under the terms of the LGPLv3 or higher.
+# Cura is released under the terms of the LGPLv3 or higher.
# ---------
# General constants used in Cura
import platform
import traceback
import argparse #To run the engine in debug mode if the front-end is in debug mode.
import json
from typing import List, Dict, Any, Set
import tempfile
from typing import Dict, List, Any
-// Copyright (c) 2022 UltiMaker B.V.
+// Copyright (c) 2022 UltiMaker
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15
import UM 1.4 as UM