From dd503b40097c87ab907da1f0845f48565db81bf9 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Fri, 24 Mar 2023 17:06:09 +0100 Subject: [PATCH] Update copyrights --- MeshTools.py | 2 +- SetMeshDataAndNameOperation.py | 2 +- SetParentOperationSimplified.py | 2 +- SetTransformMatrixOperation.py | 2 +- __init__.py | 2 +- resources/qml/RenameDialog.qml | 2 +- resources/qml/SettingsDialog.qml | 2 +- resources/qml_qt5/RenameDialog.qml | 2 +- resources/qml_qt5/SettingsDialog.qml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/MeshTools.py b/MeshTools.py index f53b5d7..8ec3b45 100644 --- a/MeshTools.py +++ b/MeshTools.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Aldo Hoeben / fieldOfView +# Copyright (c) 2023 Aldo Hoeben / fieldOfView # MeshTools is released under the terms of the AGPLv3 or higher. try: diff --git a/SetMeshDataAndNameOperation.py b/SetMeshDataAndNameOperation.py index f7217f3..0391ac6 100644 --- a/SetMeshDataAndNameOperation.py +++ b/SetMeshDataAndNameOperation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Aldo Hoeben / fieldOfView. +# Copyright (c) 2023 Aldo Hoeben / fieldOfView. # MeshTools is released under the terms of the AGPLv3 or higher. from UM.Operations.Operation import Operation diff --git a/SetParentOperationSimplified.py b/SetParentOperationSimplified.py index 9f5ea67..a89613e 100644 --- a/SetParentOperationSimplified.py +++ b/SetParentOperationSimplified.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Aldo Hoeben / fieldOfView. +# Copyright (c) 2023 Aldo Hoeben / fieldOfView. # MeshTools is released under the terms of the AGPLv3 or higher. from cura.Operations.SetParentOperation import SetParentOperation diff --git a/SetTransformMatrixOperation.py b/SetTransformMatrixOperation.py index 91ef642..d7722f4 100644 --- a/SetTransformMatrixOperation.py +++ b/SetTransformMatrixOperation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Aldo Hoeben / fieldOfView. +# Copyright (c) 2023 Aldo Hoeben / fieldOfView. # MeshTools is released under the terms of the AGPLv3 or higher. from UM.Operations.SetTransformOperation import SetTransformOperation diff --git a/__init__.py b/__init__.py index d15034d..7d2de8b 100644 --- a/__init__.py +++ b/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Aldo Hoeben / fieldOfView +# Copyright (c) 2023 Aldo Hoeben / fieldOfView # MeshTools is released under the terms of the AGPLv3 or higher. from . import MeshTools diff --git a/resources/qml/RenameDialog.qml b/resources/qml/RenameDialog.qml index 191cc3c..290c96b 100644 --- a/resources/qml/RenameDialog.qml +++ b/resources/qml/RenameDialog.qml @@ -1,5 +1,5 @@ // Copyright (c) 2019 Ultimaker B.V. -// Copyright (c) 2022 Aldo Hoeben / fieldOfView +// Copyright (c) 2023 Aldo Hoeben / fieldOfView // Uranium is released under the terms of the LGPLv3 or higher. import QtQuick 2.1 diff --git a/resources/qml/SettingsDialog.qml b/resources/qml/SettingsDialog.qml index b87414c..947e610 100644 --- a/resources/qml/SettingsDialog.qml +++ b/resources/qml/SettingsDialog.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Aldo Hoeben / fieldOfView +// Copyright (c) 2023 Aldo Hoeben / fieldOfView // MeshTools is released under the terms of the AGPLv3 or higher. import QtQuick 2.1 diff --git a/resources/qml_qt5/RenameDialog.qml b/resources/qml_qt5/RenameDialog.qml index 00257fa..4f5cb40 100644 --- a/resources/qml_qt5/RenameDialog.qml +++ b/resources/qml_qt5/RenameDialog.qml @@ -1,5 +1,5 @@ // Copyright (c) 2019 Ultimaker B.V. -// Copyright (c) 2022 Aldo Hoeben / fieldOfView +// Copyright (c) 2023 Aldo Hoeben / fieldOfView // Uranium is released under the terms of the LGPLv3 or higher. import QtQuick 2.1 diff --git a/resources/qml_qt5/SettingsDialog.qml b/resources/qml_qt5/SettingsDialog.qml index 066ef58..e3ebc3f 100644 --- a/resources/qml_qt5/SettingsDialog.qml +++ b/resources/qml_qt5/SettingsDialog.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2022 Aldo Hoeben / fieldOfView +// Copyright (c) 2023 Aldo Hoeben / fieldOfView // MeshTools is released under the terms of the AGPLv3 or higher. import QtQuick 2.1