From 8bb625652d9e8013b52cf3600fed66c3d7919286 Mon Sep 17 00:00:00 2001 From: Petr Pridal Date: Sun, 5 Jun 2016 16:40:59 +0200 Subject: [PATCH] Add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index edee447..c0560d0 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "type": "git", "url": "https://github.com/klokantech/tileserver-gl.git" }, + "license": "BSD-2-Clause", "scripts": { "test": "mocha test/**.js" },