public class License
extends org.freedesktop.bindings.Flag
Modifier and Type | Field and Description |
---|---|
static License |
ARTISTIC
The Artistic License, version 2.0.
|
static License |
BSD
The BSD standard license.
|
static License |
CUSTOM
A license text is to be specified by the developer.
|
static License |
GPL_2_0
The GNU General Public License, version 2.0.
|
static License |
GPL_3_0
The GNU General Public License, version 3.0.
|
static License |
LGPL_2_1
The GNU Lesser General Public License, version 2.1.
|
static License |
LGPL_3_0
The GNU Lesser General Public License, version 3.0.
|
static License |
MIT_X11
The MIT/X11 standard license.
|
static License |
UNKNOWN
No license specified.
|
public static final License ARTISTIC
public static final License BSD
public static final License CUSTOM
public static final License GPL_2_0
public static final License GPL_3_0
public static final License LGPL_2_1
public static final License LGPL_3_0
public static final License MIT_X11
public static final License UNKNOWN