Skip to content

Commit

Permalink
replaced Bitcoin->IoP in files
Browse files Browse the repository at this point in the history
tried to restore Bitcoin Copyright Notice
  • Loading branch information
Anfauglith committed Sep 30, 2017
1 parent 84fbb51 commit 6bfa9f7
Show file tree
Hide file tree
Showing 420 changed files with 3,368 additions and 3,368 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Expand Up @@ -2,7 +2,7 @@

This issue tracker is only for technical issues related to iop-core.

General iop questions and/or support requests and are best directed to the [Bitcoin StackExchange](https://iop.stackexchange.com).
General iop questions and/or support requests and are best directed to the [IoP StackExchange](https://iop.stackexchange.com).

For reporting security issues, please read instructions at [https://iopcore.org/en/contact/](https://iopcore.org/en/contact/).

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -75,7 +75,7 @@ src/qt/test/moc*.cpp
*.qm
Makefile
iop-qt
Bitcoin-Qt.app
IoP-Qt.app

# Unit-tests
Makefile.test
Expand Down
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
@@ -1,4 +1,4 @@
Contributing to Bitcoin Core
Contributing to IoP Core
============================

The Bitcoin Core project operates an open contributor model where anyone is
Expand Down Expand Up @@ -157,11 +157,11 @@ where possible keep them short, uncomplex and easy to verify.
"Decision Making" Process
-------------------------

The following applies to code changes to the Bitcoin Core project (and related
projects such as libsecp256k1), and is not to be confused with overall Bitcoin
The following applies to code changes to the IoP Core project (and related
projects such as libsecp256k1), and is not to be confused with overall IoP
Network Protocol consensus changes.

Whether a pull request is merged into Bitcoin Core rests with the project merge
Whether a pull request is merged into IoP Core rests with the project merge
maintainers and ultimately the project lead.

Maintainers will take into consideration if a patch is in line with the general
Expand All @@ -179,7 +179,7 @@ In general, all pull requests must:
- Where bugs are fixed, where possible, there should be unit tests
demonstrating the bug and also proving the fix. This helps prevent regression.

Patches that change Bitcoin consensus rules are considerably more involved than
Patches that change IoP consensus rules are considerably more involved than
normal because they affect the entire ecosystem and so must be preceded by
extensive mailing list discussions and have a numbered BIP. While each case will
be different, one should be prepared to expend more time and effort than for
Expand Down Expand Up @@ -220,7 +220,7 @@ higher in terms of discussion and peer review requirements, keeping in mind that
mistakes could be very costly to the wider community. This includes refactoring
of consensus critical code.

Where a patch set proposes to change the Bitcoin consensus, it must have been
Where a patch set proposes to change the IoP consensus, it must have been
discussed extensively on the mailing list and IRC, be accompanied by a widely
discussed BIP and have a generally widely perceived technical consensus of being
a worthwhile change based on the judgement of the maintainers.
Expand Down Expand Up @@ -260,7 +260,7 @@ about:
Release Policy
--------------

The project leader is the release manager for each Bitcoin Core release.
The project leader is the release manager for each IoP Core release.

Copyright
---------
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
@@ -1,5 +1,5 @@
Building Bitcoin
Building IoP
================

See doc/build-*.md for instructions on building the various
elements of the Bitcoin Core reference implementation of Bitcoin.
elements of the IoP Core reference implementation of IoP.
10 changes: 5 additions & 5 deletions Makefile.am
Expand Up @@ -25,7 +25,7 @@ IOP_WIN_INSTALLER=$(PACKAGE)-$(PACKAGE_VERSION)-win$(WINDOWS_BITS)-setup$(EXEEXT
empty :=
space := $(empty) $(empty)

OSX_APP=Bitcoin-Qt.app
OSX_APP=IoP-Qt.app
OSX_VOLNAME = $(subst $(space),-,$(PACKAGE_NAME))
OSX_DMG = $(OSX_VOLNAME).dmg
OSX_BACKGROUND_SVG=background.svg
Expand Down Expand Up @@ -92,7 +92,7 @@ $(OSX_APP)/Contents/Resources/iop.icns: $(OSX_INSTALLER_ICONS)
$(MKDIR_P) $(@D)
$(INSTALL_DATA) $< $@

$(OSX_APP)/Contents/MacOS/Bitcoin-Qt: $(IOP_QT_BIN)
$(OSX_APP)/Contents/MacOS/IoP-Qt: $(IOP_QT_BIN)
$(MKDIR_P) $(@D)
STRIPPROG="$(STRIP)" $(INSTALL_STRIP_PROGRAM) $< $@

Expand All @@ -102,7 +102,7 @@ $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings:

OSX_APP_BUILT=$(OSX_APP)/Contents/PkgInfo $(OSX_APP)/Contents/Resources/empty.lproj \
$(OSX_APP)/Contents/Resources/iop.icns $(OSX_APP)/Contents/Info.plist \
$(OSX_APP)/Contents/MacOS/Bitcoin-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings
$(OSX_APP)/Contents/MacOS/IoP-Qt $(OSX_APP)/Contents/Resources/Base.lproj/InfoPlist.strings

osx_volname:
echo $(OSX_VOLNAME) >$@
Expand All @@ -127,7 +127,7 @@ $(APP_DIST_DIR)/Applications:
@rm -f $@
@cd $(@D); $(LN_S) /Applications $(@F)

$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt
$(APP_DIST_EXTRAS): $(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/IoP-Qt

$(OSX_DMG): $(APP_DIST_EXTRAS)
$(GENISOIMAGE) -no-cache-inodes -D -l -probe -V "$(OSX_VOLNAME)" -no-pad -r -dir-mode 0755 -apple -o $@ dist
Expand All @@ -142,7 +142,7 @@ $(APP_DIST_DIR)/.background/$(OSX_BACKGROUND_IMAGE): $(OSX_BACKGROUND_IMAGE_DPIF
$(APP_DIST_DIR)/.DS_Store: $(OSX_DSSTORE_GEN)
$(PYTHON) $< "$@" "$(OSX_VOLNAME)"

$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/Bitcoin-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
$(APP_DIST_DIR)/$(OSX_APP)/Contents/MacOS/IoP-Qt: $(OSX_APP_BUILT) $(OSX_PACKAGING)
INSTALLNAMETOOL=$(INSTALLNAMETOOL) OTOOL=$(OTOOL) STRIP=$(STRIP) $(PYTHON) $(OSX_DEPLOY_SCRIPT) $(OSX_APP) -translations-dir=$(QT_TRANSLATION_DIR) -add-qt-tr $(OSX_QT_TRANSLATIONS) -verbose 2

deploydir: $(APP_DIST_EXTRAS)
Expand Down
18 changes: 9 additions & 9 deletions README.md
@@ -1,35 +1,35 @@
Bitcoin Core integration/staging tree
IoP Core integration/staging tree
=====================================

[![Build Status](https://travis-ci.org/iop/iop.svg?branch=master)](https://travis-ci.org/iop/iop)

https://iopcore.org

What is Bitcoin?
What is IoP?
----------------

Bitcoin is an experimental digital currency that enables instant payments to
anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to operate
IoP is an experimental digital currency that enables instant payments to
anyone, anywhere in the world. IoP 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 is the name of open source
out collectively by the network. IoP Core is the name of open source
software which enables the use of this currency.

For more information, as well as an immediately useable, binary version of
the Bitcoin Core software, see https://iop.org/en/download, or read the
the IoP Core software, see https://iop.org/en/download, or read the
[original whitepaper](https://iopcore.org/iop.pdf).

License
-------

Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
IoP Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see https://opensource.org/licenses/MIT.

Development Process
-------------------

The `master` branch is regularly built and tested, but is not guaranteed to be
completely stable. [Tags](https://github.com/iop/iop/tags) are created
regularly to indicate new official, stable release versions of Bitcoin Core.
regularly to indicate new official, stable release versions of IoP Core.

The contribution workflow is described in [CONTRIBUTING.md](CONTRIBUTING.md).

Expand Down Expand Up @@ -71,7 +71,7 @@ Translations
------------

Changes to translations as well as new translations can be submitted to
[Bitcoin Core's Transifex page](https://www.transifex.com/projects/p/iop/).
[IoP Core's Transifex page](https://www.transifex.com/projects/p/iop/).

Translations are periodically pulled from Transifex and merged into the git repository. See the
[translation process](doc/translation_process.md) for details on how this works.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -7,8 +7,8 @@ define(_CLIENT_VERSION_BUILD, 1)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2017)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Bitcoin Core]])
AC_INIT([Bitcoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/iop/iop/issues],[iop],[https://iopcore.org/])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[IoP Core]])
AC_INIT([IoP Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/iop/iop/issues],[iop],[https://iopcore.org/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/iop-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
6 changes: 3 additions & 3 deletions contrib/README.md
Expand Up @@ -13,7 +13,7 @@ Construct a linear, no-fork, best version of the blockchain.

### [Qos](/contrib/qos) ###

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Bitcoin network. This means one can have an always-on iopd instance running, and another local iopd/iop-qt instance which connects to this node and receives blocks from it.
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the IoP network. This means one can have an always-on iopd instance running, and another local iopd/iop-qt instance which connects to this node and receives blocks from it.

### [Seeds](/contrib/seeds) ###
Utility to generate the pnSeed[] array that is compiled into the client.
Expand All @@ -29,7 +29,7 @@ for Debian-based Linux systems. If you compile iopd/iop-qt yourself, there are s
Notes on getting Gitian builds up and running using KVM.

### [Gitian-keys](/contrib/gitian-keys)
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
PGP keys used for signing IoP Core [Gitian release](/doc/release-process.md) results.

### [MacDeploy](/contrib/macdeploy) ###
Scripts and notes for Mac builds.
Expand All @@ -44,7 +44,7 @@ Test and Verify Tools
---------------------

### [TestGen](/contrib/testgen) ###
Utilities to generate test vectors for the data-driven Bitcoin tests.
Utilities to generate test vectors for the data-driven IoP tests.

### [Verify Binaries](/contrib/verifybinaries) ###
This script attempts to download and verify the signature file SHA256SUMS.asc from iop.org.
2 changes: 1 addition & 1 deletion contrib/debian/changelog
Expand Up @@ -378,7 +378,7 @@ iop (0.4.0-1) unstable; urgency=low
* Drop dpkg-source local-options hint: Declared options are default
since dpkg-source 1.16.1.
+ Add irc URL to Upstream-Contact.
+ Add comment on Bitcoin Developers to catch-all Files section.
+ Add comment on IoP Developers to catch-all Files section.
+ Add Files sections for newly readded src/cryptopp/* (new custom
BSD-like license), and newly added doc/build-osx.txt and
src/makefile.osx (Expat).
Expand Down
8 changes: 4 additions & 4 deletions contrib/debian/control
Expand Up @@ -34,7 +34,7 @@ Package: iopd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Bitcoin is a free open source peer-to-peer electronic cash system that
IoP is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
Expand All @@ -47,19 +47,19 @@ Package: iop-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Bitcoin is a free open source peer-to-peer electronic cash system that
IoP is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
check for double-spending.
.
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
This package provides IoP-Qt, a GUI for IoP based on Qt.

Package: iop-tx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - standalone transaction tool
Bitcoin is a free open source peer-to-peer electronic cash system that
IoP is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
Expand Down
4 changes: 2 additions & 2 deletions contrib/debian/copyright
@@ -1,11 +1,11 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Bitcoin
Upstream-Name: IoP
Upstream-Contact: Satoshi Nakamoto <satoshin@gmx.com>
irc://#iop@freenode.net
Source: https://github.com/iop/iop

Files: *
Copyright: 2009-2017, Bitcoin Core Developers
Copyright: 2009-2017, IoP Core Developers
License: Expat
Comment: The Bitcoin Core Developers encompasses the current developers listed on iop.org,
as well as the numerous contributors to the project.
Expand Down
10 changes: 5 additions & 5 deletions contrib/debian/examples/iop.conf
Expand Up @@ -57,10 +57,10 @@
#maxconnections=

#
# JSON-RPC options (for controlling a running Bitcoin/iopd process)
# JSON-RPC options (for controlling a running IoP/iopd process)
#

# server=1 tells Bitcoin-Qt and iopd to accept JSON-RPC commands
# server=1 tells IoP-Qt and iopd to accept JSON-RPC commands
#server=0

# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
Expand Down Expand Up @@ -103,7 +103,7 @@
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
# because the rpcpassword is transmitted over the network unencrypted.

# server=1 tells Bitcoin-Qt to accept JSON-RPC commands.
# server=1 tells IoP-Qt to accept JSON-RPC commands.
# it is also read by iopd to determine if RPC should be enabled
#rpcallowip=10.1.1.34/255.255.255.0
#rpcallowip=1.2.3.4/24
Expand All @@ -112,7 +112,7 @@
# Listen for RPC connections on this TCP port:
#rpcport=8332

# You can use Bitcoin or iopd to send commands to Bitcoin/iopd
# You can use IoP or iopd to send commands to IoP/iopd
# running on another host using this option:
#rpcconnect=127.0.0.1

Expand Down Expand Up @@ -140,7 +140,7 @@

# User interface options

# Start Bitcoin minimized
# Start IoP minimized
#min=1

# Minimize to the system tray
Expand Down
10 changes: 5 additions & 5 deletions contrib/debian/iop-qt.desktop
@@ -1,10 +1,10 @@
[Desktop Entry]
Encoding=UTF-8
Name=Bitcoin Core
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
Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi
Name=IoP Core
Comment=Connect to the IoP P2P Network
Comment[de]=Verbinde mit dem IoP peer-to-peer Netzwerk
Comment[fr]=IoP, monnaie virtuelle cryptographique pair à pair
Comment[tr]=IoP, eşten eşe kriptografik sanal para birimi
Exec=iop-qt %u
Terminal=false
Type=Application
Expand Down
8 changes: 4 additions & 4 deletions contrib/devtools/copyright_header.py
Expand Up @@ -85,9 +85,9 @@ def compile_copyright_regex(copyright_style, year_style, name):
"Satoshi Nakamoto\n",
"The Bitcoin Core developers\n",
"The Bitcoin Core developers \n",
"Bitcoin Core Developers\n",
"the Bitcoin Core developers\n",
"The Bitcoin developers\n",
"IoP Core Developers\n",
"the IoP Core developers\n",
"The IoP developers\n",
"The LevelDB Authors\. All rights reserved\.\n",
"BitPay Inc\.\n",
"BitPay, Inc\.\n",
Expand Down Expand Up @@ -580,7 +580,7 @@ def insert_cmd(argv):
################################################################################

USAGE = """
copyright_header.py - utilities for managing copyright headers of 'The Bitcoin
copyright_header.py - utilities for managing copyright headers of 'The IoP
Core developers' in repository source files.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion contrib/devtools/github-merge.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2016-2017 Bitcoin Core Developers
# Copyright (c) 2016-2017 IoP Core Developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down
4 changes: 2 additions & 2 deletions contrib/init/iopd.conf
@@ -1,4 +1,4 @@
description "Bitcoin Core Daemon"
description "IoP Core Daemon"

start on runlevel [2345]
stop on starting rc RUNLEVEL=[016]
Expand Down Expand Up @@ -38,7 +38,7 @@ pre-start script
echo "It is also recommended that you also set alertnotify so you are "
echo "notified of problems:"
echo
echo "ie: alertnotify=echo %%s | mail -s \"Bitcoin Alert\"" \
echo "ie: alertnotify=echo %%s | mail -s \"IoP Alert\"" \
"admin@foo.com"
echo
exit 1
Expand Down
6 changes: 3 additions & 3 deletions contrib/init/iopd.openrc
Expand Up @@ -18,8 +18,8 @@ IOPD_BIN=${IOPD_BIN:-/usr/bin/iopd}
IOPD_NICE=${IOPD_NICE:-${NICELEVEL:-0}}
IOPD_OPTS="${IOPD_OPTS:-${IOP_OPTS}}"

name="Bitcoin Core Daemon"
description="Bitcoin cryptocurrency P2P network daemon"
name="IoP Core Daemon"
description="IoP cryptocurrency P2P network daemon"

command="/usr/bin/iopd"
command_args="-pid=\"${IOPD_PIDFILE}\" \
Expand Down Expand Up @@ -84,7 +84,7 @@ checkconfig()
eerror "It is also recommended that you also set alertnotify so you are "
eerror "notified of problems:"
eerror ""
eerror "ie: alertnotify=echo %%s | mail -s \"Bitcoin Alert\"" \
eerror "ie: alertnotify=echo %%s | mail -s \"IoP Alert\"" \
"admin@foo.com"
eerror ""
return 1
Expand Down
2 changes: 1 addition & 1 deletion contrib/init/iopd.service
@@ -1,5 +1,5 @@
[Unit]
Description=Bitcoin's distributed currency daemon
Description=IoP's distributed currency daemon
After=network.target
[Service]
Expand Down
2 changes: 1 addition & 1 deletion contrib/linearize/README.md
@@ -1,5 +1,5 @@
# Linearize
Construct a linear, no-fork, best version of the Bitcoin blockchain. The scripts
Construct a linear, no-fork, best version of the IoP blockchain. The scripts
run using Python 3 but are compatible with Python 2.

## Step 1: Download hash list
Expand Down

0 comments on commit 6bfa9f7

Please sign in to comment.