java-gnome version 4.1.2

org.gnome.gtk
Class License

Object
  extended by org.freedesktop.bindings.Constant
      extended by org.freedesktop.bindings.Flag
          extended by org.gnome.gtk.License

public class License
extends org.freedesktop.bindings.Flag

Constants used to specify the type of license for an application.

Since:
4.1.2
Author:
Guillaume Mazoyer

Field Summary
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.
 
Method Summary
 
Methods inherited from class org.freedesktop.bindings.Flag
contains
 
Methods inherited from class org.freedesktop.bindings.Constant
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ARTISTIC

public static final License ARTISTIC
The Artistic License, version 2.0.


BSD

public static final License BSD
The BSD standard license.


CUSTOM

public static final License CUSTOM
A license text is to be specified by the developer.


GPL_2_0

public static final License GPL_2_0
The GNU General Public License, version 2.0.


GPL_3_0

public static final License GPL_3_0
The GNU General Public License, version 3.0.


LGPL_2_1

public static final License LGPL_2_1
The GNU Lesser General Public License, version 2.1.


LGPL_3_0

public static final License LGPL_3_0
The GNU Lesser General Public License, version 3.0.


MIT_X11

public static final License MIT_X11
The MIT/X11 standard license.


UNKNOWN

public static final License UNKNOWN
No license specified.



java-gnome