Since this is an open source project, the Activelock3_6NET.DLL provided obviously reveals the fact that the software in question is being protected by Activelock. Many people will not like this idea.
You can easily change the name of the DLL using the following steps:
- Load the Activelock DLL solution; go to My Project
- Change the Assembly Name and Root Namespace to what you want
- Click on Assembly information button and change the DLL information to hide the evidence that Activelock was used
- Search for "Activelock3_6NET" in the project and rename them with the Assembly Name you specified
- Recompile; remove any debug features if you want the release mode DLL
- Obfuscate the DLL - This is highly recommended