From 368e184ebcdee66c3c57318bf12bd3ec0676111a Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Thu, 16 Dec 2021 00:59:09 -0500 Subject: [PATCH] clib: Add Unlicense --- clib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clib.json b/clib.json index 43215ed..49b122d 100644 --- a/clib.json +++ b/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"] }