On Thu, Dec 02, 2021 at 10:25:21AM +0800, Huang Jianan wrote: > Let's release liberofs under GPL-2.0+ OR Apache-2.0 license for > better integration. > > Signed-off-by: Huang Jianan <[email protected]>
Acked-by: Gao Xiang <[email protected]> Thanks, Gao Xiang > --- > include/erofs/blobchunk.h | 2 +- > include/erofs/block_list.h | 2 +- > include/erofs/cache.h | 2 +- > include/erofs/compress.h | 2 +- > include/erofs/compress_hints.h | 2 +- > include/erofs/config.h | 2 +- > include/erofs/decompress.h | 2 +- > include/erofs/defs.h | 2 +- > include/erofs/err.h | 2 +- > include/erofs/exclude.h | 2 +- > include/erofs/inode.h | 2 +- > include/erofs/internal.h | 2 +- > include/erofs/io.h | 2 +- > include/erofs/list.h | 2 +- > include/erofs/print.h | 2 +- > include/erofs/trace.h | 2 +- > include/erofs/xattr.h | 2 +- > lib/Makefile.am | 2 +- > lib/blobchunk.c | 2 +- > lib/block_list.c | 2 +- > lib/cache.c | 2 +- > lib/compress.c | 2 +- > lib/compress_hints.c | 2 +- > lib/compressor.c | 2 +- > lib/compressor.h | 2 +- > lib/compressor_liblzma.c | 2 +- > lib/compressor_lz4.c | 2 +- > lib/compressor_lz4hc.c | 2 +- > lib/config.c | 2 +- > lib/data.c | 2 +- > lib/decompress.c | 2 +- > lib/exclude.c | 2 +- > lib/inode.c | 2 +- > lib/io.c | 2 +- > lib/namei.c | 2 +- > lib/super.c | 2 +- > lib/xattr.c | 2 +- > lib/zmap.c | 2 +-
