EOReader is distributed under the Apache-2.0 license, but it currently depends on dicttoxml, which is licensed under GPL v2, a strong copyleft license. This creates a licensing conflict, as it would require EOReader to adopt a GPL-compatible license as well.
There are two possible solutions:
- Change EOReader’s license (which is likely not the simplest option).
- Replace dicttoxml with an alternative library under a more permissive license, such as dict2xml
EOReader is distributed under the Apache-2.0 license, but it currently depends on dicttoxml, which is licensed under GPL v2, a strong copyleft license. This creates a licensing conflict, as it would require EOReader to adopt a GPL-compatible license as well.
There are two possible solutions: