Skip to content

Commit

Permalink
chores: remove lzo support from library
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottox committed May 26, 2023
1 parent e146751 commit 4291bfe
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 705 deletions.
294 changes: 0 additions & 294 deletions LICENSE.GPL-2.0-only

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ MESON_FLAGS += -Dcurl=enabled
MESON_FLAGS += -Dzlib=enabled
MESON_FLAGS += -Dlz4=enabled
MESON_FLAGS += -Dlzma=enabled
#MESON_FLAGS += -Dlzo=enabled
MESON_FLAGS += -Dzstd=enabled
MESON_FLAGS += -Dfuse=enabled
#MESON_FLAGS += -Db_coverage=true
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ developing efficient cache tactics.
* zlib *optional*
* liblz4 *optional*
* liblzma *optional*
* lzo2 *optional*
* libzstd *optional*
* fuse3 *optional*

Expand Down Expand Up @@ -88,9 +87,3 @@ sqsh_archive_free(archive);
* Stack located structures
* usable in multithreaded applications
## License
The library is licensed under Simplified BSD License (BSD-2-Clause). The one
exception is `bin/sqsh-lzo-helper.c`, which is licensed under GPL-2.0-only.
This is done to comply with lzo's licence terms.
Loading

0 comments on commit 4291bfe

Please sign in to comment.