From 1387c88ee9c563008938ebee2d9bee2127004917 Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Fri, 23 Jun 2017 12:30:04 +0200 Subject: [PATCH] package.json: switch to bsd 3 license --- {{cookiecutter.app_name}}/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/package.json b/{{cookiecutter.app_name}}/package.json index d112415..b87c62f 100644 --- a/{{cookiecutter.app_name}}/package.json +++ b/{{cookiecutter.app_name}}/package.json @@ -17,7 +17,7 @@ "url": "git+https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}.git" }, "author": "{{cookiecutter.full_name}}", - "license": "ISC", + "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/{{cookiecutter.github_username}}/{{cookiecutter.app_name}}/issues" },