public class Licences extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
GPL
Deprecated.
Use
getGPL(). |
static String |
LGPL
Deprecated.
Use
getLGPL(). |
| Constructor and Description |
|---|
Licences() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGPL()
Returns the GPL (v2.1) text.
|
static Licences |
getInstance()
Returns a reference to the single instance of this class.
|
String |
getLGPL()
Returns the LGPL (v2.1) text.
|
public static final String GPL
getGPL().public static final String LGPL
getLGPL().public static Licences getInstance()
public String getGPL()
public String getLGPL()
Copyright © 2001–2017 JFree.org. All rights reserved.