I couldn't find any info in the forums about this, so I thought I'd just ask. Are there any license issues with obfuscating hibernate.jar in order to reduce the bytecode size? As you know, the jar size can be dramatically reduced when such a technique is applied. This is for unmodified Hibernate sources. Yes, I understand that changes to the sources would be covered under LGPL, but I am not sure if the renaming of the classes with the goal of reducing jar size is the same.
Please, this is not an attempt to start a flame war! If the Hibernate team views obfuscation of unchanged sources/binaries contrary to the license, then that is fine and just means that Hibernate any any of its required dependencies ( even non-LGPL ) must not be obfuscated. I just want clarification.
Thanks.
|