Enumeration

GtkLicense

since: 3.0

Declaration

enum Gtk.License

Description [src]

The type of license for an application.

This enumeration can be expanded at later date.

Available since: 3.0

Members

GTK_LICENSE_UNKNOWN

No license specified.

  • Value: 0
  • Available since: 3.0
GTK_LICENSE_CUSTOM

A license text is going to be specified by the developer.

  • Value: 1
  • Available since: 3.0
GTK_LICENSE_GPL_2_0

The GNU General Public License, version 2.0 or later.

  • Value: 2
  • Available since: 3.0
GTK_LICENSE_GPL_3_0

The GNU General Public License, version 3.0 or later.

  • Value: 3
  • Available since: 3.0
GTK_LICENSE_LGPL_2_1

The GNU Lesser General Public License, version 2.1 or later.

  • Value: 4
  • Available since: 3.0
GTK_LICENSE_LGPL_3_0

The GNU Lesser General Public License, version 3.0 or later.

  • Value: 5
  • Available since: 3.0
GTK_LICENSE_BSD

The BSD standard license.

  • Value: 6
  • Available since: 3.0
GTK_LICENSE_MIT_X11

The MIT/X11 standard license.

  • Value: 7
  • Available since: 3.0
GTK_LICENSE_ARTISTIC

The Artistic License, version 2.0

  • Value: 8
  • Available since: 3.0
GTK_LICENSE_GPL_2_0_ONLY

The GNU General Public License, version 2.0 only. Since 3.12.

  • Value: 9
  • Available since: 3.0
GTK_LICENSE_GPL_3_0_ONLY

The GNU General Public License, version 3.0 only. Since 3.12.

  • Value: 10
  • Available since: 3.0
GTK_LICENSE_LGPL_2_1_ONLY

The GNU Lesser General Public License, version 2.1 only. Since 3.12.

  • Value: 11
  • Available since: 3.0
GTK_LICENSE_LGPL_3_0_ONLY

The GNU Lesser General Public License, version 3.0 only. Since 3.12.

  • Value: 12
  • Available since: 3.0
GTK_LICENSE_AGPL_3_0

The GNU Affero General Public License, version 3.0 or later. Since: 3.22.

  • Value: 13
  • Available since: 3.0
GTK_LICENSE_AGPL_3_0_ONLY

The GNU Affero General Public License, version 3.0 only. Since: 3.22.27.

  • Value: 14
  • Available since: 3.0
GTK_LICENSE_BSD_3

The 3-clause BSD licence. Since: 3.24.20.

  • Value: 15
  • Available since: 3.0
GTK_LICENSE_APACHE_2_0

The Apache License, version 2.0. Since: 3.24.20.

  • Value: 16
  • Available since: 3.0
GTK_LICENSE_MPL_2_0

The Mozilla Public License, version 2.0. Since: 3.24.20.

  • Value: 17
  • Available since: 3.0