From fe63076372a9acb2bf9557ac967b8daa31efe45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Wed, 25 Apr 2018 16:46:25 +0200 Subject: [PATCH] Update license in package.json A while ago we have changed our license from `MIT` to `Creative Commons Zero v1.0 Universal` but we haven't updated our `package.json` file. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 485147b5c..deacba6b4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "list" ], "author": "Chalarangelo (chalarangelo@gmail.com)", - "license": "MIT", + "license": "CC0-1.0", "bugs": { "url": "https://github.com/Chalarangelo/30-seconds-of-code/issues" },