summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-31 17:51:46 +0100
committerDavid Robillard <d@drobilla.net>2020-12-31 20:15:19 +0100
commit2eca87796785d82c4e1da203e87b670236ed7036 (patch)
treea54853b4fab26c634078e872e14c8434e598bce5 /test
parentededec4b285ec770f09e9a98a7429f115672ab1a (diff)
downloadzix-2eca87796785d82c4e1da203e87b670236ed7036.tar.gz
zix-2eca87796785d82c4e1da203e87b670236ed7036.tar.bz2
zix-2eca87796785d82c4e1da203e87b670236ed7036.zip
Update copyright headers
Diffstat (limited to 'test')
-rw-r--r--test/bitset_test.c2
-rw-r--r--test/btree_test.c2
-rw-r--r--test/digest_test.c2
-rw-r--r--test/hash_test.c2
-rw-r--r--test/ring_test.c2
-rw-r--r--test/sem_test.c2
-rw-r--r--test/sorted_array_test.c2
-rw-r--r--test/strindex_test.c2
-rw-r--r--test/test_malloc.c2
-rw-r--r--test/test_malloc.h2
-rw-r--r--test/tree_test.c2
11 files changed, 11 insertions, 11 deletions
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 <http://drobilla.net>
+ Copyright 2014-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2014-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2014-2020 David Robillard <d@drobilla.net>
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 <http://drobilla.net>
+ Copyright 2011-2020 David Robillard <d@drobilla.net>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above