DCpp Inheritance
This graph can be recreated and/or modified and rerendered by running it through the "dot" tool from Graphviz.
<source lang=""> digraph G {
"GreylinkDC++\nNon-GPL-compliant" [color=grey];
"PeLink\nNon-GPL-compliant" [color=grey];
"RayLinkDC++\nNon-GPL-compliant" [color=grey];
"AvaLink\nNon-GPL-compliant" [color=grey];
"ApexDC++ Speed-Mod" [color=grey];
"FlylinkDC++" [color=grey];
"DC++" -> "StrongDC++";
"DC++" -> "LinuxDC++";
"DC++" -> "EiskaltDC++";
"DC++" -> "BCDC++";
"BCDC++" -> "StrongDC++" [style="dashed"];
"LinuxDC++" -> "FreeDC++";
"FreeDC++" -> "FreeDC++ Mank Mod";
"FreeDC++" -> "EiskaltDC++" [style="dashed"];
"StrongDC++" -> "AirDC++";
"StrongDC++" -> "StrongDC++ SQLite";
"StrongDC++" -> "ApexDC++";
"StrongDC++" -> "zK++";
"StrongDC++" -> "TkDC++";
"StrongDC++" -> "RSX++";
"ApexDC++" -> "ApexDC++ Speed-Mod";
"ApexDC++" -> "FlylinkDC++" [style="dashed"];
"ApexDC++ Speed-Mod" -> "GreylinkDC++\nNon-GPL-compliant";
"ApexDC++ Speed-Mod" -> "FlylinkDC++";
"GreylinkDC++\nNon-GPL-compliant" -> "PeLink\nNon-GPL-compliant";
"GreylinkDC++\nNon-GPL-compliant" -> "RayLinkDC++\nNon-GPL-compliant";
"GreylinkDC++\nNon-GPL-compliant" -> "AvaLink\nNon-GPL-compliant" [style="dashed"];
"FlylinkDC++" -> "AvaLink\nNon-GPL-compliant";
} </source>