diff options
Diffstat (limited to 'gtk/gtkaboutdialog.h')
-rw-r--r-- | gtk/gtkaboutdialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h index 5d0e560840..1624f4628f 100644 --- a/gtk/gtkaboutdialog.h +++ b/gtk/gtkaboutdialog.h @@ -55,6 +55,9 @@ typedef struct _GtkAboutDialog GtkAboutDialog; * @GTK_LICENSE_LGPL_3_0_ONLY: The GNU Lesser General Public License, version 3.0 only * @GTK_LICENSE_AGPL_3_0: The GNU Affero General Public License, version 3.0 or later * @GTK_LICENSE_AGPL_3_0_ONLY: The GNU Affero General Public License, version 3.0 only + * @GTK_LICENSE_BSD_3: The 3-clause BSD licence + * @GTK_LICENSE_APACHE_2_0: The Apache License, version 2.0 + * @GTK_LICENSE_MPL_2_0: The Mozilla Public License, version 2.0 * * The type of license for an application. * |