Fixed the License in the About box to correct license
authorHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 16:31:04 +0000 (22:01 +0530)
committerHarishankar <v.harishankar@gmail.com>
Mon, 11 May 2020 16:31:04 +0000 (22:01 +0530)
Fixed the license in the About box of the player application to
BSD license

wordblah_player.c

index 2107a11..e1c039f 100644 (file)
@@ -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);
 }