Skip to content

Commit f587afe

Browse files
authored
Merge pull request #7 from externpro/spdxLicense
SPDX license correction
2 parents 9a9122f + 572e67b commit f587afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(DEFINED XP_NAMESPACE)
1616
BASE ${CMAKE_PROJECT_VERSION} XPDIFF "patch" FIND_THREADS
1717
WEB "https://www.sqlite.org/index.html 'SQLite website'" UPSTREAM "github.com/azadkuh/sqlite-amalgamation"
1818
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')"
19+
LICENSE "[SQLite](https://www.sqlite.org/copyright.html 'public domain dedication - no license required')"
2020
)
2121
set(CMAKE_NAMESPACE ${XP_NAMESPACE})
2222
else()

0 commit comments

Comments
 (0)