From db886161841c6bb1f5ee4bbcc293683a6e6101ab Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Sat, 7 Dec 2024 15:31:53 +0400 Subject: [PATCH] update legal entity --- REUSE.toml | 2 +- src/lib/LibCtPop.sol | 2 +- test/src/lib/LibCtPop.ctpop.t.sol | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index 780bcff..73fb414 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -13,5 +13,5 @@ path = [ "slither.config.json", "REUSE.toml" ] -SPDX-FileCopyrightText = "Copyright (c) 2020 thedavidmeister" +SPDX-FileCopyrightText = "Copyright (c) 2020 Rain Open Source Software Ltd" SPDX-License-Identifier = "LicenseRef-DCL-1.0" diff --git a/src/lib/LibCtPop.sol b/src/lib/LibCtPop.sol index 7a34cc1..1747410 100644 --- a/src/lib/LibCtPop.sol +++ b/src/lib/LibCtPop.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: LicenseRef-DCL-1.0 -// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister +// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd pragma solidity ^0.8.25; /// @dev 010101... for ctpop diff --git a/test/src/lib/LibCtPop.ctpop.t.sol b/test/src/lib/LibCtPop.ctpop.t.sol index 3ba56ef..5dcfef9 100644 --- a/test/src/lib/LibCtPop.ctpop.t.sol +++ b/test/src/lib/LibCtPop.ctpop.t.sol @@ -1,5 +1,5 @@ // SPDX-License-Identifier: LicenseRef-DCL-1.0 -// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister +// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd pragma solidity =0.8.25; import {Test} from "forge-std/Test.sol";