diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zix/bitset.h | 2 | ||||
-rw-r--r-- | include/zix/btree.h | 2 | ||||
-rw-r--r-- | include/zix/common.h | 2 | ||||
-rw-r--r-- | include/zix/digest.h | 2 | ||||
-rw-r--r-- | include/zix/hash.h | 2 | ||||
-rw-r--r-- | include/zix/ring.h | 2 | ||||
-rw-r--r-- | include/zix/sem.h | 2 | ||||
-rw-r--r-- | include/zix/sorted_array.h | 2 | ||||
-rw-r--r-- | include/zix/strindex.h | 2 | ||||
-rw-r--r-- | include/zix/thread.h | 2 | ||||
-rw-r--r-- | include/zix/tree.h | 2 |
11 files changed, 11 insertions, 11 deletions
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 |