aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-09-20 10:05:15 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-09-20 10:05:15 +0100
commit0a54c3a55304cab9f7da53347a9d564d9b473a77 (patch)
tree298ff22becf4cddac75e928652bc161453b57161 /src
parentAdd an RPC call and daemon command to get info on hard fork voting (diff)
downloadmonero-0a54c3a55304cab9f7da53347a9d564d9b473a77.tar.xz
hardfork: remove the "parts are copyright cryptonote" notices
I coded the whole thing from scratch.
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_core/hardfork.cpp2
-rw-r--r--src/cryptonote_core/hardfork.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/cryptonote_core/hardfork.cpp b/src/cryptonote_core/hardfork.cpp
index 8ef45ab5a..3003e74c8 100644
--- a/src/cryptonote_core/hardfork.cpp
+++ b/src/cryptonote_core/hardfork.cpp
@@ -25,8 +25,6 @@
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#include <algorithm>
#include <cstdio>
diff --git a/src/cryptonote_core/hardfork.h b/src/cryptonote_core/hardfork.h
index 813996b8c..3bcf46cff 100644
--- a/src/cryptonote_core/hardfork.h
+++ b/src/cryptonote_core/hardfork.h
@@ -25,8 +25,6 @@
// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
// STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
// THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-//
-// Parts of this file are originally copyright (c) 2012-2013 The Cryptonote developers
#pragma once