From 1fff8e027143530f72f6069c28176fb2f9ae7c9b Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Fri, 31 Aug 2018 17:05:44 +0200 Subject: [PATCH] Add a full license text to the distribution Without this, the package distributed on npm is unlicensed, proprietary, and nobody can use it. (No, the SPDX identifier in the package.json is not enough legally.) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index af51901..d6123c1 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "methods", "util", "zipEntry.js", - "zipFile.js" + "zipFile.js", + "MIT-LICENSE.txt" ], "main": "adm-zip.js", "repository": { @@ -31,4 +32,4 @@ "engines": { "node": ">=0.3.0" } -} \ No newline at end of file +}