Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2022-05-09 10:23:02 +0300
committerGhostkeeper <rubend@tutanota.com>2022-05-09 10:23:02 +0300
commitac0aae947fbbead4861830e8ba65b6cd1de2098b (patch)
tree64931ac09d0714b519154bd01bf79b26f2c33e75
parente9904958f0f85669216b03dc8ccd5a2d6e15dc6c (diff)
parent4f91b4b69d3c52d28f3315495f6513ef59f741d6 (diff)
Merge branch '5.0'
-rw-r--r--src/Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Application.cpp b/src/Application.cpp
index d815f6769..b2c3966fe 100644
--- a/src/Application.cpp
+++ b/src/Application.cpp
@@ -140,7 +140,7 @@ void Application::printLicense() const
{
logAlways("\n");
logAlways("Cura_SteamEngine version %s\n", VERSION);
- logAlways("Copyright (C) 2021 Ultimaker\n");
+ logAlways("Copyright (C) 2022 Ultimaker\n");
logAlways("\n");
logAlways("This program is free software: you can redistribute it and/or modify\n");
logAlways("it under the terms of the GNU Affero General Public License as published by\n");