Fixed the license text as GTK_LICENSE_BSD_3 does not work properly
in GTK
#define __CONSTANTSTRINGS_H
#define VERSION "0.1a"
+#define LICENSE_BSD "Licensed under the BSD 3-clause license \
+https://opensource.org/licenses/BSD-3-Clause"
#define FROZEN_GRID "Grid is frozen. Unfreeze grid first!"
#define UNFROZEN_GRID "Grid is unfrozen. Freeze grid first!"
#define EXCEED_GRID_SIZE "Row/col exceeded grid size!"
"comments", COMMENTS,
"website", WEBSITE,
"website-label", WEBSITE_LABEL,
- "license-type", GTK_LICENSE_BSD_3,
+ "license-type", GTK_LICENSE_CUSTOM,
+ "license", LICENSE_BSD
"version", VERSION,
(char*)NULL);
}