btcrelay
btcrelay copied to clipboard
Website is not open-source (and has a bad link)
Hey there,
I noticed that btcrelay.org has a link that says "For further details, view this DEVCON1 presentation". But the link has no href value. I believe it should point here.
I went to look for the site so I could send a PR, but I couldn't find it! So the real issue is, the site isn't open-source :)
Thanks for the feedback.
The website is open-source, it's the website branch https://github.com/ethereum/btcrelay/tree/website and when it is built it needs to be pushed to the gh-pages branch. I will leave this open until I get to it.
Ah, thanks!
neither the website nor the sources say explicitly if it is opensource, is it under Creative Commons, or the same MIT License as BTCRelay itself?
Hi @nimbosa, website license is MIT, same as BTC Relay itself. But your point is noted and I will add a license file to https://github.com/ethereum/btcrelay/tree/website and update its readme. Thanks
A temporary branch named w2 was used to deploy the current website. Will add website license when using website branch again.