Skip to content

Commit

Permalink
Test verified commit
Browse files Browse the repository at this point in the history
  • Loading branch information
NindoK committed Nov 18, 2024
1 parent 1cae743 commit f91e00e
Show file tree
Hide file tree
Showing 10 changed files with 514 additions and 269 deletions.
15 changes: 14 additions & 1 deletion src/libraries/MapWithTimeData.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
// SPDX-License-Identifier: MIT
//SPDX-License-Identifier: GPL-3.0-or-later

// Copyright (C) Moondance Labs Ltd.
// This file is part of Tanssi.
// Tanssi is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// Tanssi is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with Tanssi. If not, see <http://www.gnu.org/licenses/>MIT
pragma solidity ^0.8.25;

import {Checkpoints} from "@openzeppelin/contracts/utils/structs/Checkpoints.sol";
Expand Down
15 changes: 14 additions & 1 deletion src/libraries/SimpleKeyRegistry32.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
// SPDX-License-Identifier: MIT
//SPDX-License-Identifier: GPL-3.0-or-later

// Copyright (C) Moondance Labs Ltd.
// This file is part of Tanssi.
// Tanssi is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
// Tanssi is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with Tanssi. If not, see <http://www.gnu.org/licenses/>
pragma solidity 0.8.25;

import {Checkpoints} from "@openzeppelin/contracts/utils/structs/Checkpoints.sol";
Expand Down
Loading

0 comments on commit f91e00e

Please sign in to comment.