From 8f8b3f7565e0c470a3af9535f87f533ff770e321 Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Tue, 10 Feb 2026 07:32:23 +0100 Subject: [PATCH] Fix copyright: add original author name and correct year The copyright notice was missing the copyright holder's name and had the wrong year (2019 instead of 2018). This repo was created on May 28, 2018 by Melvin Carvalho. The defective notice was added to a fork in October 2019 and synced back. --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 9eefe80..b63e42a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2019 - present +Copyright 2018 - present Melvin Carvalho and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.