| 177 | } |
| 178 | |
| 179 | QString LicenseWidget::GetSQLiteLicense() const { |
| 180 | QString license = |
| 181 | "The author disclaims copyright to this source code. In place of<br>" |
| 182 | "a legal notice, here is a blessing:<br>" |
| 183 | "May you do good and not evil.<br>" |
| 184 | "May you find forgiveness for yourself and forgive others.<br>" |
| 185 | "May you share freely, never taking more than you give."; |
| 186 | return license; |
| 187 | } |
| 188 | |
| 189 | QString LicenseWidget::GetVLFeatLicense() const { |
| 190 | QString license = |
nothing calls this directly
no outgoing calls
no test coverage detected