public class Licences
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
GPL
Deprecated.
Use
getGPL(). |
static java.lang.String |
LGPL
Deprecated.
Use
getLGPL(). |
| Constructor and Description |
|---|
Licences() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGPL()
Returns the GPL (v2.1) text.
|
static Licences |
getInstance()
Returns a reference to the single instance of this class.
|
java.lang.String |
getLGPL()
Returns the LGPL (v2.1) text.
|
public static final java.lang.String GPL
getGPL().public static final java.lang.String LGPL
getLGPL().public static Licences getInstance()
public java.lang.String getGPL()
public java.lang.String getLGPL()