summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parentededec4b285ec770f09e9a98a7429f115672ab1a (diff)
downloadzix-2eca87796785d82c4e1da203e87b670236ed7036.tar.gz
zix-2eca87796785d82c4e1da203e87b670236ed7036.tar.bz2
zix-2eca87796785d82c4e1da203e87b670236ed7036.zip
Update copyright headers
Diffstat (limited to 'src')
-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
9 files changed, 22 insertions, 22 deletions
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