Class Licenses
java.lang.Object
org.pentaho.reporting.libraries.base.versioning.Licenses
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public Licence.
These are used in the presentation of a standard 'About' frame.
- Author:
- David Gilbert
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetGPL()
Returns the GPL text in a non static way to prevent the compiler to copy the contents of the field.static Licenses
Returns a reference to this class.getLGPL()
Returns the LGPL text in a non static way to prevent the compiler to copy the contents of the field.
-
Field Details
-
GPL
The GNU General Public Licence.- See Also:
-
LGPL
The GNU Lesser General Public Licence.- See Also:
-
-
Method Details
-
getInstance
Returns a reference to this class.- Returns:
- the instance reference.
-
getGPL
Returns the GPL text in a non static way to prevent the compiler to copy the contents of the field.- Returns:
- the GPL licence text.
-
getLGPL
Returns the LGPL text in a non static way to prevent the compiler to copy the contents of the field.- Returns:
- the LGPL licence text.
-