From ad5452b5ffc4b382bb28c76ca0331c56870a5f37 Mon Sep 17 00:00:00 2001 From: Gabriel Indik Date: Wed, 29 Sep 2021 14:08:22 -0400 Subject: [PATCH] Set license to Apache-2.0 Signed-off-by: Gabriel Indik --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca360bd..621e74f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "blob-exchange", "version": "1.0.0", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "ajv": "^8.5.0", "axios": "^0.21.1", diff --git a/package.json b/package.json index 2addce3..9051363 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "Apache-2.0", "dependencies": { "ajv": "^8.5.0", "axios": "^0.21.1",