summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-18 21:00:01 -0400
committerDavid Robillard <d@drobilla.net>2016-09-18 21:00:01 -0400
commitb4392ac59cba74b3e5f612ad734890648ec5a3b8 (patch)
treee9dc83397a46c65036fa3587d7988d3c451cd600
parent612334e6f4f1b7c2cb5719d6f3e97ae298934669 (diff)
downloadsord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.tar.gz
sord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.tar.bz2
sord-b4392ac59cba74b3e5f612ad734890648ec5a3b8.zip
Update copyright dates
-rw-r--r--sord/sord.h2
-rw-r--r--src/sord_internal.h2
-rw-r--r--src/sord_test.c2
-rw-r--r--src/sord_validate.c4
-rw-r--r--src/sordi.c4
-rw-r--r--src/syntax.c2
-rw-r--r--src/zix/btree.h2
-rw-r--r--src/zix/common.h2
-rw-r--r--src/zix/hash.h2
9 files changed, 11 insertions, 11 deletions
diff --git a/sord/sord.h b/sord/sord.h
index d81bc26..cf8eec6 100644
--- a/sord/sord.h
+++ b/sord/sord.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2013 David Robillard <http://drobilla.net>
+ Copyright 2011-2016 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
diff --git a/src/sord_internal.h b/src/sord_internal.h
index 71c2f6d..bfe98f6 100644
--- a/src/sord_internal.h
+++ b/src/sord_internal.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2015 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
diff --git a/src/sord_test.c b/src/sord_test.c
index 6796e0e..4fea8f8 100644
--- a/src/sord_test.c
+++ b/src/sord_test.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2013 David Robillard <http://drobilla.net>
+ Copyright 2011-2016 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
diff --git a/src/sord_validate.c b/src/sord_validate.c
index 3f0cb46..b80cd5d 100644
--- a/src/sord_validate.c
+++ b/src/sord_validate.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2013 David Robillard <http://drobilla.net>
+ Copyright 2012-2015 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
@@ -88,7 +88,7 @@ print_version(void)
{
printf("sord_validate " SORD_VERSION
" <http://drobilla.net/software/sord>\n");
- printf("Copyright 2012-2013 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2012-2015 David Robillard <http://drobilla.net>.\n"
"License: <http://www.opensource.org/licenses/isc>\n"
"This is free software; you are free to change and redistribute it."
"\nThere is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/src/sordi.c b/src/sordi.c
index adccf91..04259db 100644
--- a/src/sordi.c
+++ b/src/sordi.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2013 David Robillard <http://drobilla.net>
+ Copyright 2011-2016 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
@@ -43,7 +43,7 @@ static int
print_version(void)
{
printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\n");
- printf("Copyright 2011-2013 David Robillard <http://drobilla.net>.\n"
+ printf("Copyright 2011-2016 David Robillard <http://drobilla.net>.\n"
"License: <http://www.opensource.org/licenses/isc>\n"
"This is free software; you are free to change and redistribute it."
"\nThere is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/src/syntax.c b/src/syntax.c
index ee9fec1..f35e6f9 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2015 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
diff --git a/src/zix/btree.h b/src/zix/btree.h
index 29c01d3..91b38cb 100644
--- a/src/zix/btree.h
+++ b/src/zix/btree.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2014 David Robillard <http://drobilla.net>
+ Copyright 2011-2016 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
diff --git a/src/zix/common.h b/src/zix/common.h
index f126cd1..7e5e2f0 100644
--- a/src/zix/common.h
+++ b/src/zix/common.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2012 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
diff --git a/src/zix/hash.h b/src/zix/hash.h
index e95b773..db24c45 100644
--- a/src/zix/hash.h
+++ b/src/zix/hash.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2012 David Robillard <http://drobilla.net>
+ Copyright 2011-2015 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