From 2eca87796785d82c4e1da203e87b670236ed7036 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2020 17:51:46 +0100 Subject: Update copyright headers --- test/bitset_test.c | 2 +- test/btree_test.c | 2 +- test/digest_test.c | 2 +- test/hash_test.c | 2 +- test/ring_test.c | 2 +- test/sem_test.c | 2 +- test/sorted_array_test.c | 2 +- test/strindex_test.c | 2 +- test/test_malloc.c | 2 +- test/test_malloc.h | 2 +- test/tree_test.c | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'test') diff --git a/test/bitset_test.c b/test/bitset_test.c index 5482f1b..95a6f60 100644 --- a/test/bitset_test.c +++ b/test/bitset_test.c @@ -1,5 +1,5 @@ /* - Copyright 2014-2016 David Robillard + Copyright 2014-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/btree_test.c b/test/btree_test.c index 3e8fe09..49cb443 100644 --- a/test/btree_test.c +++ b/test/btree_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2019 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/digest_test.c b/test/digest_test.c index 809f432..3ed5aff 100644 --- a/test/digest_test.c +++ b/test/digest_test.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/hash_test.c b/test/hash_test.c index b55820c..46a8fd5 100644 --- a/test/hash_test.c +++ b/test/hash_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2014 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/ring_test.c b/test/ring_test.c index 1a26cd3..d4d2d38 100644 --- a/test/ring_test.c +++ b/test/ring_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/sem_test.c b/test/sem_test.c index a1f2a0e..0b4faba 100644 --- a/test/sem_test.c +++ b/test/sem_test.c @@ -1,5 +1,5 @@ /* - Copyright 2012 David Robillard + Copyright 2012-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/sorted_array_test.c b/test/sorted_array_test.c index a782db4..e62a635 100644 --- a/test/sorted_array_test.c +++ b/test/sorted_array_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/strindex_test.c b/test/strindex_test.c index d19d77e..1c36811 100644 --- a/test/strindex_test.c +++ b/test/strindex_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/test_malloc.c b/test/test_malloc.c index 971d583..4629df0 100644 --- a/test/test_malloc.c +++ b/test/test_malloc.c @@ -1,5 +1,5 @@ /* - Copyright 2014 David Robillard + Copyright 2014-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/test_malloc.h b/test/test_malloc.h index 42b22df..0d64e46 100644 --- a/test/test_malloc.h +++ b/test/test_malloc.h @@ -1,5 +1,5 @@ /* - Copyright 2014 David Robillard + Copyright 2014-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/test/tree_test.c b/test/tree_test.c index d1e710e..0e75779 100644 --- a/test/tree_test.c +++ b/test/tree_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.1