Skip to content

Commit c003729

Browse files
committed
Update GNU default documents.
1 parent 5992310 commit c003729

File tree

6 files changed

+43
-43
lines changed

6 files changed

+43
-43
lines changed

AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
commits libbitcoin developers
2+
--------------------------------------------
3+
423 Eric Voskuil (evoskuil)
4+
99 Phillip Mienk (pmienk)
5+
6 William Swanson (swansontec)
6+
2 Vikas N Kumar

COPYING

+32-41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
This license applies to all works under this directory.
2+
3+
Libbitcoin - C++ Bitcoin Development Toolkit and Applications
4+
Copyright © 2011-2017 libbitcoin developers (see AUTHORS)
5+
6+
This program is free software: you can redistribute it and/or modify
7+
it under the terms of the GNU Affero General Public License as published by
8+
the Free Software Foundation, either version 3 of the License, or
9+
(at your option) any later version.
10+
11+
This program is distributed in the hope that it will be useful,
12+
but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
GNU Affero General Public License for more details.
15+
16+
You should have received a copy of the GNU Affero General Public License
17+
along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
19+
Additional permission under the GNU Affero GPL version 3 section 7:
20+
21+
If the covered work has no means of communicating an offer to provide
22+
Corresponding Source to the users interacting with it remotely over a
23+
computer network, then you may comply with this requirement by making
24+
the Corresponding Source for your version available for anyone to copy,
25+
free of charge and under the terms of this License, through a publicly
26+
available network server or other readily accessible means.
27+
28+
If you modify this Program, or any covered work, by linking or
29+
combining it with other code, such other code is not for that reason
30+
alone subject to any of the requirements of the GNU Affero GPL
31+
version 3.
32+
133
GNU AFFERO GENERAL PUBLIC LICENSE
234
Version 3, 19 November 2007
335

@@ -618,44 +650,3 @@ copy of the Program in return for a fee.
618650

619651
END OF TERMS AND CONDITIONS
620652

621-
How to Apply These Terms to Your New Programs
622-
623-
If you develop a new program, and you want it to be of the greatest
624-
possible use to the public, the best way to achieve this is to make it
625-
free software which everyone can redistribute and change under these terms.
626-
627-
To do so, attach the following notices to the program. It is safest
628-
to attach them to the start of each source file to most effectively
629-
state the exclusion of warranty; and each file should have at least
630-
the "copyright" line and a pointer to where the full notice is found.
631-
632-
<one line to give the program's name and a brief idea of what it does.>
633-
Copyright (C) <year> <name of author>
634-
635-
This program is free software: you can redistribute it and/or modify
636-
it under the terms of the GNU Affero General Public License as published by
637-
the Free Software Foundation, either version 3 of the License, or
638-
(at your option) any later version.
639-
640-
This program is distributed in the hope that it will be useful,
641-
but WITHOUT ANY WARRANTY; without even the implied warranty of
642-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643-
GNU Affero General Public License for more details.
644-
645-
You should have received a copy of the GNU Affero General Public License
646-
along with this program. If not, see <http://www.gnu.org/licenses/>.
647-
648-
Also add information on how to contact you by electronic and paper mail.
649-
650-
If your software can interact with users remotely through a computer
651-
network, you should also make sure that it provides a way for users to
652-
get its source. For example, if your program is a web application, its
653-
interface could display a "Source" link that leads users to an archive
654-
of the code. There are many ways you could offer source, and different
655-
solutions will be better for different programs; see section 13 for the
656-
specific requirements.
657-
658-
You should also get your employer (if you work as a programmer) or school,
659-
if any, to sign a "copyright disclaimer" for the program, if necessary.
660-
For more information on this, and how to apply and follow the GNU AGPL, see
661-
<http://www.gnu.org/licenses/>.

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Use command 'git log --oneline --decorate' for latest change log.

INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ without warranty of any kind.
1212
Basic Installation
1313
==================
1414

15-
Briefly, the shell command `./configure && make && make install'
16-
should configure, build, and install this package. The following
15+
Briefly, the shell commands `./configure; make; make install' should
16+
configure, build, and install this package. The following
1717
more-detailed instructions are generic; see the `README' file for
1818
instructions specific to this package. Some packages provide this
1919
`INSTALL' file but do not implement all of the features documented

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See https://libbitcoin.org

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See README.md

0 commit comments

Comments
 (0)