aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 10:42:33 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-01-02 10:46:23 +0100
commite6df2bb48f4bff7a2dec4aa226102b0cf2cd828b (patch)
treeaba1418a6b28d63379167905c2e0802536f450df /doc
parent9adfacdb8b31afd3050cf36eeccfe5aeb7f647f3 (diff)
downloadbitcoin-e6df2bb48f4bff7a2dec4aa226102b0cf2cd828b.tar.xz
Remove redundant copyright notices from README files
The normative place for these for the entire project is COPYING, and the main README already has a MIT license section.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md5
-rw-r--r--doc/README_windows.txt12
2 files changed, 3 insertions, 14 deletions
diff --git a/doc/README.md b/doc/README.md
index 1696518f87..b2a0c2dcb7 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,9 +1,6 @@
-Bitcoin 0.10.99
+Bitcoin Core 0.10.99
=====================
-Copyright (c) 2009-2014 Bitcoin Developers
-
-
Setup
---------------------
[Bitcoin Core](http://bitcoin.org/en/download) is the original Bitcoin client and it builds the backbone of the network. However, it downloads and stores the entire history of Bitcoin transactions (which is currently several GBs); depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once. If you would like the process to go faster you can [download the blockchain directly](bootstrap.md).
diff --git a/doc/README_windows.txt b/doc/README_windows.txt
index 5ac1152055..c582941696 100644
--- a/doc/README_windows.txt
+++ b/doc/README_windows.txt
@@ -1,13 +1,5 @@
-Bitcoin 0.10.99
-
-Copyright (c) 2009-2014 Bitcoin Core Developers
-
-Distributed under the MIT software license, see the accompanying
-file COPYING or http://www.opensource.org/licenses/mit-license.php.
-This product includes software developed by the OpenSSL Project for use in
-the OpenSSL Toolkit (https://www.openssl.org/). This product includes
-cryptographic software written by Eric Young (eay@cryptsoft.com).
-
+Bitcoin Core 0.10.99
+=====================
Intro
-----