projects
/
wordblah.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dc5adc
)
Fixed the License in the About box to correct license
author
Harishankar
<v.harishankar@gmail.com>
Mon, 11 May 2020 16:31:04 +0000
(22:01 +0530)
committer
Harishankar
<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
patch
|
blob
|
history
diff --git
a/wordblah_player.c
b/wordblah_player.c
index
2107a11
..
e1c039f
100644
(file)
--- 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);
}