diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2018-01-09 08:18:02 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2018-01-09 09:53:56 +0100 |
commit | 0160f2df8335aaa516d13334042e429a0bbfd0ad (patch) | |
tree | af91775de59cad9df2287a24e65afeaee18b8fd8 /src/lib/tests | |
parent | fce4efcafd99205667870d8d77249a6236d7e4d8 (diff) | |
download | ouroboros-0160f2df8335aaa516d13334042e429a0bbfd0ad.tar.gz ouroboros-0160f2df8335aaa516d13334042e429a0bbfd0ad.zip |
include, src: Update copyright to 2018
Happy New Year, Ouroboros.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'src/lib/tests')
-rw-r--r-- | src/lib/tests/bitmap_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/btree_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/crc32_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/hashtable_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/md5_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/rq_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/sha3_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/time_utils_test.c | 2 | ||||
-rw-r--r-- | src/lib/tests/timerwheel_test.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/tests/bitmap_test.c b/src/lib/tests/bitmap_test.c index 0d91a700..619d065c 100644 --- a/src/lib/tests/bitmap_test.c +++ b/src/lib/tests/bitmap_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the bitmap * diff --git a/src/lib/tests/btree_test.c b/src/lib/tests/btree_test.c index 1ce28d6a..bd4390c7 100644 --- a/src/lib/tests/btree_test.c +++ b/src/lib/tests/btree_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the B-tree implementation * diff --git a/src/lib/tests/crc32_test.c b/src/lib/tests/crc32_test.c index 49818161..df980d3f 100644 --- a/src/lib/tests/crc32_test.c +++ b/src/lib/tests/crc32_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the CRC32 function * diff --git a/src/lib/tests/hashtable_test.c b/src/lib/tests/hashtable_test.c index 36f68ebf..d8cc73c5 100644 --- a/src/lib/tests/hashtable_test.c +++ b/src/lib/tests/hashtable_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the hash table * diff --git a/src/lib/tests/md5_test.c b/src/lib/tests/md5_test.c index 7fda4394..a7cdd8ec 100644 --- a/src/lib/tests/md5_test.c +++ b/src/lib/tests/md5_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the MD5 function * diff --git a/src/lib/tests/rq_test.c b/src/lib/tests/rq_test.c index 7b57cf30..3d358830 100644 --- a/src/lib/tests/rq_test.c +++ b/src/lib/tests/rq_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Reordering queue test * diff --git a/src/lib/tests/sha3_test.c b/src/lib/tests/sha3_test.c index 8a194c68..edf3b0e0 100644 --- a/src/lib/tests/sha3_test.c +++ b/src/lib/tests/sha3_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the SHA3 function * diff --git a/src/lib/tests/time_utils_test.c b/src/lib/tests/time_utils_test.c index b7d37160..aacf3ba8 100644 --- a/src/lib/tests/time_utils_test.c +++ b/src/lib/tests/time_utils_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the time utilities * diff --git a/src/lib/tests/timerwheel_test.c b/src/lib/tests/timerwheel_test.c index d7478487..0ec98316 100644 --- a/src/lib/tests/timerwheel_test.c +++ b/src/lib/tests/timerwheel_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2017 + * Ouroboros - Copyright (C) 2016 - 2018 * * Test of the timer wheel * |