Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,8 +623,8 @@ AboutLabel::mousePressEvent(QMouseEvent *event)
{
Q_UNUSED(event);
QMessageBox about(QMessageBox::Information, "About SUSE Studio Imagewriter",
"The <b>SUSE Studio Imagewriter</b> is (C) 2012, SUSE Linux Products GmbH<br><br>\
It is cheerfully released under the GPL v2 license. You can find the source code on github: https://github.com/mbarringer/imagewriter<br><br>\
"The <b>SUSE Studio Imagewriter</b> is (C) 2025, SUSE S.A.<br><br>\
It is cheerfully released under the GPL v2 license. You can find the source code on github: https://github.com/openSUSE/imagewriter<br><br>\
It was written by Matt Barringer &lt;matt@incoherent.de&gt;. Please send complaints directly to him.");
about.exec();
}
Expand Down