Browse Source

Merge pull request #374 from Immediate-Mode-UI/clib-mit

clib: Add licensing information
dumblob 3 years ago
parent
commit
fe2c63bb67
1 changed files with 1 additions and 0 deletions
  1. 1 0
      clib.json

+ 1 - 0
clib.json

@@ -4,5 +4,6 @@
   "repo": "Immediate-Mode-UI/Nuklear",
   "description": "A small ANSI C gui toolkit",
   "keywords": ["gl", "ui", "toolkit"],
+  "license": "MIT, Unlicense",
   "src": ["nuklear.h"]
 }