summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/mucurses/cursor.h')
-rw-r--r--src/hci/mucurses/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/mucurses/cursor.h b/src/hci/mucurses/cursor.h
index af86519c..16b7d27c 100644
--- a/src/hci/mucurses/cursor.h
+++ b/src/hci/mucurses/cursor.h
@@ -7,6 +7,8 @@
*
*/
+FILE_LICENCE ( GPL2_OR_LATER );
+
struct cursor_pos {
unsigned int y, x;
};