Releases: mbrubeck/tree_magic
Releases · mbrubeck/tree_magic
v3.0.0
-
Split GPL-licensed files into a separate optional dependency. The main crate is now MIT-licensed, and searches for data files installed on the system at run-time by default.
If you enable the
with-gpl-data
feature, then the data files will be hard-coded into the library at compile time. Programs that use this feature must be distributed according to the terms of the GNU GPL 2.0 or later.Thank you to @bradfier for noticing the licensing issues and implementing this fix (#1).
v2.0.0
- Re-license under the GNU GPL 2.0 or later. (This library includes files derived from the
xdg-shared-mime-info
project, which can only be distributed under the GPL. Previous versions which were published under an incorrect license have been yanked from crates.io.)