From 8183e9ba3403114da36737e30a674bdd0dc8d2ee Mon Sep 17 00:00:00 2001 From: gzeon Date: Mon, 10 Jul 2023 20:20:45 +0800 Subject: [PATCH] chore: reverting license change to reduce diff --- contracts/src/bridge/Bridge.sol | 2 +- contracts/src/bridge/IBridge.sol | 2 +- contracts/src/bridge/IDelayedMessageProvider.sol | 2 +- contracts/src/bridge/IInbox.sol | 2 +- contracts/src/bridge/IOutbox.sol | 2 +- contracts/src/bridge/IOwnable.sol | 2 +- contracts/src/bridge/ISequencerInbox.sol | 2 +- contracts/src/bridge/Inbox.sol | 2 +- contracts/src/bridge/Messages.sol | 2 +- contracts/src/bridge/Outbox.sol | 2 +- contracts/src/bridge/SequencerInbox.sol | 2 +- contracts/src/challenge/ChallengeLib.sol | 2 +- contracts/src/challenge/ChallengeManager.sol | 2 +- contracts/src/challenge/IChallengeManager.sol | 2 +- contracts/src/challenge/IChallengeResultReceiver.sol | 2 +- contracts/src/libraries/AddressAliasHelper.sol | 2 +- contracts/src/libraries/AdminFallbackProxy.sol | 2 +- contracts/src/libraries/Constants.sol | 2 +- contracts/src/libraries/CryptographyPrimitives.sol | 2 +- contracts/src/libraries/DelegateCallAware.sol | 2 +- contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol | 2 +- contracts/src/libraries/Error.sol | 2 +- contracts/src/libraries/IGasRefunder.sol | 2 +- contracts/src/libraries/MerkleLib.sol | 2 +- contracts/src/libraries/MessageTypes.sol | 2 +- contracts/src/mocks/BridgeStub.sol | 2 +- contracts/src/mocks/BridgeUnproxied.sol | 2 +- contracts/src/mocks/InboxStub.sol | 2 +- contracts/src/mocks/MockResultReceiver.sol | 2 +- contracts/src/mocks/ProxyAdminForBinding.sol | 2 +- contracts/src/mocks/SequencerInboxStub.sol | 2 +- contracts/src/mocks/Simple.sol | 2 +- contracts/src/mocks/SimpleProxy.sol | 2 +- contracts/src/mocks/SingleExecutionChallenge.sol | 2 +- contracts/src/mocks/TimedOutChallengeManager.sol | 2 +- contracts/src/node-interface/NodeInterface.sol | 2 +- contracts/src/node-interface/NodeInterfaceDebug.sol | 2 +- contracts/src/osp/HashProofHelper.sol | 2 +- contracts/src/osp/IOneStepProofEntry.sol | 2 +- contracts/src/osp/IOneStepProver.sol | 2 +- contracts/src/osp/OneStepProofEntry.sol | 2 +- contracts/src/osp/OneStepProver0.sol | 2 +- contracts/src/osp/OneStepProverHostIo.sol | 2 +- contracts/src/osp/OneStepProverMath.sol | 2 +- contracts/src/osp/OneStepProverMemory.sol | 2 +- contracts/src/precompiles/ArbAddressTable.sol | 2 +- contracts/src/precompiles/ArbAggregator.sol | 2 +- contracts/src/precompiles/ArbBLS.sol | 2 +- contracts/src/precompiles/ArbDebug.sol | 2 +- contracts/src/precompiles/ArbFunctionTable.sol | 2 +- contracts/src/precompiles/ArbGasInfo.sol | 2 +- contracts/src/precompiles/ArbInfo.sol | 2 +- contracts/src/precompiles/ArbOwner.sol | 2 +- contracts/src/precompiles/ArbOwnerPublic.sol | 2 +- contracts/src/precompiles/ArbRetryableTx.sol | 2 +- contracts/src/precompiles/ArbStatistics.sol | 2 +- contracts/src/precompiles/ArbSys.sol | 2 +- contracts/src/precompiles/ArbosTest.sol | 2 +- contracts/src/rollup/BridgeCreator.sol | 2 +- contracts/src/rollup/Config.sol | 2 +- contracts/src/rollup/IRollupAdmin.sol | 2 +- contracts/src/rollup/IRollupCore.sol | 2 +- contracts/src/rollup/IRollupEventInbox.sol | 2 +- contracts/src/rollup/IRollupLogic.sol | 2 +- contracts/src/rollup/Node.sol | 2 +- contracts/src/rollup/RollupAdminLogic.sol | 2 +- contracts/src/rollup/RollupCore.sol | 2 +- contracts/src/rollup/RollupCreator.sol | 2 +- contracts/src/rollup/RollupEventInbox.sol | 2 +- contracts/src/rollup/RollupLib.sol | 2 +- contracts/src/rollup/RollupProxy.sol | 2 +- contracts/src/rollup/RollupUserLogic.sol | 2 +- contracts/src/rollup/ValidatorUtils.sol | 2 +- contracts/src/rollup/ValidatorWallet.sol | 2 +- contracts/src/rollup/ValidatorWalletCreator.sol | 2 +- contracts/src/state/Deserialize.sol | 2 +- contracts/src/state/GlobalState.sol | 2 +- contracts/src/state/Instructions.sol | 2 +- contracts/src/state/Machine.sol | 2 +- contracts/src/state/MerkleProof.sol | 2 +- contracts/src/state/Module.sol | 2 +- contracts/src/state/ModuleMemory.sol | 2 +- contracts/src/state/ModuleMemoryCompact.sol | 2 +- contracts/src/state/PcArray.sol | 2 +- contracts/src/state/StackFrame.sol | 2 +- contracts/src/state/Value.sol | 2 +- contracts/src/state/ValueArray.sol | 2 +- contracts/src/state/ValueStack.sol | 2 +- contracts/src/test-helpers/BridgeTester.sol | 2 +- contracts/src/test-helpers/CryptographyPrimitivesTester.sol | 2 +- contracts/src/test-helpers/InterfaceCompatibilityTester.sol | 2 +- contracts/src/test-helpers/MessageTester.sol | 2 +- contracts/src/test-helpers/OutboxWithoutOptTester.sol | 2 +- contracts/src/test-helpers/RollupMock.sol | 2 +- contracts/src/test-helpers/ValueArrayTester.sol | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/contracts/src/bridge/Bridge.sol b/contracts/src/bridge/Bridge.sol index 31b415540..e8a6764ee 100644 --- a/contracts/src/bridge/Bridge.sol +++ b/contracts/src/bridge/Bridge.sol @@ -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; diff --git a/contracts/src/bridge/IBridge.sol b/contracts/src/bridge/IBridge.sol index f1fff13c0..5e318c3a2 100644 --- a/contracts/src/bridge/IBridge.sol +++ b/contracts/src/bridge/IBridge.sol @@ -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 diff --git a/contracts/src/bridge/IDelayedMessageProvider.sol b/contracts/src/bridge/IDelayedMessageProvider.sol index a03601aa6..9e650c872 100644 --- a/contracts/src/bridge/IDelayedMessageProvider.sol +++ b/contracts/src/bridge/IDelayedMessageProvider.sol @@ -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 diff --git a/contracts/src/bridge/IInbox.sol b/contracts/src/bridge/IInbox.sol index 95c3128cf..ba424b6bb 100644 --- a/contracts/src/bridge/IInbox.sol +++ b/contracts/src/bridge/IInbox.sol @@ -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 diff --git a/contracts/src/bridge/IOutbox.sol b/contracts/src/bridge/IOutbox.sol index 3a551ce65..78f36767f 100644 --- a/contracts/src/bridge/IOutbox.sol +++ b/contracts/src/bridge/IOutbox.sol @@ -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 diff --git a/contracts/src/bridge/IOwnable.sol b/contracts/src/bridge/IOwnable.sol index 10bfc5e90..20735f0dd 100644 --- a/contracts/src/bridge/IOwnable.sol +++ b/contracts/src/bridge/IOwnable.sol @@ -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 diff --git a/contracts/src/bridge/ISequencerInbox.sol b/contracts/src/bridge/ISequencerInbox.sol index 5f19471e9..55454a889 100644 --- a/contracts/src/bridge/ISequencerInbox.sol +++ b/contracts/src/bridge/ISequencerInbox.sol @@ -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 diff --git a/contracts/src/bridge/Inbox.sol b/contracts/src/bridge/Inbox.sol index 9e718b664..515053420 100644 --- a/contracts/src/bridge/Inbox.sol +++ b/contracts/src/bridge/Inbox.sol @@ -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; diff --git a/contracts/src/bridge/Messages.sol b/contracts/src/bridge/Messages.sol index 07731c517..6e193b7d6 100644 --- a/contracts/src/bridge/Messages.sol +++ b/contracts/src/bridge/Messages.sol @@ -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; diff --git a/contracts/src/bridge/Outbox.sol b/contracts/src/bridge/Outbox.sol index 9020e660a..b0b4bbe03 100644 --- a/contracts/src/bridge/Outbox.sol +++ b/contracts/src/bridge/Outbox.sol @@ -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; diff --git a/contracts/src/bridge/SequencerInbox.sol b/contracts/src/bridge/SequencerInbox.sol index 8c2c53876..9b28ef419 100644 --- a/contracts/src/bridge/SequencerInbox.sol +++ b/contracts/src/bridge/SequencerInbox.sol @@ -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; diff --git a/contracts/src/challenge/ChallengeLib.sol b/contracts/src/challenge/ChallengeLib.sol index 25ff894d8..e225ea1fe 100644 --- a/contracts/src/challenge/ChallengeLib.sol +++ b/contracts/src/challenge/ChallengeLib.sol @@ -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; diff --git a/contracts/src/challenge/ChallengeManager.sol b/contracts/src/challenge/ChallengeManager.sol index 12cad0852..8c97e53eb 100644 --- a/contracts/src/challenge/ChallengeManager.sol +++ b/contracts/src/challenge/ChallengeManager.sol @@ -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; diff --git a/contracts/src/challenge/IChallengeManager.sol b/contracts/src/challenge/IChallengeManager.sol index b6f63d672..ca46a68ec 100644 --- a/contracts/src/challenge/IChallengeManager.sol +++ b/contracts/src/challenge/IChallengeManager.sol @@ -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; diff --git a/contracts/src/challenge/IChallengeResultReceiver.sol b/contracts/src/challenge/IChallengeResultReceiver.sol index 264a0ae24..6533dfa35 100644 --- a/contracts/src/challenge/IChallengeResultReceiver.sol +++ b/contracts/src/challenge/IChallengeResultReceiver.sol @@ -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; diff --git a/contracts/src/libraries/AddressAliasHelper.sol b/contracts/src/libraries/AddressAliasHelper.sol index 9320fe3e2..a9b7dcbd1 100644 --- a/contracts/src/libraries/AddressAliasHelper.sol +++ b/contracts/src/libraries/AddressAliasHelper.sol @@ -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; diff --git a/contracts/src/libraries/AdminFallbackProxy.sol b/contracts/src/libraries/AdminFallbackProxy.sol index 7f1bb5116..52dc9bff9 100644 --- a/contracts/src/libraries/AdminFallbackProxy.sol +++ b/contracts/src/libraries/AdminFallbackProxy.sol @@ -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; diff --git a/contracts/src/libraries/Constants.sol b/contracts/src/libraries/Constants.sol index d15bdf169..725d52b0c 100644 --- a/contracts/src/libraries/Constants.sol +++ b/contracts/src/libraries/Constants.sol @@ -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; diff --git a/contracts/src/libraries/CryptographyPrimitives.sol b/contracts/src/libraries/CryptographyPrimitives.sol index c77ad7c1d..ba1e41fe1 100644 --- a/contracts/src/libraries/CryptographyPrimitives.sol +++ b/contracts/src/libraries/CryptographyPrimitives.sol @@ -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; diff --git a/contracts/src/libraries/DelegateCallAware.sol b/contracts/src/libraries/DelegateCallAware.sol index c5168aa13..bbedcf98c 100644 --- a/contracts/src/libraries/DelegateCallAware.sol +++ b/contracts/src/libraries/DelegateCallAware.sol @@ -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; diff --git a/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol b/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol index c9bf30400..fb616878a 100644 --- a/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol +++ b/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol @@ -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; diff --git a/contracts/src/libraries/Error.sol b/contracts/src/libraries/Error.sol index 2114aa1e0..7aeef8029 100644 --- a/contracts/src/libraries/Error.sol +++ b/contracts/src/libraries/Error.sol @@ -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; diff --git a/contracts/src/libraries/IGasRefunder.sol b/contracts/src/libraries/IGasRefunder.sol index e7b086565..99e48bf57 100644 --- a/contracts/src/libraries/IGasRefunder.sol +++ b/contracts/src/libraries/IGasRefunder.sol @@ -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 diff --git a/contracts/src/libraries/MerkleLib.sol b/contracts/src/libraries/MerkleLib.sol index fd80196f4..344bad3e9 100644 --- a/contracts/src/libraries/MerkleLib.sol +++ b/contracts/src/libraries/MerkleLib.sol @@ -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; diff --git a/contracts/src/libraries/MessageTypes.sol b/contracts/src/libraries/MessageTypes.sol index d7a6a812a..093cb332a 100644 --- a/contracts/src/libraries/MessageTypes.sol +++ b/contracts/src/libraries/MessageTypes.sol @@ -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; diff --git a/contracts/src/mocks/BridgeStub.sol b/contracts/src/mocks/BridgeStub.sol index d0f9e8cca..261cfabf3 100644 --- a/contracts/src/mocks/BridgeStub.sol +++ b/contracts/src/mocks/BridgeStub.sol @@ -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; diff --git a/contracts/src/mocks/BridgeUnproxied.sol b/contracts/src/mocks/BridgeUnproxied.sol index 75aecfe14..84b447336 100644 --- a/contracts/src/mocks/BridgeUnproxied.sol +++ b/contracts/src/mocks/BridgeUnproxied.sol @@ -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; diff --git a/contracts/src/mocks/InboxStub.sol b/contracts/src/mocks/InboxStub.sol index a31f33ef5..3b1838839 100644 --- a/contracts/src/mocks/InboxStub.sol +++ b/contracts/src/mocks/InboxStub.sol @@ -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; diff --git a/contracts/src/mocks/MockResultReceiver.sol b/contracts/src/mocks/MockResultReceiver.sol index 46a4dd112..1b2fd1a2f 100644 --- a/contracts/src/mocks/MockResultReceiver.sol +++ b/contracts/src/mocks/MockResultReceiver.sol @@ -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; diff --git a/contracts/src/mocks/ProxyAdminForBinding.sol b/contracts/src/mocks/ProxyAdminForBinding.sol index 4d770ab34..4311e8808 100644 --- a/contracts/src/mocks/ProxyAdminForBinding.sol +++ b/contracts/src/mocks/ProxyAdminForBinding.sol @@ -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; diff --git a/contracts/src/mocks/SequencerInboxStub.sol b/contracts/src/mocks/SequencerInboxStub.sol index c476043b1..20d5e9f05 100644 --- a/contracts/src/mocks/SequencerInboxStub.sol +++ b/contracts/src/mocks/SequencerInboxStub.sol @@ -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; diff --git a/contracts/src/mocks/Simple.sol b/contracts/src/mocks/Simple.sol index a97e1d0c9..3cdb99ac6 100644 --- a/contracts/src/mocks/Simple.sol +++ b/contracts/src/mocks/Simple.sol @@ -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; diff --git a/contracts/src/mocks/SimpleProxy.sol b/contracts/src/mocks/SimpleProxy.sol index e69f891cc..6c44c86e1 100644 --- a/contracts/src/mocks/SimpleProxy.sol +++ b/contracts/src/mocks/SimpleProxy.sol @@ -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; diff --git a/contracts/src/mocks/SingleExecutionChallenge.sol b/contracts/src/mocks/SingleExecutionChallenge.sol index cd44ce1e9..696567ade 100644 --- a/contracts/src/mocks/SingleExecutionChallenge.sol +++ b/contracts/src/mocks/SingleExecutionChallenge.sol @@ -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; diff --git a/contracts/src/mocks/TimedOutChallengeManager.sol b/contracts/src/mocks/TimedOutChallengeManager.sol index 83e0457f1..2dbe10f07 100644 --- a/contracts/src/mocks/TimedOutChallengeManager.sol +++ b/contracts/src/mocks/TimedOutChallengeManager.sol @@ -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; diff --git a/contracts/src/node-interface/NodeInterface.sol b/contracts/src/node-interface/NodeInterface.sol index 9f3ec1d2f..f74c5a4c8 100644 --- a/contracts/src/node-interface/NodeInterface.sol +++ b/contracts/src/node-interface/NodeInterface.sol @@ -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; diff --git a/contracts/src/node-interface/NodeInterfaceDebug.sol b/contracts/src/node-interface/NodeInterfaceDebug.sol index faeacb746..323b324a1 100644 --- a/contracts/src/node-interface/NodeInterfaceDebug.sol +++ b/contracts/src/node-interface/NodeInterfaceDebug.sol @@ -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; diff --git a/contracts/src/osp/HashProofHelper.sol b/contracts/src/osp/HashProofHelper.sol index b211908f0..4d37aa9b3 100644 --- a/contracts/src/osp/HashProofHelper.sol +++ b/contracts/src/osp/HashProofHelper.sol @@ -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; diff --git a/contracts/src/osp/IOneStepProofEntry.sol b/contracts/src/osp/IOneStepProofEntry.sol index fb00b74f0..c90bfd791 100644 --- a/contracts/src/osp/IOneStepProofEntry.sol +++ b/contracts/src/osp/IOneStepProofEntry.sol @@ -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; diff --git a/contracts/src/osp/IOneStepProver.sol b/contracts/src/osp/IOneStepProver.sol index 2e11e6570..202d58599 100644 --- a/contracts/src/osp/IOneStepProver.sol +++ b/contracts/src/osp/IOneStepProver.sol @@ -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; diff --git a/contracts/src/osp/OneStepProofEntry.sol b/contracts/src/osp/OneStepProofEntry.sol index 390727c34..bae84ca1e 100644 --- a/contracts/src/osp/OneStepProofEntry.sol +++ b/contracts/src/osp/OneStepProofEntry.sol @@ -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; diff --git a/contracts/src/osp/OneStepProver0.sol b/contracts/src/osp/OneStepProver0.sol index 107e49738..2767a8e98 100644 --- a/contracts/src/osp/OneStepProver0.sol +++ b/contracts/src/osp/OneStepProver0.sol @@ -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; diff --git a/contracts/src/osp/OneStepProverHostIo.sol b/contracts/src/osp/OneStepProverHostIo.sol index 260ab2062..a2cb8e31e 100644 --- a/contracts/src/osp/OneStepProverHostIo.sol +++ b/contracts/src/osp/OneStepProverHostIo.sol @@ -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; diff --git a/contracts/src/osp/OneStepProverMath.sol b/contracts/src/osp/OneStepProverMath.sol index c13dd8945..1a2334746 100644 --- a/contracts/src/osp/OneStepProverMath.sol +++ b/contracts/src/osp/OneStepProverMath.sol @@ -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; diff --git a/contracts/src/osp/OneStepProverMemory.sol b/contracts/src/osp/OneStepProverMemory.sol index 6fee2f932..7d33d55e0 100644 --- a/contracts/src/osp/OneStepProverMemory.sol +++ b/contracts/src/osp/OneStepProverMemory.sol @@ -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; diff --git a/contracts/src/precompiles/ArbAddressTable.sol b/contracts/src/precompiles/ArbAddressTable.sol index b37d949d3..b0e8e97bf 100644 --- a/contracts/src/precompiles/ArbAddressTable.sol +++ b/contracts/src/precompiles/ArbAddressTable.sol @@ -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; diff --git a/contracts/src/precompiles/ArbAggregator.sol b/contracts/src/precompiles/ArbAggregator.sol index c37af3bae..4c01f00b6 100644 --- a/contracts/src/precompiles/ArbAggregator.sol +++ b/contracts/src/precompiles/ArbAggregator.sol @@ -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; diff --git a/contracts/src/precompiles/ArbBLS.sol b/contracts/src/precompiles/ArbBLS.sol index 9aef25ce4..c85d0c8d3 100644 --- a/contracts/src/precompiles/ArbBLS.sol +++ b/contracts/src/precompiles/ArbBLS.sol @@ -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; diff --git a/contracts/src/precompiles/ArbDebug.sol b/contracts/src/precompiles/ArbDebug.sol index 9924ededc..a856e933d 100644 --- a/contracts/src/precompiles/ArbDebug.sol +++ b/contracts/src/precompiles/ArbDebug.sol @@ -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; diff --git a/contracts/src/precompiles/ArbFunctionTable.sol b/contracts/src/precompiles/ArbFunctionTable.sol index 6ee07011a..1b5e14b76 100644 --- a/contracts/src/precompiles/ArbFunctionTable.sol +++ b/contracts/src/precompiles/ArbFunctionTable.sol @@ -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; diff --git a/contracts/src/precompiles/ArbGasInfo.sol b/contracts/src/precompiles/ArbGasInfo.sol index a71068838..ff91c037e 100644 --- a/contracts/src/precompiles/ArbGasInfo.sol +++ b/contracts/src/precompiles/ArbGasInfo.sol @@ -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; diff --git a/contracts/src/precompiles/ArbInfo.sol b/contracts/src/precompiles/ArbInfo.sol index ab7e7294f..7668169ad 100644 --- a/contracts/src/precompiles/ArbInfo.sol +++ b/contracts/src/precompiles/ArbInfo.sol @@ -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; diff --git a/contracts/src/precompiles/ArbOwner.sol b/contracts/src/precompiles/ArbOwner.sol index 46ac63c56..165039c9d 100644 --- a/contracts/src/precompiles/ArbOwner.sol +++ b/contracts/src/precompiles/ArbOwner.sol @@ -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; diff --git a/contracts/src/precompiles/ArbOwnerPublic.sol b/contracts/src/precompiles/ArbOwnerPublic.sol index 270f5f247..d6fd68312 100644 --- a/contracts/src/precompiles/ArbOwnerPublic.sol +++ b/contracts/src/precompiles/ArbOwnerPublic.sol @@ -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; diff --git a/contracts/src/precompiles/ArbRetryableTx.sol b/contracts/src/precompiles/ArbRetryableTx.sol index 0600f6513..3de17ea12 100644 --- a/contracts/src/precompiles/ArbRetryableTx.sol +++ b/contracts/src/precompiles/ArbRetryableTx.sol @@ -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; diff --git a/contracts/src/precompiles/ArbStatistics.sol b/contracts/src/precompiles/ArbStatistics.sol index d0a3da001..901dc5ca9 100644 --- a/contracts/src/precompiles/ArbStatistics.sol +++ b/contracts/src/precompiles/ArbStatistics.sol @@ -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; diff --git a/contracts/src/precompiles/ArbSys.sol b/contracts/src/precompiles/ArbSys.sol index 4e7a8f41f..ca2f316c5 100644 --- a/contracts/src/precompiles/ArbSys.sol +++ b/contracts/src/precompiles/ArbSys.sol @@ -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; diff --git a/contracts/src/precompiles/ArbosTest.sol b/contracts/src/precompiles/ArbosTest.sol index b766fd015..b99dc142a 100644 --- a/contracts/src/precompiles/ArbosTest.sol +++ b/contracts/src/precompiles/ArbosTest.sol @@ -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; diff --git a/contracts/src/rollup/BridgeCreator.sol b/contracts/src/rollup/BridgeCreator.sol index 1c2b60cd7..4c2c7ba7d 100644 --- a/contracts/src/rollup/BridgeCreator.sol +++ b/contracts/src/rollup/BridgeCreator.sol @@ -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; diff --git a/contracts/src/rollup/Config.sol b/contracts/src/rollup/Config.sol index 269ecb5a2..41950a9bd 100644 --- a/contracts/src/rollup/Config.sol +++ b/contracts/src/rollup/Config.sol @@ -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; diff --git a/contracts/src/rollup/IRollupAdmin.sol b/contracts/src/rollup/IRollupAdmin.sol index bdad07b33..8420c29c6 100644 --- a/contracts/src/rollup/IRollupAdmin.sol +++ b/contracts/src/rollup/IRollupAdmin.sol @@ -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; diff --git a/contracts/src/rollup/IRollupCore.sol b/contracts/src/rollup/IRollupCore.sol index e50f7a4af..e17c27af4 100644 --- a/contracts/src/rollup/IRollupCore.sol +++ b/contracts/src/rollup/IRollupCore.sol @@ -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; diff --git a/contracts/src/rollup/IRollupEventInbox.sol b/contracts/src/rollup/IRollupEventInbox.sol index beb1b4ed2..5c1111e09 100644 --- a/contracts/src/rollup/IRollupEventInbox.sol +++ b/contracts/src/rollup/IRollupEventInbox.sol @@ -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; diff --git a/contracts/src/rollup/IRollupLogic.sol b/contracts/src/rollup/IRollupLogic.sol index bc1520be6..d413b2771 100644 --- a/contracts/src/rollup/IRollupLogic.sol +++ b/contracts/src/rollup/IRollupLogic.sol @@ -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; diff --git a/contracts/src/rollup/Node.sol b/contracts/src/rollup/Node.sol index 6961168a0..a5a502705 100644 --- a/contracts/src/rollup/Node.sol +++ b/contracts/src/rollup/Node.sol @@ -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; diff --git a/contracts/src/rollup/RollupAdminLogic.sol b/contracts/src/rollup/RollupAdminLogic.sol index b6c3771fc..44a9989c7 100644 --- a/contracts/src/rollup/RollupAdminLogic.sol +++ b/contracts/src/rollup/RollupAdminLogic.sol @@ -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; diff --git a/contracts/src/rollup/RollupCore.sol b/contracts/src/rollup/RollupCore.sol index 1107f1059..d12fb149f 100644 --- a/contracts/src/rollup/RollupCore.sol +++ b/contracts/src/rollup/RollupCore.sol @@ -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; diff --git a/contracts/src/rollup/RollupCreator.sol b/contracts/src/rollup/RollupCreator.sol index e71263d83..1e698492f 100644 --- a/contracts/src/rollup/RollupCreator.sol +++ b/contracts/src/rollup/RollupCreator.sol @@ -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; diff --git a/contracts/src/rollup/RollupEventInbox.sol b/contracts/src/rollup/RollupEventInbox.sol index ff7a727c1..3a56288d5 100644 --- a/contracts/src/rollup/RollupEventInbox.sol +++ b/contracts/src/rollup/RollupEventInbox.sol @@ -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; diff --git a/contracts/src/rollup/RollupLib.sol b/contracts/src/rollup/RollupLib.sol index 82b9571dc..8120fe838 100644 --- a/contracts/src/rollup/RollupLib.sol +++ b/contracts/src/rollup/RollupLib.sol @@ -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; diff --git a/contracts/src/rollup/RollupProxy.sol b/contracts/src/rollup/RollupProxy.sol index 2938a5851..110dd3991 100644 --- a/contracts/src/rollup/RollupProxy.sol +++ b/contracts/src/rollup/RollupProxy.sol @@ -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; diff --git a/contracts/src/rollup/RollupUserLogic.sol b/contracts/src/rollup/RollupUserLogic.sol index bd16ad5eb..00145fa2e 100644 --- a/contracts/src/rollup/RollupUserLogic.sol +++ b/contracts/src/rollup/RollupUserLogic.sol @@ -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; diff --git a/contracts/src/rollup/ValidatorUtils.sol b/contracts/src/rollup/ValidatorUtils.sol index 75d554bb9..a7bb7d9df 100644 --- a/contracts/src/rollup/ValidatorUtils.sol +++ b/contracts/src/rollup/ValidatorUtils.sol @@ -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; diff --git a/contracts/src/rollup/ValidatorWallet.sol b/contracts/src/rollup/ValidatorWallet.sol index 9b8c2296c..fbde488a4 100644 --- a/contracts/src/rollup/ValidatorWallet.sol +++ b/contracts/src/rollup/ValidatorWallet.sol @@ -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; diff --git a/contracts/src/rollup/ValidatorWalletCreator.sol b/contracts/src/rollup/ValidatorWalletCreator.sol index ce801eb02..325b2077c 100644 --- a/contracts/src/rollup/ValidatorWalletCreator.sol +++ b/contracts/src/rollup/ValidatorWalletCreator.sol @@ -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; diff --git a/contracts/src/state/Deserialize.sol b/contracts/src/state/Deserialize.sol index 75bf62bf1..b0f150072 100644 --- a/contracts/src/state/Deserialize.sol +++ b/contracts/src/state/Deserialize.sol @@ -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; diff --git a/contracts/src/state/GlobalState.sol b/contracts/src/state/GlobalState.sol index ceea60652..46a9be1a4 100644 --- a/contracts/src/state/GlobalState.sol +++ b/contracts/src/state/GlobalState.sol @@ -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; diff --git a/contracts/src/state/Instructions.sol b/contracts/src/state/Instructions.sol index 75452f77e..196899c93 100644 --- a/contracts/src/state/Instructions.sol +++ b/contracts/src/state/Instructions.sol @@ -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; diff --git a/contracts/src/state/Machine.sol b/contracts/src/state/Machine.sol index 9d80f45c9..a7a5e9273 100644 --- a/contracts/src/state/Machine.sol +++ b/contracts/src/state/Machine.sol @@ -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; diff --git a/contracts/src/state/MerkleProof.sol b/contracts/src/state/MerkleProof.sol index 09c405b20..560e3913d 100644 --- a/contracts/src/state/MerkleProof.sol +++ b/contracts/src/state/MerkleProof.sol @@ -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; diff --git a/contracts/src/state/Module.sol b/contracts/src/state/Module.sol index e21fb018d..46d64de24 100644 --- a/contracts/src/state/Module.sol +++ b/contracts/src/state/Module.sol @@ -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; diff --git a/contracts/src/state/ModuleMemory.sol b/contracts/src/state/ModuleMemory.sol index 1f0a4434d..76e64ec18 100644 --- a/contracts/src/state/ModuleMemory.sol +++ b/contracts/src/state/ModuleMemory.sol @@ -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; diff --git a/contracts/src/state/ModuleMemoryCompact.sol b/contracts/src/state/ModuleMemoryCompact.sol index 627154775..935fdf381 100644 --- a/contracts/src/state/ModuleMemoryCompact.sol +++ b/contracts/src/state/ModuleMemoryCompact.sol @@ -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; diff --git a/contracts/src/state/PcArray.sol b/contracts/src/state/PcArray.sol index d36076db4..d76465a30 100644 --- a/contracts/src/state/PcArray.sol +++ b/contracts/src/state/PcArray.sol @@ -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; diff --git a/contracts/src/state/StackFrame.sol b/contracts/src/state/StackFrame.sol index 083376ecd..465d63762 100644 --- a/contracts/src/state/StackFrame.sol +++ b/contracts/src/state/StackFrame.sol @@ -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; diff --git a/contracts/src/state/Value.sol b/contracts/src/state/Value.sol index a4cb832a3..6e0a837b2 100644 --- a/contracts/src/state/Value.sol +++ b/contracts/src/state/Value.sol @@ -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; diff --git a/contracts/src/state/ValueArray.sol b/contracts/src/state/ValueArray.sol index c4239f6ca..89833182a 100644 --- a/contracts/src/state/ValueArray.sol +++ b/contracts/src/state/ValueArray.sol @@ -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; diff --git a/contracts/src/state/ValueStack.sol b/contracts/src/state/ValueStack.sol index ce676bd0e..ccfe9ddc3 100644 --- a/contracts/src/state/ValueStack.sol +++ b/contracts/src/state/ValueStack.sol @@ -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; diff --git a/contracts/src/test-helpers/BridgeTester.sol b/contracts/src/test-helpers/BridgeTester.sol index b355c51c8..51454eb51 100644 --- a/contracts/src/test-helpers/BridgeTester.sol +++ b/contracts/src/test-helpers/BridgeTester.sol @@ -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; diff --git a/contracts/src/test-helpers/CryptographyPrimitivesTester.sol b/contracts/src/test-helpers/CryptographyPrimitivesTester.sol index d587e1ec0..c05698092 100644 --- a/contracts/src/test-helpers/CryptographyPrimitivesTester.sol +++ b/contracts/src/test-helpers/CryptographyPrimitivesTester.sol @@ -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; diff --git a/contracts/src/test-helpers/InterfaceCompatibilityTester.sol b/contracts/src/test-helpers/InterfaceCompatibilityTester.sol index ba6377058..1c6ae155a 100644 --- a/contracts/src/test-helpers/InterfaceCompatibilityTester.sol +++ b/contracts/src/test-helpers/InterfaceCompatibilityTester.sol @@ -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 diff --git a/contracts/src/test-helpers/MessageTester.sol b/contracts/src/test-helpers/MessageTester.sol index 1dc5cbff5..b8070dea8 100644 --- a/contracts/src/test-helpers/MessageTester.sol +++ b/contracts/src/test-helpers/MessageTester.sol @@ -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; diff --git a/contracts/src/test-helpers/OutboxWithoutOptTester.sol b/contracts/src/test-helpers/OutboxWithoutOptTester.sol index 50f378ace..09b9d60e2 100644 --- a/contracts/src/test-helpers/OutboxWithoutOptTester.sol +++ b/contracts/src/test-helpers/OutboxWithoutOptTester.sol @@ -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; diff --git a/contracts/src/test-helpers/RollupMock.sol b/contracts/src/test-helpers/RollupMock.sol index 085b9c005..fe701827b 100644 --- a/contracts/src/test-helpers/RollupMock.sol +++ b/contracts/src/test-helpers/RollupMock.sol @@ -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; diff --git a/contracts/src/test-helpers/ValueArrayTester.sol b/contracts/src/test-helpers/ValueArrayTester.sol index 048b76af3..8a614570b 100644 --- a/contracts/src/test-helpers/ValueArrayTester.sol +++ b/contracts/src/test-helpers/ValueArrayTester.sol @@ -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;