Modifier and Type | Field and Description |
---|---|
static String |
GPL
The GNU General Public Licence.
|
static String |
LGPL
The GNU Lesser General Public Licence.
|
Constructor and Description |
---|
Licences() |
Modifier and Type | Method and Description |
---|---|
String |
getGPL()
Returns the GPL text in a non static way to prevent the compiler
to copy the contents of the field.
|
static Licences |
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.
|
public static final String GPL
public static final String LGPL
public Licences()
public static Licences getInstance()
public String getGPL()