aboutsummaryrefslogtreecommitdiff
path: root/tests/difficulty
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-01-02 18:54:22 +0200
committerRiccardo Spagni <ric@spagni.net>2015-01-02 18:54:27 +0200
commit54fbf2afb3bc029823ed6c200e08bd21fe42ac10 (patch)
tree26dbcfe83c94350b492ccb5e1a0ba2f9d1582fc5 /tests/difficulty
parentMerge pull request #203 (diff)
parentyear updated in license (diff)
downloadmonero-54fbf2afb3bc029823ed6c200e08bd21fe42ac10.tar.xz
Merge pull request #208
f4b69d5 year updated in license (Riccardo Spagni)
Diffstat (limited to 'tests/difficulty')
-rw-r--r--tests/difficulty/CMakeLists.txt2
-rw-r--r--tests/difficulty/difficulty.cpp2
-rwxr-xr-xtests/difficulty/generate-data4
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)