From 435a91165a3c1f8ca715b22ee2c2361d9bd853dd Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 1 Jan 2020 09:48:07 +0100 Subject: build: Update copyright to 2020 Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/lib/tests/bitmap_test.c | 2 +- src/lib/tests/btree_test.c | 2 +- src/lib/tests/crc32_test.c | 2 +- src/lib/tests/hashtable_test.c | 2 +- src/lib/tests/md5_test.c | 2 +- src/lib/tests/sha3_test.c | 2 +- src/lib/tests/shm_rbuff_test.c | 2 +- src/lib/tests/time_utils_test.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/lib/tests') diff --git a/src/lib/tests/bitmap_test.c b/src/lib/tests/bitmap_test.c index 491b77f1..fdacdce8 100644 --- a/src/lib/tests/bitmap_test.c +++ b/src/lib/tests/bitmap_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the bitmap * diff --git a/src/lib/tests/btree_test.c b/src/lib/tests/btree_test.c index cfb937b8..00b3cde1 100644 --- a/src/lib/tests/btree_test.c +++ b/src/lib/tests/btree_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the B-tree implementation * diff --git a/src/lib/tests/crc32_test.c b/src/lib/tests/crc32_test.c index 90a9edcf..35f8a1cd 100644 --- a/src/lib/tests/crc32_test.c +++ b/src/lib/tests/crc32_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the CRC32 function * diff --git a/src/lib/tests/hashtable_test.c b/src/lib/tests/hashtable_test.c index e915004e..f84fee63 100644 --- a/src/lib/tests/hashtable_test.c +++ b/src/lib/tests/hashtable_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the hash table * diff --git a/src/lib/tests/md5_test.c b/src/lib/tests/md5_test.c index c8518bcd..00497ae7 100644 --- a/src/lib/tests/md5_test.c +++ b/src/lib/tests/md5_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the MD5 function * diff --git a/src/lib/tests/sha3_test.c b/src/lib/tests/sha3_test.c index 18c820e3..945402ee 100644 --- a/src/lib/tests/sha3_test.c +++ b/src/lib/tests/sha3_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the SHA3 function * diff --git a/src/lib/tests/shm_rbuff_test.c b/src/lib/tests/shm_rbuff_test.c index df29d48f..d07f79a2 100644 --- a/src/lib/tests/shm_rbuff_test.c +++ b/src/lib/tests/shm_rbuff_test.c @@ -1,5 +1,5 @@ /* - * Ouroboros - Copyright (C) 2016 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the shm_rbuff * diff --git a/src/lib/tests/time_utils_test.c b/src/lib/tests/time_utils_test.c index bd60410a..c384d272 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 - 2019 + * Ouroboros - Copyright (C) 2016 - 2020 * * Test of the time utilities * -- cgit v1.2.3