diff options
| author | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-20 17:18:57 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jrim@rimpo.org> | 2018-03-20 17:18:57 -0500 |
| commit | bcc4c8d6aaab9ca4a641f7fa6b71a9f927d9bb52 (patch) | |
| tree | 5c17cee0cc2e52fc47805ab2d6053f910c308ce7 /src | |
| parent | 149ce846b52689b70781bf7716a4b480862bc402 (diff) | |
Update BY SA v3 license file to match others
Diffstat (limited to 'src')
| -rw-r--r-- | src/aboutdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 9b909ccb..5ac05df7 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -43,7 +43,7 @@ AboutDialog::AboutDialog(const QString &version, QWidget *parent) m_LicenseFiles[LICENSE_GPL2] = "GPL-v2.0.txt";
m_LicenseFiles[LICENSE_BOOST] = "boost.txt";
m_LicenseFiles[LICENSE_7ZIP] = "7zip.txt";
- m_LicenseFiles[LICENSE_CCBY3] = "by-sa3.txt";
+ m_LicenseFiles[LICENSE_CCBY3] = "BY-SA-v3.0.txt";
m_LicenseFiles[LICENSE_ZLIB] = "zlib.txt";
m_LicenseFiles[LICENSE_PYTHON] = "python.txt";
m_LicenseFiles[LICENSE_SSL] = "openssl.txt";
|
