From 0a54c3a55304cab9f7da53347a9d564d9b473a77 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 20 Sep 2015 10:05:15 +0100 Subject: [PATCH] hardfork: remove the "parts are copyright cryptonote" notices I coded the whole thing from scratch. --- src/cryptonote_core/hardfork.cpp | 2 -- src/cryptonote_core/hardfork.h | 2 -- 2 files changed, 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 #include 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