From 4a2e70956840edfa0dc50c90cfb8efff82eb9796 Mon Sep 17 00:00:00 2001 From: uzlopak Date: Mon, 14 Aug 2023 16:06:59 +0200 Subject: [PATCH 1/3] chore: update license --- LICENSE | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 5eeaa1a..e104871 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,8 @@ -MIT License +The MIT License (MIT) -Copyright (c) 2016-2020 Matteo Collina +Copyright (c) 2016-2023 The Fastify Team + +The Fastify team members are listed at https://github.com/fastify/fastify#team. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From cbb57ed85a2d6f6e94abbbf252281d7ade64a6d0 Mon Sep 17 00:00:00 2001 From: Uzlopak Date: Mon, 14 Aug 2023 20:36:50 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e104871..9e667f6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -The MIT License (MIT) +MIT License Copyright (c) 2016-2023 The Fastify Team From 0f19aeeb30714c1f46cb51f24e293d990d4b61bd Mon Sep 17 00:00:00 2001 From: Uzlopak Date: Tue, 15 Aug 2023 09:15:39 +0200 Subject: [PATCH 3/3] Update LICENSE Co-authored-by: Matteo Collina --- LICENSE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 9e667f6..66c3f4a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ MIT License -Copyright (c) 2016-2023 The Fastify Team +Copyright (c) 2020-2023 The Fastify Team +Copyright (c) 2016-2020 Matteo Collina The Fastify team members are listed at https://github.com/fastify/fastify#team.