Skip to content

Commit

Permalink
Update GNU default documents.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 12, 2017
1 parent eed9480 commit 79d0a26
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 81 deletions.
64 changes: 32 additions & 32 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
Authors:
* Eric Voskuil <evoskuil>
* Phillip Mienk <pmienk>
* Neill Miller <viasil>

Credit to the SX developers for the original design and implementation:

* Amir Taaki <genjix>
Development
[email protected]

* Santiago Mendez
Feedback, testing and improvements.

* Vitalik Buterin
Development
[email protected]

* Pablo Castellano <[email protected]>
Debian developer, build system work, and improving project quality.

* Andres Vargas <[email protected]>
Dockerfile container

* Dr Washington Y. Sanchez <drwasho>
GUI design and development
[email protected]

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
73 changes: 32 additions & 41 deletions COPYING
Original file line number Diff line number Diff line change
@@ -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 <http://www.gnu.org/licenses/>.

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

Expand Down Expand Up @@ -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.

<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>

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 <http://www.gnu.org/licenses/>.

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
<http://www.gnu.org/licenses/>.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use command 'git log --oneline --decorate' for latest change log.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
See https://libbitcoin.org
9 changes: 1 addition & 8 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
Install:

$ ./autogen.sh
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

See README.md

0 comments on commit 79d0a26

Please sign in to comment.