summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING2
-rw-r--r--benchmark/bench.h2
-rw-r--r--benchmark/dict_bench.c2
-rw-r--r--benchmark/tree_bench.c2
-rw-r--r--include/zix/bitset.h2
-rw-r--r--include/zix/btree.h2
-rw-r--r--include/zix/common.h2
-rw-r--r--include/zix/digest.h2
-rw-r--r--include/zix/hash.h2
-rw-r--r--include/zix/ring.h2
-rw-r--r--include/zix/sem.h2
-rw-r--r--include/zix/sorted_array.h2
-rw-r--r--include/zix/strindex.h2
-rw-r--r--include/zix/thread.h2
-rw-r--r--include/zix/tree.h2
-rw-r--r--src/bitset.c2
-rw-r--r--src/btree.c2
-rw-r--r--src/digest.c2
-rw-r--r--src/hash.c2
-rw-r--r--src/ring.c2
-rw-r--r--src/sorted_array.c2
-rw-r--r--src/strindex.c28
-rw-r--r--src/tree.c2
-rw-r--r--src/tree_debug.h2
-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
35 files changed, 48 insertions, 48 deletions
diff --git a/COPYING b/COPYING
index 7fd9400..63e6829 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-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/benchmark/bench.h b/benchmark/bench.h
index 6d181b2..3cc44ee 100644
--- a/benchmark/bench.h
+++ b/benchmark/bench.h
@@ -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/benchmark/dict_bench.c b/benchmark/dict_bench.c
index 6d6b8d4..019e2b0 100644
--- a/benchmark/dict_bench.c
+++ b/benchmark/dict_bench.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/benchmark/tree_bench.c b/benchmark/tree_bench.c
index 2ba7204..4ac1419 100644
--- a/benchmark/tree_bench.c
+++ b/benchmark/tree_bench.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/include/zix/bitset.h b/include/zix/bitset.h
index 68dd344..2abf578 100644
--- a/include/zix/bitset.h
+++ b/include/zix/bitset.h
@@ -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/include/zix/btree.h b/include/zix/btree.h
index dde659f..bec0698 100644
--- a/include/zix/btree.h
+++ b/include/zix/btree.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2016 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/include/zix/common.h b/include/zix/common.h
index b494481..d47586c 100644
--- a/include/zix/common.h
+++ b/include/zix/common.h
@@ -1,5 +1,5 @@
/*
- Copyright 2016 David Robillard <http://drobilla.net>
+ Copyright 2016-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/include/zix/digest.h b/include/zix/digest.h
index 7d44c3d..1fde77a 100644
--- a/include/zix/digest.h
+++ b/include/zix/digest.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 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/include/zix/hash.h b/include/zix/hash.h
index bef1568..3905038 100644
--- a/include/zix/hash.h
+++ b/include/zix/hash.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2015 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/include/zix/ring.h b/include/zix/ring.h
index a64d227..a375cac 100644
--- a/include/zix/ring.h
+++ b/include/zix/ring.h
@@ -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/include/zix/sem.h b/include/zix/sem.h
index ae59f10..d42fd08 100644
--- a/include/zix/sem.h
+++ b/include/zix/sem.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2014 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/include/zix/sorted_array.h b/include/zix/sorted_array.h
index 92f13e6..df0a97c 100644
--- a/include/zix/sorted_array.h
+++ b/include/zix/sorted_array.h
@@ -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/include/zix/strindex.h b/include/zix/strindex.h
index c63e601..f596079 100644
--- a/include/zix/strindex.h
+++ b/include/zix/strindex.h
@@ -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/include/zix/thread.h b/include/zix/thread.h
index 8fa562d..77eeb1b 100644
--- a/include/zix/thread.h
+++ b/include/zix/thread.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2014 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/include/zix/tree.h b/include/zix/tree.h
index c340fc0..a2d5fe7 100644
--- a/include/zix/tree.h
+++ b/include/zix/tree.h
@@ -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/src/bitset.c b/src/bitset.c
index cf82ad0..f4293bf 100644
--- a/src/bitset.c
+++ b/src/bitset.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/src/btree.c b/src/btree.c
index a05bcf1..7d07b87 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2020 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/src/digest.c b/src/digest.c
index 941b05c..47d27b9 100644
--- a/src/digest.c
+++ b/src/digest.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 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/src/hash.c b/src/hash.c
index 34464d4..8183082 100644
--- a/src/hash.c
+++ b/src/hash.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2018 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/src/ring.c b/src/ring.c
index 0607a18..6e26ebc 100644
--- a/src/ring.c
+++ b/src/ring.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/src/sorted_array.c b/src/sorted_array.c
index 0f84227..72a024c 100644
--- a/src/sorted_array.c
+++ b/src/sorted_array.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/src/strindex.c b/src/strindex.c
index cd1a322..6443a59 100644
--- a/src/strindex.c
+++ b/src/strindex.c
@@ -1,18 +1,18 @@
/*
- Copyright 2011 David Robillard <http://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
- copyright notice and this permission notice appear in all copies.
-
- THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
+ 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
+ copyright notice and this permission notice appear in all copies.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+*/
#define _XOPEN_SOURCE 500
diff --git a/src/tree.c b/src/tree.c
index c2051b5..b0db131 100644
--- a/src/tree.c
+++ b/src/tree.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/src/tree_debug.h b/src/tree_debug.h
index 68e37b6..eba6b34 100644
--- a/src/tree_debug.h
+++ b/src/tree_debug.h
@@ -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/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