1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
# licenserecon
# see /usr/share/lrc/lrc.config for syntax documentation
# license texts which don't contain a license themselves:
BSD-2-Clause.txt
COPYING.GPL-2.0-only
COPYING.GPL-2.0-or-later
COPYING.LGPL-2.1-or-later
LICENSE.Apache-2.0
# no specific license header in file, so ./COPYING applies:
.clang-format
composefs.spec.in
# licensecheck false-positives:
libcomposefs/erofs_fs.h
libcomposefs/erofs_fs_wrapper.h
libcomposefs/lcfs-erofs.h
libcomposefs/lcfs-erofs-internal.h
libcomposefs/lcfs-fsverity.c
libcomposefs/lcfs-fsverity.h
libcomposefs/lcfs-internal.h
libcomposefs/lcfs-mount.c
libcomposefs/lcfs-mount.h
libcomposefs/lcfs-utils.c
libcomposefs/lcfs-utils.h
libcomposefs/lcfs-writer.c
libcomposefs/lcfs-writer-erofs.c
libcomposefs/lcfs-writer.h
libcomposefs/meson.build
man/meson.build
tests/test-lcfs.c
tools/cfs-fuse.c
tools/composefs-dump.c
tools/composefs-info.c
tools/meson.build
tools/mkcomposefs.c
tools/mountcomposefs.c
|