From 91b4f23a65c8ca913f1086ce7de00bb4783665b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Lopez=20Zelaya?= Date: Tue, 11 Feb 2020 12:30:17 -0300 Subject: [PATCH 1/2] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index bb4c2655..6244db80 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2018 Split Software, Co. +Copyright 2020 Split Software, Co. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. From f4621731d56f761bfbee36d2785990242d2a462c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Lopez=20Zelaya?= Date: Tue, 11 Feb 2020 12:33:32 -0300 Subject: [PATCH 2/2] Update composer.json --- composer.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 41a4cf24..a109b545 100644 --- a/composer.json +++ b/composer.json @@ -6,11 +6,16 @@ "authors": [ { "name": "Split", - "homepage": "http://split.io" + "homepage": "https://www.split.io/", + "email": "php@split.io" }, { - "name": "Sebastian Arrubia", - "email": "sebastian@split.io" + "name": "Martin Redolatti", + "email": "martin.redolatti@split.io" + }, + { + "name": "Matias Melograno", + "email": "matias.melograno@split.io" } ],