From: Harishankar Date: Mon, 11 May 2020 16:31:04 +0000 (+0530) Subject: Fixed the License in the About box to correct license X-Git-Tag: 0.3a~3 X-Git-Url: https://harishankar.org/repos/?p=wordblah.git;a=commitdiff_plain;h=e68ee2820dbc5f37927cb3c18d414aa394688e82 Fixed the License in the About box to correct license Fixed the license in the About box of the player application to BSD license --- diff --git a/wordblah_player.c b/wordblah_player.c index 2107a11..e1c039f 100644 --- a/wordblah_player.c +++ b/wordblah_player.c @@ -689,7 +689,7 @@ void on_menu_about_activate (GtkMenuItem *item, gpointer data) "comments", COMMENTS, "website", WEBSITE, "website-label", WEBSITE_LABEL, - "license-type", GTK_LICENSE_GPL_2_0, + "license-type", GTK_LICENSE_BSD_3, "version", VERSION, (char*)NULL); }