We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9122f + 572e67b commit f587afeCopy full SHA for f587afe
1 file changed
CMakeLists.txt
@@ -16,7 +16,7 @@ if(DEFINED XP_NAMESPACE)
16
BASE ${CMAKE_PROJECT_VERSION} XPDIFF "patch" FIND_THREADS
17
WEB "https://www.sqlite.org/index.html 'SQLite website'" UPSTREAM "github.com/azadkuh/sqlite-amalgamation"
18
DESC "C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine"
19
- LICENSE "[public domain](https://www.sqlite.org/copyright.html 'open-source, not open-contribution')"
+ LICENSE "[SQLite](https://www.sqlite.org/copyright.html 'public domain dedication - no license required')"
20
)
21
set(CMAKE_NAMESPACE ${XP_NAMESPACE})
22
else()
0 commit comments