diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-08 14:45:22 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-09 18:57:59 +0100 |
commit | b7d14328f5db3aef6b7f0970b5fe63372c0157d6 (patch) | |
tree | e60e924c3b204bf9401fe55fed1f68fdb50eb016 /src | |
parent | 6cee5f4464ec6f3964f6df5e1924496d7c067eff (diff) |
License/Copyright changes
Diffstat (limited to 'src')
-rw-r--r-- | src/UpdateGUI.cpp | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/UpdateGUI.cpp b/src/UpdateGUI.cpp index a411ad5..93791be 100644 --- a/src/UpdateGUI.cpp +++ b/src/UpdateGUI.cpp @@ -198,30 +198,14 @@ void UpdateGUIFrame::OnExit(wxCommandEvent& event) #ifndef PACKAGE_VERSION #define PACKAGE_VERSION "unknown" #endif -#ifndef PACKAGE_URL -#define PACKAGE_URL "https://some_download_website.tld" -#endif void UpdateGUIFrame::OnAbout(wxCommandEvent& event) { wxAboutDialogInfo aboutInfo; aboutInfo.SetName(PACKAGE_NAME); aboutInfo.SetVersion(PACKAGE_VERSION); - aboutInfo.SetDescription("A simple firmware update tool for Energy Manager firmware."); - aboutInfo.SetCopyright("(C) 2017"); - aboutInfo.SetWebSite(PACKAGE_URL); - aboutInfo.AddDeveloper("Toni Uhlig"); - aboutInfo.SetLicense(wxString( - "TQ-Systems Software License Agreement Version 1.0.1\n\n" - "wxWidgets: wxWindows Library Licence, Version 3.1\n" - "https://github.com/wxWidgets/wxWidgets\n\n" - "Fast C++ CSV Parser: BSD-3\n" - "https://github.com/ben-strasser/fast-cpp-csv-parser\n\n" - "cpp-httplib: Boost Software License - Version 1.0 - August 17th, 2003\n" - "https://github.com/yhirose/cpp-httplib\n\n" - "json11: MIT\n" - "https://github.com/dropbox/json11\n" - )); + aboutInfo.SetDescription("A simple firmware update tool for Energy Manager / Datamanager firmware."); + aboutInfo.SetCopyright("(C) TQ-Systems GmbH, Toni Uhlig 2017"); wxAboutBox(aboutInfo, this); } |