diff --git a/AUTHORS b/AUTHORS index 7864fb776..72cd8cc77 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,32 +1,32 @@ -Authors: - - * Eric Voskuil - * Phillip Mienk - * Neill Miller - -Credit to the SX developers for the original design and implementation: - - * Amir Taaki - Development - amir@unsystem.net - - * Santiago Mendez - Feedback, testing and improvements. - - * Vitalik Buterin - Development - vitalik@bitcoinmagazine.com - - * Pablo Castellano - Debian developer, build system work, and improving project quality. - - * Andres Vargas - Dockerfile container - - * Dr Washington Y. Sanchez - GUI design and development - washington.sanchez@gmail.com - -Special thanks to Andrew Day for the early SX inspiration. - - +commits libbitcoin developers +-------------------------------------------- + 1562 Eric Voskuil (evoskuil) + 307 Amir Taaki (genjix) + 101 Phillip Mienk (pmienk) + 52 Neill Miller (thecodefactory) + 39 Dr Washington Sanchez (drwasho) + 26 Noel Maersk (veox) + 23 Vu Bui (vub) + 9 William Swanson (swansontec) + 8 Thomas Hartman + 7 Robert Williamson (bobalot) + 6 Grazcoin + 5 Andres Vargas + 5 Pablo Castellano (pablog) + 4 Drak + 2 David Stark + 2 Kamil Domański (kdomanski) + 2 RyanC + 2 hao.chen + 1 ABIS + 1 Agustin K-ballo Berge + 1 BMF + 1 Hugh Pearse + 1 Johannes + 1 Jon Lund Steffensen + 1 Ramon Tayag + 1 Tikhon Bernstam + 1 betachen + 1 gehlm + 1 skaht + 1 wozz diff --git a/COPYING b/COPYING index dba13ed2d..d8c261f5f 100644 --- a/COPYING +++ b/COPYING @@ -1,3 +1,35 @@ +This license applies to all works under this directory. + +Libbitcoin - C++ Bitcoin Development Toolkit and Applications +Copyright © 2011-2017 libbitcoin developers (see AUTHORS) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . + +Additional permission under the GNU Affero GPL version 3 section 7: + +If the covered work has no means of communicating an offer to provide +Corresponding Source to the users interacting with it remotely over a +computer network, then you may comply with this requirement by making +the Corresponding Source for your version available for anyone to copy, +free of charge and under the terms of this License, through a publicly +available network server or other readily accessible means. + +If you modify this Program, or any covered work, by linking or +combining it with other code, such other code is not for that reason +alone subject to any of the requirements of the GNU Affero GPL +version 3. + GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007 @@ -618,44 +650,3 @@ copy of the Program in return for a fee. END OF TERMS AND CONDITIONS - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -. diff --git a/ChangeLog b/ChangeLog index e69de29bb..8cbc21594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1 @@ +Use command 'git log --oneline --decorate' for latest change log. diff --git a/NEWS b/NEWS index e69de29bb..e1873049f 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1 @@ +See https://libbitcoin.org \ No newline at end of file diff --git a/README b/README index 34dda9477..3389200aa 100644 --- a/README +++ b/README @@ -1,8 +1 @@ -Install: - - $ ./autogen.sh - $ ./configure - $ make - $ sudo make install - $ sudo ldconfig - +See README.md \ No newline at end of file