diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-09-20 10:05:15 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-09-20 10:05:15 +0100 |
commit | 0a54c3a55304cab9f7da53347a9d564d9b473a77 (patch) | |
tree | 298ff22becf4cddac75e928652bc161453b57161 /src/cryptonote_core/hardfork.cpp | |
parent | Add an RPC call and daemon command to get info on hard fork voting (diff) | |
download | monero-0a54c3a55304cab9f7da53347a9d564d9b473a77.tar.xz |
hardfork: remove the "parts are copyright cryptonote" notices
I coded the whole thing from scratch.
Diffstat (limited to 'src/cryptonote_core/hardfork.cpp')
-rw-r--r-- | src/cryptonote_core/hardfork.cpp | 2 |
1 files changed, 0 insertions, 2 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> |