Pure Erlang implementation of 9p2000 protocol
filesystem fs 9p2000 erlang 9p

Add license disclaimer to README

PropEr is using GPL-3.0-or-later license for their codebase which
requires property testing files to be licensed as GPL. Fortunately that
doesn't affect main codebase, which allows licensing them independently.
That is enormously confusing combo IMHO, but there currently no
workaround, as PropEr team do not want to change license even when it is
IMHO causing confusion.

hauleth.dev 7b3a98d3 51581a9b

verified
+7
+7
README.md
··· 50 50 [fuserl]: https://github.com/tonyrog/fuserl 51 51 [libfuse]: https://github.com/libfuse/libfuse 52 52 [NIF]: https://www.erlang.org/doc/system/nif.html# 53 + 54 + ## License 55 + 56 + Apache-2.0 with exception to PropEr tests which are GPL-3.0-only. This do not 57 + affect possibility to run this project as dependency of non-GPL projects, as GPL 58 + code is not used in runtime. Unfortunately that workaround is needed due to 59 + PropEr licensing.