From ea373ce9bb624a069ba173d5cd94008ea54cf8e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jun 2023 14:43:37 +0200 Subject: update to 0.8.7 rename to sexpp --- sexpp-files-by-license.txt | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 sexpp-files-by-license.txt (limited to 'sexpp-files-by-license.txt') diff --git a/sexpp-files-by-license.txt b/sexpp-files-by-license.txt new file mode 100644 index 0000000..2d5c8eb --- /dev/null +++ b/sexpp-files-by-license.txt @@ -0,0 +1,41 @@ + +MIT License +------------ +CMakeLists.txt +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 +src/sexp-object.cpp +src/sexp-output.cpp +src/sexp-simple-string.cpp +.github/workflows/build-and-test-deb.yml +.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/sexpp/ext-key-format.h +include/sexpp/sexp-error.h +include/sexpp/sexp-public.h +include/sexpp/sexp.h +tests/include/sexp-tests.h +tests/scripts/tests.sh +tests/src/baseline-tests.cpp +tests/src/compare-files.cpp +tests/src/exception-tests.cpp +tests/src/g10-compat-tests.cpp +tests/src/g23-compat-tests.cpp +tests/src/g23-exception-tests.cpp +tests/src/primitives-tests.cpp -- cgit