Skip to content

Commit

Permalink
license
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Oct 15, 2024
1 parent 00d6213 commit 4fb73ee
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
17 changes: 17 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version = 1

[[annotations]]
path = [
".gas-snapshot",
".github/workflows/**/",
".gitignore",
".gitmodules",
"README.md",
"flake.lock",
"flake.nix",
"foundry.toml",
"slither.config.json",
"REUSE.toml"
]
SPDX-FileCopyrightText = "Copyright (c) 2020 thedavidmeister"
SPDX-License-Identifier = "LicenseRef-DCL-1.0"
3 changes: 2 additions & 1 deletion src/lib/LibChainlink.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: CAL
// SPDX-License-Identifier: LicenseRef-DCL-1.0
// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister
pragma solidity ^0.8.18;

import {LibFixedPointDecimalScale} from "rain.math.fixedpoint/lib/LibFixedPointDecimalScale.sol";
Expand Down
3 changes: 2 additions & 1 deletion test/lib/LibChainlink.negativePrice.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: CAL
// SPDX-License-Identifier: LicenseRef-DCL-1.0
// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister
pragma solidity =0.8.28;

import {Test} from "forge-std/Test.sol";
Expand Down
3 changes: 2 additions & 1 deletion test/lib/LibChainlink.price.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: CAL
// SPDX-License-Identifier: LicenseRef-DCL-1.0
// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister
pragma solidity =0.8.28;

import {Test} from "forge-std/Test.sol";
Expand Down
3 changes: 2 additions & 1 deletion test/lib/LibChainlink.scaling.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: CAL
// SPDX-License-Identifier: LicenseRef-DCL-1.0
// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister
pragma solidity =0.8.28;

import {Test, stdError} from "forge-std/Test.sol";
Expand Down
3 changes: 2 additions & 1 deletion test/lib/LibChainlink.stalePrice.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-License-Identifier: CAL
// SPDX-License-Identifier: LicenseRef-DCL-1.0
// SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister
pragma solidity =0.8.28;

import {Test, stdError} from "forge-std/Test.sol";
Expand Down

0 comments on commit 4fb73ee

Please sign in to comment.