Module: Gtk::License

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

No license specified

0 or :unknown
CUSTOM =

A license text is going to be specified by the

developer
1 or :custom
GPL_2_0 =

The GNU General Public License, version 2.0 or later

2 or :gpl_2_0
GPL_3_0 =

The GNU General Public License, version 3.0 or later

3 or :gpl_3_0
LGPL_2_1 =

The GNU Lesser General Public License, version 2.1 or later

4 or :lgpl_2_1
LGPL_3_0 =

The GNU Lesser General Public License, version 3.0 or later

5 or :lgpl_3_0
BSD =

The BSD standard license

6 or :bsd
MIT_X11 =

The MIT/X11 standard license

7 or :mit_x11
ARTISTIC =

The Artistic License, version 2.0

8 or :artistic
GPL_2_0_ONLY =

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

9 or :gpl_2_0_only
GPL_3_0_ONLY =

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

10 or :gpl_3_0_only
LGPL_2_1_ONLY =

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

11 or :lgpl_2_1_only
LGPL_3_0_ONLY =

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

12 or :lgpl_3_0_only
AGPL_3_0 =

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

13 or :agpl_3_0
AGPL_3_0_ONLY =

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

14 or :agpl_3_0_only
BSD_3 =
15 or :bsd_3
APACHE_2_0 =
16 or :apache_2_0
MPL_2_0 =
17 or :mpl_2_0