From a99168448e2ffb4f185446754706bb6290bc3955 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Feb 2022 00:20:16 +0100 Subject: [PATCH] 2022 Copyright The copyright year should eventually be adjusted automatically :) --- meshroom/ui/qml/AboutDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshroom/ui/qml/AboutDialog.qml b/meshroom/ui/qml/AboutDialog.qml index 08d57f6f..483a4dce 100644 --- a/meshroom/ui/qml/AboutDialog.qml +++ b/meshroom/ui/qml/AboutDialog.qml @@ -118,7 +118,7 @@ Dialog { font.pointSize: 10 } Label { - text: "2010-2021 AliceVision contributors" + text: "2010-2022 AliceVision contributors" } }