Skip to content

Commit

Permalink
chore: reverting license change to reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gzeoneth committed Aug 2, 2023
1 parent 895405e commit 8183e9b
Show file tree
Hide file tree
Showing 95 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion contracts/src/bridge/Bridge.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/IBridge.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/IDelayedMessageProvider.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/IInbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/IOutbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/IOwnable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/ISequencerInbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/Inbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/Messages.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/Outbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/bridge/SequencerInbox.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/challenge/ChallengeLib.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/challenge/ChallengeManager.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/challenge/IChallengeManager.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/challenge/IChallengeResultReceiver.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/AddressAliasHelper.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/AdminFallbackProxy.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/Constants.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/CryptographyPrimitives.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/DelegateCallAware.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/Error.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/IGasRefunder.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

// solhint-disable-next-line compiler-version
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/MerkleLib.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/libraries/MessageTypes.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.4;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/BridgeStub.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/BridgeUnproxied.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/InboxStub.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/MockResultReceiver.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/ProxyAdminForBinding.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/SequencerInboxStub.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/Simple.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/SimpleProxy.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/SingleExecutionChallenge.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/mocks/TimedOutChallengeManager.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/node-interface/NodeInterface.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/node-interface/NodeInterfaceDebug.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/HashProofHelper.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/IOneStepProofEntry.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/IOneStepProver.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/OneStepProofEntry.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/OneStepProver0.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/OneStepProverHostIo.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/OneStepProverMath.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/osp/OneStepProverMemory.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity ^0.8.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbAddressTable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbAggregator.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbBLS.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbDebug.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2023, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbFunctionTable.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbGasInfo.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbInfo.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbOwner.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbOwnerPublic.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbRetryableTx.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbStatistics.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
2 changes: 1 addition & 1 deletion contracts/src/precompiles/ArbSys.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2021-2022, Offchain Labs, Inc.
// For license information, see https://github.com/OffchainLabs/nitro-contracts/blob/main/LICENSE
// For license information, see https://github.com/nitro/blob/master/LICENSE
// SPDX-License-Identifier: BUSL-1.1

pragma solidity >=0.4.21 <0.9.0;
Expand Down
Loading

0 comments on commit 8183e9b

Please sign in to comment.