Browse Source

clib: Add Unlicense

Rob Loach 3 years ago
parent
commit
368e184ebc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clib.json

+ 1 - 1
clib.json

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