Good day
I was updating some systems in my dashCommerce v3.0 installation, when I ran across a DLL for which no source seems to be provided
MettleSystems.Licensing.dll
This file is included in the Dependencies directory, and is used in various places.
Now, don't get me wrong, MettleSystems and the folks running dashCommerce.com have every right to commercialize part of the product.
But being an OPEN SOURCE core system, there there should not be any CLOSED source in the CORE functionality! What worries me is that this DLL is referenced by EVERY SINGLE page (it is incorporated into the master page). Is it making calls to MettleSystems? Is it logging credit card activity? Probably not, but the point is that I can not tell. If I paid someone for the software, I could sue if something went wrong. Since it is free, the legal onus is on me (and other users) to make sure we know what it does.
Can someone please point me to the source for this DLL so I can build it myself?