From e68ee2820dbc5f37927cb3c18d414aa394688e82 Mon Sep 17 00:00:00 2001 From: Harishankar Date: Mon, 11 May 2020 22:01:04 +0530 Subject: [PATCH] Fixed the License in the About box to correct license Fixed the license in the About box of the player application to BSD license --- wordblah_player.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.20.1