From 8d4bafdd47b1c1e1776dd843aad622ca46107e9d Mon Sep 17 00:00:00 2001 From: Andrew Jorgensen Date: Fri, 7 May 2021 08:59:16 -0700 Subject: [PATCH] chore: Add license identifier to package.json Helps projects that depend on this reason about license conditions. Better would be to also include an indication of copyright and license in the code itself, protected from removal by webpack and similar tools with `/*! */` but this is the bare minimum needed. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ac2c41e..c753f65 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "email": "joan.llenas.maso@gmail.com", "url": "http://joanllenas.com" }, + "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/joanllenas/ngx-remotedata/issues" },