diff --git a/contrib/debian/bitcoin-qt.desktop b/contrib/debian/bitcoin-qt.desktop --- a/contrib/debian/bitcoin-qt.desktop +++ b/contrib/debian/bitcoin-qt.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Name=Bitcoin Core +Name=Bitcoin ABC Comment=Connect to the Bitcoin P2P Network Comment[de]=Verbinde mit dem Bitcoin peer-to-peer Netzwerk Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair diff --git a/contrib/debian/control b/contrib/debian/control --- a/contrib/debian/control +++ b/contrib/debian/control @@ -34,7 +34,7 @@ Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions - and issuing money are carried out collectively by the network. Bitcoin Core + and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides the daemon, bitcoind, and the CLI tool @@ -47,7 +47,7 @@ Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions - and issuing money are carried out collectively by the network. Bitcoin Core + and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt. @@ -59,7 +59,7 @@ Bitcoin is an experimental new digital currency that enables instant payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate with no central authority: managing transactions - and issuing money are carried out collectively by the network. Bitcoin Core + and issuing money are carried out collectively by the network. Bitcoin ABC is the name of the open source software which enables the use of this currency. . This package provides bitcoin-tx, a command-line transaction creation diff --git a/contrib/debian/copyright b/contrib/debian/copyright --- a/contrib/debian/copyright +++ b/contrib/debian/copyright @@ -1,18 +1,22 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: Bitcoin +Upstream-Name: Bitcoin ABC Upstream-Contact: Satoshi Nakamoto - irc://#bitcoin@freenode.net -Source: https://github.com/bitcoin/bitcoin + irc://#bitcoinabc@freenode.net +Source: https://github.com/Bitcoin-ABC/bitcoin-abc Files: * -Copyright: 2009-2017, Bitcoin Core Developers +Copyright: 2009-2017, Bitcoin Core Developers, 2017 Bitcoin Developers License: Expat -Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org, - as well as the numerous contributors to the project. +Comment: The Bitcoin Developers encompasses those contributing to Bitcoin + client open source development (various clients). + The Bitcoin Core Developers encompasses the current developers + listed on bitcoin.org, as well as the numerous contributors to + the project. Files: debian/* Copyright: 2010-2011, Jonas Smedegaard 2011, Matt Corallo + 2017, freetrader License: GPL-2+ Files: src/qt/res/icons/add.png diff --git a/contrib/init/bitcoind.conf b/contrib/init/bitcoind.conf --- a/contrib/init/bitcoind.conf +++ b/contrib/init/bitcoind.conf @@ -1,4 +1,4 @@ -description "Bitcoin Core Daemon" +description "Bitcoin ABC Daemon" start on runlevel [2345] stop on starting rc RUNLEVEL=[016] diff --git a/contrib/init/bitcoind.openrc b/contrib/init/bitcoind.openrc --- a/contrib/init/bitcoind.openrc +++ b/contrib/init/bitcoind.openrc @@ -18,7 +18,7 @@ BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}} BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}" -name="Bitcoin Core Daemon" +name="Bitcoin ABC Daemon" description="Bitcoin cryptocurrency P2P network daemon" command="/usr/bin/bitcoind"