From adb2a382b09ea574f4d18d8af5b6706e8ed9b8f2 Mon Sep 17 00:00:00 2001 From: walkerq Date: Mon, 2 Oct 2023 17:23:33 -0400 Subject: [PATCH] add license notice (#28) --- NOTICES | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 NOTICES diff --git a/NOTICES b/NOTICES new file mode 100644 index 0000000..1eae7e9 --- /dev/null +++ b/NOTICES @@ -0,0 +1 @@ +This repository includes files inspired by https://github.com/nomad-xyz/monorepo, including but not limited to src/messages/Message.sol, src/messages/BurnMessage.sol, src/interfaces/IMessageHandler.sol, src/TokenMessenger.sol, and src/MessageTransmitter.sol. diff --git a/README.md b/README.md index 4162a90..2e0cdd9 100644 --- a/README.md +++ b/README.md @@ -77,3 +77,6 @@ The contracts are deployed using [Forge Scripts](https://book.getfoundry.sh/tuto 2. Run `make simulate RPC_URL= SENDER=` to perform a dry run. *Note: Use address from one of the private keys (used for deploying) above as `sender`. It is used to deploy the shared libraries that contracts use* 3. Run `make deploy RPC_URL= SENDER=` to deploy the contracts + +## License +For license information, see LICENSE and additional notices stored in NOTICES. \ No newline at end of file