From b4ede6ee33af574aba2e01e09491c47aabba149e Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 8 Jun 2021 10:40:29 +0200 Subject: [PATCH] Fix company name and update NOTICE --- NOTICE | 3 ++- packages/json-rpc/package.json | 2 +- packages/socket/package.json | 2 +- packages/stream/package.json | 2 +- packages/tendermint-rpc/package.json | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index c030dd7a..e41b761d 100644 --- a/NOTICE +++ b/NOTICE @@ -24,8 +24,9 @@ The code in packages/json-rpc was forked from https://github.com/iov-one/iov-cor The code in packages/socket and scripts/socketserver was forked from the folders packages/iov-socket and scripts/socketserver respectively of https://github.com/iov-one/iov-core at tag v2.5.0 on 2020-06-24. Copyright 2018-2020 IOV SAS -Copyright 2020 Confio UO +Copyright 2020-2021 Confio OÜ Copyright 2020 Simon Warta +Copyright 2021 Confio GmbH Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/packages/json-rpc/package.json b/packages/json-rpc/package.json index 385f387e..fc1d7a5c 100644 --- a/packages/json-rpc/package.json +++ b/packages/json-rpc/package.json @@ -4,7 +4,7 @@ "description": "Framework for implementing a JSON-RPC 2.0 API", "contributors": [ "IOV SAS ", - "Confio UO ", + "Confio OÜ ", "Will Clark " ], "license": "Apache-2.0", diff --git a/packages/socket/package.json b/packages/socket/package.json index d7358d67..91cc54e2 100644 --- a/packages/socket/package.json +++ b/packages/socket/package.json @@ -4,7 +4,7 @@ "description": "Utility functions for working with WebSockets", "contributors": [ "IOV SAS ", - "Confio UO ", + "Confio OÜ ", "Will Clark " ], "license": "Apache-2.0", diff --git a/packages/stream/package.json b/packages/stream/package.json index 50b5d66c..3c7b82ba 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -4,7 +4,7 @@ "description": "Utility functions for producing and consuming streams", "contributors": [ "IOV SAS ", - "Confio UO ", + "Confio OÜ ", "Will Clark " ], "license": "Apache-2.0", diff --git a/packages/tendermint-rpc/package.json b/packages/tendermint-rpc/package.json index 139c2041..cd2dde1f 100644 --- a/packages/tendermint-rpc/package.json +++ b/packages/tendermint-rpc/package.json @@ -4,7 +4,7 @@ "description": "Tendermint RPC clients", "contributors": [ "IOV SAS ", - "Confio UO ", + "Confio OÜ ", "Will Clark " ], "license": "Apache-2.0",