License4J is a pure Java library for creating and validating licenses. The key concept is features of a license. You can easily add any feature to your license file, i.e. name of the product, version, expiry date, number of executable instances, customer's name, company, IP address, etc. The feature's value can be string or any serializable Java object. You can have unsigned features - features that are not used in the signature generation/verification and therefore can change their values leaving the license valid.
The new version has fixed MAC address retrieval on some unix-based platforms, serializable License class and is stronger obfuscated by Allatori Java Obfuscator v2.5
License4J home page and trial download.
-
License4J v1.5 is released (2 messages)
- Posted by: Gregory White
- Posted on: February 18 2009 07:40 EST
Threaded Messages (2)
- Re: License4J v1.5 is released by Sebastian Otaegui on February 18 2009 18:11 EST
- Who knows GPL? by Frank Cohen on February 19 2009 18:52 EST
-
Re: License4J v1.5 is released[ Go to top ]
- Posted by: Sebastian Otaegui
- Posted on: February 18 2009 18:11 EST
- in response to Gregory White
Wouldn't be funny if this was released on GPLv3? -
Who knows GPL?[ Go to top ]
- Posted by: Frank Cohen
- Posted on: February 19 2009 18:52 EST
- in response to Sebastian Otaegui
I was having a discussion about GPL on the Appcelerator community boards at http://community.appcelerator.org/message/8848;jsessionid=89C1945C82699A571C8321E88E583E05 about what the GPL really means for other open source projects. In particular Ext - an Ajax widgets project - switched to GPL v3 a few months back. It generated a fair amount of controversy. -Frank