From 0e963d4aa8ac727a5b2b432e0cbca139de517431 Mon Sep 17 00:00:00 2001 From: Seth Simmons <40500387+sethsimmons@users.noreply.github.com> Date: Wed, 10 Feb 2021 17:53:44 +0000 Subject: [PATCH] Add Copyrights --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4aeb313..8f73c95 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ monerod Docker w/ public RPC (pruned): sudo docker run -d --restart unless-stopped --name="monerod" -v bitmonero:/home/monero sethsimmons/simple-monerod:latest --rpc-restricted-bind-ip=0.0.0.0 --rpc-restricted-bind-port=18089 --public-node --no-igd --no-zmq --enable-dns-blocklist --prune-blockchain ``` +# Copyrights + +Code from this repository is released under MIT license. Monero License + # Credits The base for the Dockerfile was pulled from: