From d86ec506948b1c7b76c0412f16bd446fdc2d4356 Mon Sep 17 00:00:00 2001 From: Ulises Gascon Date: Sat, 14 Jan 2023 16:47:10 +0100 Subject: [PATCH 1/2] docs: update license reference to MIT --- 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 83d30f9..0a31958 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "error-handler-module", "version": "1.0.6", - "license": "ISC", + "license": "MIT", "dependencies": { "debug": "^4.1.1", "http-status-codes": "^1.3.2", diff --git a/package.json b/package.json index 05ca907..6af4115 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "jest" ], "author": "Kevin Martínez (kevin.martinez@guidesmiths.com)", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/guidesmiths/error-handler-module/issues" }, From 1560b6e4c5d4977ffe530302c24a7e784c16211e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Fri, 27 Jan 2023 12:08:16 +0100 Subject: [PATCH 2/2] chore: extended license --- LICENSE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENSE b/LICENSE index 758843c..7df5acb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License +Copyright (c) 2019-2022 GuideSmiths Ltd. Copyright (c) 2021 Guidesmiths Permission is hereby granted, free of charge, to any person obtaining a copy