org.pentaho.reporting.libraries.base.versioning
public class Licenses extends Object
| Field Summary | |
|---|---|
| static String | GPL
The GNU General Public Licence. |
| static String | LGPL
The GNU Lesser General Public Licence. |
| Method Summary | |
|---|---|
| String | getGPL()
Returns the GPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
| static Licenses | getInstance()
Returns a reference to this class.
|
| String | getLGPL()
Returns the LGPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
Returns: the GPL licence text.
Returns: the instance reference.
Returns: the LGPL licence text.