external/sqlite3/README | 2 +- readlicense_oo/license/license.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-)
New commits: commit 4acb76829300dafdf60e79ef9dc4ca19109b82b9 Author: Xisco Fauli <[email protected]> AuthorDate: Thu Oct 30 10:12:08 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Thu Oct 30 15:58:10 2025 +0100 sqlite3: Add licence From https://sqlite.org/copyright.html and fix wrong url in README Change-Id: I84075dd25634385eece1fca9101d78cb95eb2923 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193183 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/external/sqlite3/README b/external/sqlite3/README index b89d878a943e..bcb6e6af02e5 100644 --- a/external/sqlite3/README +++ b/external/sqlite3/README @@ -1 +1 @@ -SQL database engine from [https://sqlite3.org/]. +SQL database engine from [https://sqlite.org/]. diff --git a/readlicense_oo/license/license.xml b/readlicense_oo/license/license.xml index e5c501359925..867cc13fb6bb 100644 --- a/readlicense_oo/license/license.xml +++ b/readlicense_oo/license/license.xml @@ -2084,6 +2084,23 @@ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p> + <div class="SQLITE"> + <h2>SQLITE</h2> + <p>All of the code and documentation in SQLite has been dedicated to the public domain by the authors. + All code authors, and representatives of the companies they work for, have signed affidavits dedicating their + contributions to the public domain and originals of those signed affidavits are stored in a firesafe at the main offices of Hwaci. + All contributors are citizens of countries that allow creative works to be dedicated into the public domain. + Anyone is free to copy, modify, publish, use, compile, sell, or distribute the original SQLite code, + either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.</p> + <p>The previous paragraph applies to the deliverable code and documentation in SQLite - those parts of the SQLite library + that you actually bundle and ship with a larger application. Some scripts used as part of the build process + (for example the "configure" scripts generated by autoconf) might fall under other open-source licenses. + Nothing from these build scripts ever reaches the final deliverable SQLite library, however, and so the licenses + associated with those scripts should not be a factor in assessing your rights to copy and use the SQLite library.</p> + <p>All of the deliverable code in SQLite has been written from scratch. No code has been taken from other projects or from the open internet. + Every line of code can be traced back to its original author, and all of those authors have public domain dedications on file. + So the SQLite code base is clean and is uncontaminated with licensed code from other projects.</p> + </div> <div class="WNT"> <h2>TWAIN</h2> <p>The following software may be included in this product: TWAIN. Use of any of this software is governed by the
