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:22:27 +0300
committerGhostkeeper <rubend@tutanota.com>2022-05-09 10:22:47 +0300
commit4f91b4b69d3c52d28f3315495f6513ef59f741d6 (patch)
tree64931ac09d0714b519154bd01bf79b26f2c33e75
parent3c409acc58c29578b22a0fd282841f7bf8a7233d (diff)
Update copyright year
It's the first release in 2022.
-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");