From 35dda533579c08f066d03b26f5b7643b3a5e63c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2023 17:00:11 +0200 Subject: update to 0.8.5 --- sexp-files-by-license.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sexp-files-by-license.txt') diff --git a/sexp-files-by-license.txt b/sexp-files-by-license.txt index 7b13202..ed476a2 100644 --- a/sexp-files-by-license.txt +++ b/sexp-files-by-license.txt @@ -1,13 +1,17 @@ -BSD 2-Clause License +MIT License ------------ CMakeLists.txt +CMakeLists.txt.sover +LICENSE.md codecov.yml default.nix +flake.nix cmake/sexp-samples-folder.h.in cmake/version.cmake src/ext-key-format.cpp src/sexp-char-defs.cpp +src/sexp-depth-manager.cpp src/sexp-error.cpp src/sexp-input.cpp src/sexp-main.cpp @@ -18,8 +22,10 @@ src/sexp-simple-string.cpp .github/workflows/build-and-test-msys.yml .github/workflows/build-and-test-rh.yml .github/workflows/build-and-test.yml +.github/workflows/codeql.yml .github/workflows/coverage.yml .github/workflows/coverity.yml +.github/workflows/lint.yml .github/workflows/nix.yml include/sexp/ext-key-format.h include/sexp/sexp-error.h @@ -33,7 +39,3 @@ tests/src/g10-compat-tests.cpp tests/src/g23-compat-tests.cpp tests/src/g23-exception-tests.cpp tests/src/primitives-tests.cpp - -MIT License ------------- -LICENSE.md -- cgit