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";