We want to use Automapper in commercial application (.NET 3.5). To get the clearance we need the source code of automapper.
We got the required automapper source code but after building the code we found that the size of automapper.dll 86KB while the DLL we were using was of 108 KB. Application was not working with this 86KB automapper dll
We looked into the code and found that another DLL LinFu.DynamicProxy of size 21KB . If I use this DLL with automapper DLL application works fine.
Based on that I conclude that the 108KB dll that I was using actually contains 86KB Automapper + 21 KB LinFu.DynamicProxy.
Now I have question related to licensing. Do I need to get the approval for LinFu.DynamicProxy as well. It comes with GNU license.