diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-01-02 18:52:46 +0200 |
commit | f4b69d553a249ace3694e3b4fd307ddffa156d7d (patch) | |
tree | 26dbcfe83c94350b492ccb5e1a0ba2f9d1582fc5 /tests/difficulty | |
parent | Merge pull request #203 (diff) | |
download | monero-f4b69d553a249ace3694e3b4fd307ddffa156d7d.tar.xz |
year updated in license
Diffstat (limited to 'tests/difficulty')
-rw-r--r-- | tests/difficulty/CMakeLists.txt | 2 | ||||
-rw-r--r-- | tests/difficulty/difficulty.cpp | 2 | ||||
-rwxr-xr-x | tests/difficulty/generate-data | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/difficulty/CMakeLists.txt b/tests/difficulty/CMakeLists.txt index 20600a15a..1d3f78f09 100644 --- a/tests/difficulty/CMakeLists.txt +++ b/tests/difficulty/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # diff --git a/tests/difficulty/difficulty.cpp b/tests/difficulty/difficulty.cpp index 44840d0d5..efe7a2068 100644 --- a/tests/difficulty/difficulty.cpp +++ b/tests/difficulty/difficulty.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014, The Monero Project +// Copyright (c) 2014-2015, The Monero Project // // All rights reserved. // diff --git a/tests/difficulty/generate-data b/tests/difficulty/generate-data index 804a76399..4aa3ac7b1 100755 --- a/tests/difficulty/generate-data +++ b/tests/difficulty/generate-data @@ -1,6 +1,6 @@ #!/usr/bin/python3 -# Copyright (c) 2014, The Monero Project +# Copyright (c) 2014-2015, The Monero Project # # All rights reserved. # @@ -79,4 +79,4 @@ for i in range(1000): time += randint(-diff // power - 10, 3 * diff // power + 10) assert 0 <= time <= UINT_MAX print(time, diff) - diff = gen.send(time)
\ No newline at end of file + diff = gen.send(time) |