diff --git a/AUTHORS b/AUTHORS
index 3947ed332..3fe5064f3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,12 +1,8 @@
-Authors:
-
-* Amir Taaki (genjix)
- Development
- genjix@riseup.net
-
-* Eric Voskuil (evoskuil)
- Development
- eric@voskuil.org
-
-* Phillip Mienk (pmienk)
- Development
\ No newline at end of file
+commits libbitcoin developers
+--------------------------------------------
+ 918 Eric Voskuil (evoskuil)
+ 262 Amir Taaki (genjix)
+ 68 Phillip Mienk (pmienk)
+ 5 Neill Miller (thecodefactory)
+ 3 William Swanson (swansontec)
+ 1 Noel Maersk (veox)
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/INSTALL b/INSTALL
index ae9e91a41..007e9396d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,30 +1,14 @@
Installation Instructions
*************************
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
+Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved. This file is offered as-is,
without warranty of any kind.
-==========================
-Debian/Ubuntu Instructions
-==========================
-
- VVVVVVVVVVV
-> Start Here! <
- ^^^^^^^^^^^
-
- $ autoreconf -i
- $ ./configure
- $ make
- $ sudo make install
- $ sudo ldconfig
-
-libbitcoin-blockchain is now installed in /usr/local/.
-
Basic Installation
==================
@@ -242,6 +226,11 @@ order to use an ANSI C compiler:
and if that doesn't work, install pre-built binaries of GCC for HP-UX.
+ HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved. Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
parse its `' header file. The option `-nodtk' can be used as
a workaround. If GNU CC is not installed, it is therefore recommended
@@ -320,9 +309,10 @@ causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).
Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug. Until the bug is fixed you can use this workaround:
+an Autoconf limitation. Until the limitation is lifted, you can use
+this workaround:
- CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+ CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
`configure' Invocation
======================
@@ -378,4 +368,3 @@ operates.
`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.
-
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 95053dbcb..3389200aa 100644
--- a/README
+++ b/README
@@ -1 +1 @@
-See README.md.
+See README.md
\ No newline at end of file