From f9c38624178cd8db086a06507181a192d26fc7f5 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Tue, 7 Jul 2020 20:40:38 +0600 Subject: [PATCH] Include license header in the package.json --- LICENSE | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 0e58c2d..2342ba6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013 Martin Aspeli +Copyright (c) 2013-2018 Martin Aspeli, 2018-2020 Andrii Kurdiumov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index a26abea..6967746 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,11 @@ "email": "optilude@gmail.com" }, { - "name": "Andrey Kurdyumov", + "name": "Andrii Kurdiumov", "email": "kant2002@gmail.com" } ], + "license": "MIT", "repository": { "type": "git", "url": "http://github.com/optilude/xlsx-template.git"