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 6b1ae9e commit 2948d96
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 45 deletions.
11 changes: 7 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Authors:

* Eric Voskuil [evoskuil]
* Phillip Mienk [pmienk]
commits libbitcoin developers
--------------------------------------------
394 Eric Voskuil (evoskiul)
54 Phillip Mienk (pmienk)
9 Neill Miller (thecodefactory)
1 Noel Maersk (veox)
1 William Swanson (swansontec)
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/>.

0 comments on commit 2948d96

Please sign in to comment.