aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/zix
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-02-19 02:05:47 +0000
committerDavid Robillard <d@drobilla.net>2012-02-19 02:05:47 +0000
commitd9d9bebf6143d55164b8d0a02462060425ea4551 (patch)
tree697e34a26b75876d46353ecb8a363df40bb5def7 /plugins/eg-sampler.lv2/zix
parent69ef5c8555e8b1bf308ff8133684a2b317e2887e (diff)
downloadlv2-d9d9bebf6143d55164b8d0a02462060425ea4551.tar.xz
Clean up code, update copyright dates.
Diffstat (limited to 'plugins/eg-sampler.lv2/zix')
-rw-r--r--plugins/eg-sampler.lv2/zix/common.h2
-rw-r--r--plugins/eg-sampler.lv2/zix/ring.c2
-rw-r--r--plugins/eg-sampler.lv2/zix/ring.h2
-rw-r--r--plugins/eg-sampler.lv2/zix/sem.h2
-rw-r--r--plugins/eg-sampler.lv2/zix/thread.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/plugins/eg-sampler.lv2/zix/common.h b/plugins/eg-sampler.lv2/zix/common.h
index 59e1f55..f113cfe 100644
--- a/plugins/eg-sampler.lv2/zix/common.h
+++ b/plugins/eg-sampler.lv2/zix/common.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-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/plugins/eg-sampler.lv2/zix/ring.c b/plugins/eg-sampler.lv2/zix/ring.c
index 0e40515..29d415c 100644
--- a/plugins/eg-sampler.lv2/zix/ring.c
+++ b/plugins/eg-sampler.lv2/zix/ring.c
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-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/plugins/eg-sampler.lv2/zix/ring.h b/plugins/eg-sampler.lv2/zix/ring.h
index ea673fe..dd45769 100644
--- a/plugins/eg-sampler.lv2/zix/ring.h
+++ b/plugins/eg-sampler.lv2/zix/ring.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011 David Robillard <http://drobilla.net>
+ Copyright 2011-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/plugins/eg-sampler.lv2/zix/sem.h b/plugins/eg-sampler.lv2/zix/sem.h
index 0b2bbb1..d536c99 100644
--- a/plugins/eg-sampler.lv2/zix/sem.h
+++ b/plugins/eg-sampler.lv2/zix/sem.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012 David Robillard <http://drobilla.net>
+ Copyright 2012-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/plugins/eg-sampler.lv2/zix/thread.h b/plugins/eg-sampler.lv2/zix/thread.h
index ff5a727..602b701 100644
--- a/plugins/eg-sampler.lv2/zix/thread.h
+++ b/plugins/eg-sampler.lv2/zix/thread.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012 David Robillard <http://drobilla.net>
+ Copyright 2012-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