From c8b02b5c65140ae6e51062e207b43677673a6735 Mon Sep 17 00:00:00 2001
From: Julien Marrec
Date: Tue, 2 Sep 2025 11:46:17 +0200
Subject: [PATCH 1/2] Fix #836 - QtCharts is GPL only
GPL 3 is already here https://github.com/openstudiocoalition/OpenStudioApplication/blob/develop/QT_LICENSE_GPL_3_0.txt
---
src/openstudio_app/AboutBox.hpp.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/openstudio_app/AboutBox.hpp.in b/src/openstudio_app/AboutBox.hpp.in
index 110eec11c..e3546ccab 100644
--- a/src/openstudio_app/AboutBox.hpp.in
+++ b/src/openstudio_app/AboutBox.hpp.in
@@ -8,7 +8,9 @@
Copyright © 2020-${CURRENT_YEAR}, OpenStudio Coalition and other contributors. All rights reserved.
\
OpenStudio is a cross-platform tool to support whole building energy and daylight modeling using EnergyPlus and Radiance.
\
OpenStudio uses the following QT modules (version ${QT_VERSION}) that are dynamically linked using GNU Lesser General Public License (LGPL): \
-Qt6Core, Qt6Core5Compat Qt6Widgets, Qt6Network, Qt6Concurrent, Qt6PrintSupport, Qt6Gui, Qt6Quick, Qt6QuickWidgets, Qt6Qml, Qt6QmlModels, Qt6WebChannel, Qt6Positioning, Qt6WebEngine, Qt6WebEngineWidgets, QtWebEngineCore, Qt6DBus, Qt6Xml, Qt6Svg, Qt6Charts, Qt6OpenGL, Qt6OpenGLWidgets
\
+Qt6Core, Qt6Core5Compat Qt6Widgets, Qt6Network, Qt6Concurrent, Qt6PrintSupport, Qt6Gui, Qt6Quick, Qt6QuickWidgets, Qt6Qml, Qt6QmlModels, Qt6WebChannel, Qt6Positioning, Qt6WebEngine, Qt6WebEngineWidgets, QtWebEngineCore, Qt6DBus, Qt6Xml, Qt6Svg, Qt6OpenGL, Qt6OpenGLWidgets
\
+And these Qt modules that are dynamically linked using GNU General Public License (GPL): \
+Qt6Charts
\
For information on QT, please refer to QT
\
A copy of the GPL 3.0 and LGPL 3.0 are included in the root path of your installation directory.
"
#endif // OPENSTUDIOAPP_ABOUTBOX
From c712a4097d13c6008940b9885985904e6f40e9cb Mon Sep 17 00:00:00 2001
From: Julien Marrec
Date: Tue, 2 Sep 2025 11:59:55 +0200
Subject: [PATCH 2/2] bump year
---
LICENSE.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LICENSE.md b/LICENSE.md
index b4939904b..7bdbb3d1a 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,4 @@
-OpenStudio(R), Copyright (c) 2020-2024, OpenStudio Coalition and other contributors. All rights reserved.
+OpenStudio(R), Copyright (c) 2020-2025, OpenStudio Coalition and other contributors. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met: