Update copyright using UltiMaker

Contributes to CURA-9808
This commit is contained in:
jspijker 2022-11-28 10:48:38 +01:00
parent 0bb59acdf8
commit 61623720ca
47 changed files with 91 additions and 86 deletions

View file

@ -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. # Cura is released under the terms of the LGPLv3 or higher.
CuraAppName = "{{ cura_app_name }}" CuraAppName = "{{ cura_app_name }}"

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 Ultimaker B.V. # Copyright (c) 2022 UltiMaker
# 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 # General constants used in Cura

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import platform import platform
import traceback import traceback

View file

@ -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. # Cura is released under the terms of the LGPLv3 or higher.
import argparse #To run the engine in debug mode if the front-end is in debug mode. import argparse #To run the engine in debug mode if the front-end is in debug mode.

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import json import json
from typing import List, Dict, Any, Set from typing import List, Dict, Any, Set

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import tempfile import tempfile
from typing import Dict, List, Any from typing import Dict, List, Any

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15 import QtQuick 2.15

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import UM 1.4 as UM import UM 1.4 as UM

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import UM 1.4 as UM import UM 1.4 as UM

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15 import QtQuick 2.15

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import sys import sys

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import sys import sys

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.3 import QtQuick 2.3

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15 import QtQuick 2.15

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
from time import time from time import time
import os import os

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
import os import os
from typing import Dict, List, Optional, Set from typing import Dict, List, Optional, Set

View file

@ -1,5 +1,5 @@
# Copyright (c) 2022 UltiMaker B.V. # Copyright (c) 2022 UltiMaker
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
from UM import i18nCatalog from UM import i18nCatalog
from UM.Message import Message from UM.Message import Message

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -1,5 +1,5 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022. # Ultimaker <plugins@ultimaker.com>, 2022.
# #

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,6 +1,7 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,6 +1,7 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,6 +1,7 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,6 +1,7 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE. # Cura
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the Cura package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # Ultimaker <plugins@ultimaker.com>, 2022.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""

View file

@ -1,6 +1,7 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022.
# #
msgid "" msgid ""
msgstr "" msgstr ""

View file

@ -1,5 +1,5 @@
# Cura # Cura
# Copyright (C) 2022 Ultimaker B.V. # Copyright (C) 2022 UltiMaker.
# This file is distributed under the same license as the Cura package. # This file is distributed under the same license as the Cura package.
# Ultimaker <plugins@ultimaker.com>, 2022. # Ultimaker <plugins@ultimaker.com>, 2022.
# #

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
pragma Singleton pragma Singleton

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.2 import QtQuick 2.2

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.15 import QtQuick 2.15

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10

View file

@ -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. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10 import QtQuick 2.10