diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-02 10:42:33 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-01-02 11:03:13 +0100 |
commit | 8061d67aebd4bc1c2f23b896dd2c40bec04e313c (patch) | |
tree | bf97bf4326d0a5cfb5e5ec1298d8fbb73996224f /src/test | |
parent | d1bcef43910391da707ef9385c328977462c86e9 (diff) |
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.
Rebased-From: e6df2bb48f4bff7a2dec4aa226102b0cf2cd828b
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/data/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/test/data/README.md b/src/test/data/README.md index f69a021ca0..2463daa42a 100644 --- a/src/test/data/README.md +++ b/src/test/data/README.md @@ -6,9 +6,7 @@ This directory contains data-driven tests for various aspects of Bitcoin. License -------- -The data files in this directory are - - Copyright (c) 2012-2014 The Bitcoin Core developers - Distributed under the MIT/X11 software license, see the accompanying - file COPYING or http://www.opensource.org/licenses/mit-license.php. +The data files in this directory are distributed under the MIT software +license, see the accompanying file COPYING or +http://www.opensource.org/licenses/mit-license.php. |