diff --git a/COPYING b/COPYING index e4a4eae2..40f3796d 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,10 @@ The MIT License (MIT) -Copyright (c) 2009-2017 The BitCore Core developers + Copyright (c) 2009-2010 Satoshi Nakamoto + Copyright (c) 2009-2017 The Bitcoin Core developers + Copyright (c) 2017-2017 The Bitcore Core developers + Distributed under the MIT software license, see the accompanying + file COPYING or http://www.opensource.org/licenses/mit-license.php. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile.am b/Makefile.am index 4799d7c8..224796fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,6 @@ -# Copyright (c) 2013-2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/README.md b/README.md index 99cef7c2..26223ea8 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ Development Process ------------------- The `master` branch is regularly built and tested, but is not guaranteed to be -completely stable. [Tags](https://github.com/bitcore-project/bitcore/tags) are created +completely stable. [Tags](https://github.com/LIMXTEC/BitCore/tags) are created regularly to indicate new official, stable release versions of BitCore Core. The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md). -The developer [mailing list](https://groups.google.com/forum/#!forum/bitcore-dev) +The developer [mailing list](https://groups.google.com/forum/#!forum/bitcoin-dev) should be used to discuss complicated or controversial changes before working on a patch set. -Developer IRC can be found on Freenode at #bitcore-dev. +Developer IRC can be found on Freenode at #bitcoin-dev. Testing ------- diff --git a/autogen.sh b/autogen.sh index cea80de7..10a8191d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,8 +1,9 @@ #!/bin/sh -# Copyright (c) 2013-2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. - set -e srcdir="$(dirname $0)" cd "$srcdir" diff --git a/contrib/bitcore-cli.bash-completion b/contrib/bitcore-cli.bash-completion index f8e1d106..0484f205 100644 --- a/contrib/bitcore-cli.bash-completion +++ b/contrib/bitcore-cli.bash-completion @@ -1,5 +1,7 @@ # bash programmable completion for bitcore-cli(1) -# Copyright (c) 2012-2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/contrib/bitcore-tx.bash-completion b/contrib/bitcore-tx.bash-completion index 3c845935..44652f22 100644 --- a/contrib/bitcore-tx.bash-completion +++ b/contrib/bitcore-tx.bash-completion @@ -1,5 +1,7 @@ # bash programmable completion for bitcore-tx(1) -# Copyright (c) 2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 1939a0ef..9cbd40dd 100644 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -1,4 +1,6 @@ -# Copyright (c) 2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/doc/build-unix.md b/doc/build-unix.md index 66a9f46f..c18429cd 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -85,7 +85,7 @@ BerkeleyDB is required for the wallet. You can add the repository and install using the following commands: sudo apt-get install software-properties-common - sudo add-apt-repository ppa:bitcore/bitcore + sudo add-apt-repository ppa:bitcoin/bitcoin sudo apt-get update sudo apt-get install libdb4.8-dev libdb4.8++-dev @@ -276,7 +276,7 @@ Setup and Build Example: Arch Linux This example lists the steps necessary to setup and build a command line only, non-wallet distribution of the latest changes on Arch Linux: pacman -S git base-devel boost libevent python - git clone https://github.com/bitcore-project/bitcore.git + git clone https://github.com/LIMXTEC/BitCore.git cd bitcore/ ./autogen.sh ./configure --disable-wallet --without-gui --without-miniupnpc diff --git a/share/genbuild.sh b/share/genbuild.sh index 957aed3c..0dc9eae1 100755 --- a/share/genbuild.sh +++ b/share/genbuild.sh @@ -1,5 +1,6 @@ -#!/bin/sh -# Copyright (c) 2012-2016 The BitCore Core developers +# Copyright (c) 2009-2010 Satoshi Nakamoto +# Copyright (c) 2009-2017 The Bitcoin Core developers +# Copyright (c) 2017-2017 The Bitcore Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php.