Maintenance release: a license change to Apache 2.0 and a dead-code removal.
License
- graphify is now licensed under the Apache License, Version 2.0 (previously MIT). Apache 2.0 adds an explicit patent grant, a patent-retaliation clause, and explicit inbound-contribution terms. Contributions made before the relicensing were submitted under MIT and remain available under those terms; the original MIT text is retained in
LICENSE-MITand referenced fromNOTICE.
Removed
.graphifyincludehandling is gone (#2112). The file had been non-functional since dot directories became indexed by default (#873): its loader and matchers had no consumers, sodetectparsed the file on every run and then discarded the result, making a.graphifyincludea silent no-op. The dead loader and matchers are deleted, a leftover.graphifyincludeno longer appears in theunclassifiedlist, anddetectprints a one-time note when one is present at the scan root. To re-include ignored paths, use!negation patterns in.graphifyignore.