Skip to content

Commit

Permalink
(#5302) Fix Public Domain license for sqlite3
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries authored Apr 26, 2021
1 parent 7af3f07 commit ef9b119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sqlite3/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ConanSqlite3(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://www.sqlite.org"
topics = ("conan", "sqlite", "database", "sql", "serverless")
license = "Public Domain"
license = "Unlicense"
generators = "cmake"
settings = "os", "compiler", "arch", "build_type"
exports_sources = ["CMakeLists.txt"]
Expand Down

1 comment on commit ef9b119

@ceng1996
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that this change created a new revision, which created some new binaries to be packaged in conan center. However, the corresponding binaries sqlite3/3.34.1:66199b2d5692340efb56acd74f4ce33b9359da0d for Linux x86_64 gcc 4.9.2 Debug didn't get created. Is there anyone to resolve this?

https://conan.io/center/sqlite3?version=3.34.1&revision=2363affcc06f5f9c2904b32855994dee&tab=configuration&os=Linux

Please sign in to comment.