about dialog: differentiate GPL "or later" versions

https://bugzilla.gnome.org/show_bug.cgi?id=720410
This commit is contained in:
William Jon McCann
2013-12-16 11:06:24 -05:00
parent ea8bb7e0ea
commit 63c9342e30
2 changed files with 32 additions and 19 deletions

View File

@ -74,7 +74,12 @@ typedef enum {
GTK_LICENSE_BSD,
GTK_LICENSE_MIT_X11,
GTK_LICENSE_ARTISTIC
GTK_LICENSE_ARTISTIC,
GTK_LICENSE_GPL_2_0_ONLY,
GTK_LICENSE_GPL_3_0_ONLY,
GTK_LICENSE_LGPL_2_1_ONLY,
GTK_LICENSE_LGPL_3_0_ONLY
} GtkLicense;
/**