From 7ed0b5a498f2d757305637cc186172593e57f38c Mon Sep 17 00:00:00 2001 From: Taylan Pince Date: Fri, 13 Feb 2026 13:06:25 +0100 Subject: [PATCH 1/2] chore: update company name references --- LICENSE | 2 +- README.md | 6 +++--- src/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index bf69ef4..2862c0a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright (c) 2017-present Horizon Blockchain Games Inc. + Copyright (c) 2017-present Sequence Platforms ULC Inc. 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/README.md b/README.md index febf5e5..b4ec737 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ In addition, it becomes easier to have multiple version of wrapper contracts. In # Security Review erc20-meta-token has been audited by two independant parties and all issues discovered were addressed. -- [Agustín Aguilar**](https://github.com/0xsequence/erc20-meta-token/blob/master/audits/Security_Audit_Horizon_Games_23-12-19_2.pdf) +- [Agustín Aguilar**](https://github.com/0xsequence/erc20-meta-token/blob/master/audits/Security_Audit_Sequence_Games_23-12-19_2.pdf) - [Consensys Diligence](https://github.com/0xsequence/erc20-meta-token/blob/master/audits/horizon-games-audit-2020-02.pdf) -** Agustín was hired as a full-time employee at Horizon after the audit was completed. Agustín did not take part in the writing of erc20-meta-token contracts. +** Agustín was hired as a full-time employee at Sequence after the audit was completed. Agustín did not take part in the writing of erc20-meta-token contracts. ## Dev env & release @@ -64,6 +64,6 @@ in their toolchains as our build and contract packages are separated. ## LICENSE -Copyright (c) 2017-present [Horizon Blockchain Games Inc](https://horizon.io). +Copyright (c) 2017-present [Sequence Platforms ULC Inc](https://horizon.io). Licensed under [Apache-2.0](./LICENSE) diff --git a/src/README.md b/src/README.md index bbc9a7d..d2d2fec 100644 --- a/src/README.md +++ b/src/README.md @@ -44,6 +44,6 @@ contract ContractA { ## LICENSE -Copyright (c) 2017-present [Horizon Blockchain Games Inc](https://horizon.io). +Copyright (c) 2017-present [Sequence Platforms ULC Inc](https://horizon.io). Licensed under [Apache-2.0](https://github.com/0xsequence/erc-1155/blob/master/LICENSE) From bb4d98b917468a3916532745bfd0aa50c5b8e4b5 Mon Sep 17 00:00:00 2001 From: Taylan Pince Date: Fri, 13 Feb 2026 17:30:10 +0100 Subject: [PATCH 2/2] chore: fix company name suffix (Inc.) --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2862c0a..e37a716 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright (c) 2017-present Sequence Platforms ULC Inc. + Copyright (c) 2017-present Sequence Platforms ULC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.