diff --git a/ui/qt/about_dialog.cpp b/ui/qt/about_dialog.cpp index 3956092e38..fbabc40903 100644 --- a/ui/qt/about_dialog.cpp +++ b/ui/qt/about_dialog.cpp @@ -454,7 +454,7 @@ void AboutDialog::updateWiresharkText() message += "

" + html_escape(copyright_info_str) + "

\n\n"; message += "

" + html_escape(comp_info_str) + "

\n\n"; message += "

" + html_escape(runtime_info_str) + "

\n\n"; - message += "

Wireshark is Open Source Software released under the GNU General Public License.

\n\n"; + message += "

Wireshark is free and open-source software released under the GNU General Public License, version 2 or later.

\n\n"; message += "

Check the man page and "; message += "https://www.wireshark.org "; message += "for more information.

\n\n"; @@ -476,7 +476,7 @@ DIAG_OFF(stringop-overread) #if WS_IS_AT_LEAST_GNUC_VERSION(12,1) DIAG_ON(stringop-overread) #endif - clipboardInfo += "Wireshark is Open Source Software released under the GNU General Public License.\n"; + clipboardInfo += "Wireshark is free and open-source software released under the GNU General Public License, version 2 or later.\n\n"; } void AboutDialog::on_copyToClipboard_clicked()