Fixed license
[wordblah.git] / constantstrings.h
index 8c4c888..8dd4582 100644 (file)
@@ -2,6 +2,8 @@
 #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!"