summaryrefslogtreecommitdiffstats
path: root/include/zix
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 /include/zix
parentededec4b285ec770f09e9a98a7429f115672ab1a (diff)
downloadzix-2eca87796785d82c4e1da203e87b670236ed7036.tar.gz
zix-2eca87796785d82c4e1da203e87b670236ed7036.tar.bz2
zix-2eca87796785d82c4e1da203e87b670236ed7036.zip
Update copyright headers
Diffstat (limited to 'include/zix')
-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
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