13

I know that there is a github public repo, but I'm not seeing a license file. The Android client is GPL3. Anyone know about licensing for the main site's code?

Highly Irregular
  • 10,910
  • 6
  • 52
  • 102
Ryan Singer
  • 173
  • 1
  • 6

1 Answers1

13

All parts directly involved with the wallet service are open source. On the github project page the repositories My-Wallet, My-Wallet-Integrity-Checker and MyWallet-RPC-Communicator is BSD licensed.

The repositories My-Wallet-iPhone, My-Wallet-Android are GPLv3.

However the database backend and some other parts of the site are not open source. This will change at some point in time, but there are some things I want to finish first.

D.H.
  • 5,297
  • 3
  • 32
  • 45
  • 3
    Ben: I'm very interested in an open source database, listener, etc for bitcoin. Please keep me updated! – Ryan Singer Aug 28 '12 at 00:43
  • I'm interested in this too :) Please keep us updated here as well! Thanks! – Shripad Krishna Jul 25 '13 at 12:08
  • There is an interesting project related too: https://github.com/lirazsiri/blockexplorer – Felipe Mar 08 '14 at 21:52
  • I'm interesting in submitting minor changes to the HTML of blockchain.info (primarily to add an `id` attribute to the headers on this page: https://blockchain.info/charts). Is the blockchain.info website open source, and if so, where can I find it? – Eric Martindale Jan 10 '17 at 22:59
  • Now 2017, what is the status. Is the answer the same? – dyasta Jan 28 '17 at 18:15