MCPcopy Create free account
hub / github.com/colmap/colmap / GetSQLiteLicense

Method GetSQLiteLicense

src/colmap/ui/license_widget.cc:179–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179QString 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
189QString LicenseWidget::GetVLFeatLicense() const {
190 QString license =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected